diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /net-mgmt | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-check_memcached_paranoid/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nagios-devel/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/nagios/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nagios2/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/nagiosgrapher/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pixilate/Makefile | 3 |
8 files changed, 16 insertions, 12 deletions
diff --git a/net-mgmt/nagios-check_memcached_paranoid/Makefile b/net-mgmt/nagios-check_memcached_paranoid/Makefile index ffb10dffab49..f51c97c5e57b 100644 --- a/net-mgmt/nagios-check_memcached_paranoid/Makefile +++ b/net-mgmt/nagios-check_memcached_paranoid/Makefile @@ -7,6 +7,7 @@ PORTNAME= check_memcached_paranoid PORTVERSION= 0.20091016 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= # none DISTFILES= # none @@ -26,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/automake19 \ - autoconf>0:${PORTSDIR}/devel/autoconf262 \ + autoconf>0:${PORTSDIR}/devel/autoconf267 \ libtool>0:${PORTSDIR}/devel/libtool22 \ gmake:${PORTSDIR}/devel/gmake diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile index 2b9d01638444..2d585693d6b9 100644 --- a/net-mgmt/nagios-devel/Makefile +++ b/net-mgmt/nagios-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= nagios PORTVERSION= 3.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= -devel @@ -23,7 +23,7 @@ LATEST_LINK= nagios-devel USE_ICONV= yes USE_PERL5_BUILD= yes USE_PHP= yes -USE_AUTOTOOLS= autoconf:262 libltdl:22 +USE_AUTOTOOLS= autoconf:267 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 9073b9f0e61e..565dd82844ed 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= nagios-plugins PORTVERSION= 1.4.15 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/nagiosplug/nagiosplug/${PORTVERSION} @@ -17,7 +18,7 @@ COMMENT= Plugins for Nagios USE_SUBMAKE= yes USE_GMAKE= yes USE_PERL5= yes -USE_AUTOTOOLS= libtool:22 aclocal:19 autoconf:262 automake:19 +USE_AUTOTOOLS= libtool:22 aclocal:19 autoconf:267 automake:19 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 0fe754950924..eaa0f2ff5c9d 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= nagios-snmp-plugins PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.softwareforge.de/releases/${PORTNAME}/ @@ -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:262 autoconf:262 +USE_AUTOTOOLS= automake:14 autoheader:267 autoconf:267 USE_GMAKE= yes USE_PERL5= yes diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 8754e9abfd3c..e94ae12e2e4b 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -7,6 +7,7 @@ PORTNAME= nagios PORTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio USE_ICONV= yes USE_PERL5_BUILD= yes -USE_AUTOTOOLS= autoconf:262 libltdl:22 +USE_AUTOTOOLS= autoconf:267 libltdl:22 USE_RC_SUBR= nagios CONFLICTS= nagios-[12].* nagios-devel-* diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile index d6307bcc4f49..bbdf8f823f2f 100644 --- a/net-mgmt/nagios2/Makefile +++ b/net-mgmt/nagios2/Makefile @@ -7,7 +7,7 @@ PORTNAME= nagios PORTVERSION= 2.12 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION} @@ -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:262 libltdl:22 +USE_AUTOTOOLS= autoconf:267 libltdl:22 USE_RC_SUBR= nagios CONFLICTS= nagios-[13].* nagios-devel-* diff --git a/net-mgmt/nagiosgrapher/Makefile b/net-mgmt/nagiosgrapher/Makefile index 5fcf5f64e063..604790eed36a 100644 --- a/net-mgmt/nagiosgrapher/Makefile +++ b/net-mgmt/nagiosgrapher/Makefile @@ -7,7 +7,7 @@ PORTNAME= nagiosgrapher PORTVERSION= 1.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NagiosGrapher-${PORTVERSION}/ \ https://www.nagiosforge.org/gf/download/frsrelease/135/285/ @@ -31,7 +31,7 @@ USE_RC_SUBR= ${PORTNAME} SUB_LIST= NAME=${PORTNAME} -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 PERL_MODULES= ${SITE_PERL} diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index ba16eb3df18b..b733d3978a99 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -6,6 +6,7 @@ PORTNAME= pixilate PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet WRKSRC= ${WRKDIR}/pixilate -USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 libtool:22 AUTOMAKE_ARGS= --add-missing MAN1= pixilate.1 |