svn commit: r369673 - head/net-mgmt/nagios-plugins
Rene Ladan
rene at FreeBSD.org
Tue Sep 30 21:50:44 UTC 2014
Author: rene
Date: Tue Sep 30 21:50:43 2014
New Revision: 369673
URL: http://svnweb.freebsd.org/changeset/ports/369673
QAT: https://qat.redports.org/buildarchive/r369673/
Log:
net-mgmt/nagios-plugins:
- remove optional dependency on expired dns/bind98
- bump PORTREVISION
PR: ports/194052
Approved by: maintainer (mat)
Modified:
head/net-mgmt/nagios-plugins/Makefile
Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile Tue Sep 30 21:49:33 2014 (r369672)
+++ head/net-mgmt/nagios-plugins/Makefile Tue Sep 30 21:50:43 2014 (r369673)
@@ -3,7 +3,7 @@
PORTNAME= nagios-plugins
PORTVERSION= 2.0.3
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://www.nagios-plugins.org/download/ \
@@ -23,7 +23,7 @@ USE_SUBMAKE= yes
OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 JAIL NLS DBI EXTRAOPTS
OPTIONS_SINGLE= DNS
-OPTIONS_SINGLE_DNS= DNS_BASE DNS_BINDTOOLS DNS_BIND98 DNS_BIND99 DNS_BIND910
+OPTIONS_SINGLE_DNS= DNS_BASE DNS_BINDTOOLS DNS_BIND99 DNS_BIND910
OPTIONS_DEFAULT=IPV6 EXTRAOPTS DNS_BASE
OPTIONS_SUB= yes
@@ -42,7 +42,6 @@ DNS_DESC= Configuration of check_dig and
DNS_BASE_DESC= >= 10 means drill for check_dig and no check_dns
DNS_BINDTOOLS_DESC= Use dig and nslookup from dns/bind-tools
-DNS_BIND98_DESC= Use dig and nslookup from dns/bind98
DNS_BIND99_DESC= Use dig and nslookup from dns/bind99
DNS_BIND910_DESC= Use dig and nslookup from dns/bind910
@@ -120,9 +119,6 @@ DBI_CONFIGURE_WITH= dbi
DNS_BINDTOOLS_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind-tools
DNS_BINDTOOLS_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \
--with-nslookup-command=${LOCALBASE}/bin/nslookup
-DNS_BIND98_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind98
-DNS_BIND98_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \
- --with-nslookup-command=${LOCALBASE}/bin/nslookup
DNS_BIND99_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind99
DNS_BIND99_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \
--with-nslookup-command=${LOCALBASE}/bin/nslookup
More information about the svn-ports-all
mailing list