pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nagios-plugins



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Apr 30 03:48:43 UTC 2019

Modified Files:
        pkgsrc/net/nagios-plugins: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/nagios-plugins/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/nagios-plugins/Makefile
diff -u pkgsrc/net/nagios-plugins/Makefile:1.47 pkgsrc/net/nagios-plugins/Makefile:1.48
--- pkgsrc/net/nagios-plugins/Makefile:1.47     Wed Aug 22 09:45:55 2018
+++ pkgsrc/net/nagios-plugins/Makefile  Tue Apr 30 03:48:43 2019
@@ -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 @@ DEPENDS+=     {ssh{,6}-[0-9]*,openssh-[0-9]*
 
 .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