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:           Wed Jun 15 14:10:08 UTC 2022

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

Log Message:
net/nagios-plugins: switch to depends on bind916

Switch to depends on bind916 instead of EOL bind911.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/net/nagios-plugins/Makefile:1.54
--- pkgsrc/net/nagios-plugins/Makefile:1.53     Mon May 24 19:53:21 2021
+++ pkgsrc/net/nagios-plugins/Makefile  Wed Jun 15 14:10:08 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2021/05/24 19:53:21 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2022/06/15 14:10:08 taca Exp $
 #
 
-PKGREVISION=   6
+PKGREVISION=   7
 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/bind911
+DEPENDS+=      bind-[0-9]*:../../net/bind916
 .endif
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index