summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
committerAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
commit6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch)
tree7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /net-mgmt
parentBump autoconf 2.67->2.68 -- will deal with any fallout. (diff)
Punt autoconf267->autoconf268
Notes
Notes: svn path=/head/; revision=263089
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-check_memcached_paranoid/Makefile2
-rw-r--r--net-mgmt/nagios-devel/Makefile2
-rw-r--r--net-mgmt/nagios-plugins/Makefile2
-rw-r--r--net-mgmt/nagios-snmp-plugins/Makefile2
-rw-r--r--net-mgmt/nagios/Makefile2
-rw-r--r--net-mgmt/nagios2/Makefile2
-rw-r--r--net-mgmt/nagiosgrapher/Makefile2
-rw-r--r--net-mgmt/pixilate/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/net-mgmt/nagios-check_memcached_paranoid/Makefile b/net-mgmt/nagios-check_memcached_paranoid/Makefile
index d38e6d0806f5..42a67edb025d 100644
--- a/net-mgmt/nagios-check_memcached_paranoid/Makefile
+++ b/net-mgmt/nagios-check_memcached_paranoid/Makefile
@@ -27,7 +27,7 @@ PLUGINS= ${PORTSDIR}/net-mgmt/nagios-plugins
NDIR_CMD= cd ${PLUGINS} && ${MAKE} -VWRKSRC
# Needed for build target on net-mgmt/nagios-plugins
EXTRA_DEPENDS= automake>0:${PORTSDIR}/devel/automake111 \
- autoconf>0:${PORTSDIR}/devel/autoconf267 \
+ autoconf>0:${PORTSDIR}/devel/autoconf268 \
libtool>0:${PORTSDIR}/devel/libtool22 \
gmake:${PORTSDIR}/devel/gmake
diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile
index 2d585693d6b9..f28a9f3c27c5 100644
--- a/net-mgmt/nagios-devel/Makefile
+++ b/net-mgmt/nagios-devel/Makefile
@@ -23,7 +23,7 @@ LATEST_LINK= nagios-devel
USE_ICONV= yes
USE_PERL5_BUILD= yes
USE_PHP= yes
-USE_AUTOTOOLS= autoconf:267 libltdl:22
+USE_AUTOTOOLS= autoconf:268 libltdl:22
USE_RC_SUBR= nagios.sh
CONFLICTS= nagios-[123].*
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 09d6fd0fd47a..7e0b14c67580 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -18,7 +18,7 @@ COMMENT= Plugins for Nagios
USE_SUBMAKE= yes
USE_GMAKE= yes
USE_PERL5= yes
-USE_AUTOTOOLS= libtool:22 aclocal:111 autoconf:267 automake:111
+USE_AUTOTOOLS= libtool:22 aclocal:111 autoconf:268 automake:111
ACLOCAL_ARGS= -I m4 -I gl/m4
OPTIONS= QSTAT "Game server query support (check_game)" OFF \
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile
index eaa0f2ff5c9d..a44cd5cf11dd 100644
--- a/net-mgmt/nagios-snmp-plugins/Makefile
+++ b/net-mgmt/nagios-snmp-plugins/Makefile
@@ -17,7 +17,7 @@ COMMENT= Additional SNMP plugins for Nagios
LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:14 autoheader:267 autoconf:267
+USE_AUTOTOOLS= automake:14 autoheader:268 autoconf:268
USE_GMAKE= yes
USE_PERL5= yes
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
index e94ae12e2e4b..7a9bc9f6a6c8 100644
--- a/net-mgmt/nagios/Makefile
+++ b/net-mgmt/nagios/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio
USE_ICONV= yes
USE_PERL5_BUILD= yes
-USE_AUTOTOOLS= autoconf:267 libltdl:22
+USE_AUTOTOOLS= autoconf:268 libltdl:22
USE_RC_SUBR= nagios
CONFLICTS= nagios-[12].* nagios-devel-*
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
index bbdf8f823f2f..445bd7f20710 100644
--- a/net-mgmt/nagios2/Makefile
+++ b/net-mgmt/nagios2/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio
USE_ICONV= yes
USE_PERL5_BUILD= yes
-USE_AUTOTOOLS= autoconf:267 libltdl:22
+USE_AUTOTOOLS= autoconf:268 libltdl:22
USE_RC_SUBR= nagios
CONFLICTS= nagios-[13].* nagios-devel-*
diff --git a/net-mgmt/nagiosgrapher/Makefile b/net-mgmt/nagiosgrapher/Makefile
index 604790eed36a..31ffc9ecf66a 100644
--- a/net-mgmt/nagiosgrapher/Makefile
+++ b/net-mgmt/nagiosgrapher/Makefile
@@ -31,7 +31,7 @@ USE_RC_SUBR= ${PORTNAME}
SUB_LIST= NAME=${PORTNAME}
-USE_AUTOTOOLS= autoconf:267
+USE_AUTOTOOLS= autoconf:268
PERL_MODULES= ${SITE_PERL}
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile
index 4e0a11941e28..2b7120a821c7 100644
--- a/net-mgmt/pixilate/Makefile
+++ b/net-mgmt/pixilate/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
WRKSRC= ${WRKDIR}/pixilate
-USE_AUTOTOOLS= aclocal:111 autoconf:267 automake:111 libtool:22
+USE_AUTOTOOLS= aclocal:111 autoconf:268 automake:111 libtool:22
AUTOMAKE_ARGS= --add-missing
MAN1= pixilate.1