pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nagios-plugins net/nagios-plugins: switch to depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/912bf5f0a06e
branches:  trunk
changeset: 333084:912bf5f0a06e
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Apr 30 03:48:43 2019 +0000

description:
net/nagios-plugins: switch to depends on bind911

Switch to depends on bind911 instead of bind910.  bind910 is EOL and
bind911 is current Extended Support Version.

diffstat:

 net/nagios-plugins/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r e0a98a2aefce -r 912bf5f0a06e net/nagios-plugins/Makefile
--- a/net/nagios-plugins/Makefile       Tue Apr 30 03:47:02 2019 +0000
+++ b/net/nagios-plugins/Makefile       Tue Apr 30 03:48:43 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2018/08/22 09:45:55 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2019/04/30 03:48:43 taca Exp $
 #
 
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -55,7 +55,7 @@
 
 .if (!exists(/usr/bin/dig) && !exists(/usr/sbin/dig)) || \
     (!exists(/usr/bin/nslookup) && !exists(/usr/sbin/nslookup))
-DEPENDS+=      bind-[0-9]*:../../net/bind910
+DEPENDS+=      bind-[0-9]*:../../net/bind911
 .endif
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index