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:           Fri Jan  5 01:58:52 UTC 2024

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

Log Message:
net/nagios-plugins: switch to use bind918

Switch to use bind918 instead of bind916.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 pkgsrc/net/nagios-plugins/Makefile:1.59
--- pkgsrc/net/nagios-plugins/Makefile:1.58     Tue Oct 24 22:10:26 2023
+++ pkgsrc/net/nagios-plugins/Makefile  Fri Jan  5 01:58:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2023/10/24 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2024/01/05 01:58:52 taca Exp $
 
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -56,7 +56,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/bind916
+DEPENDS+=      bind-[0-9]*:../../net/bind918
 .endif
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index