diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Nagios-Object/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP-Util/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/p5-jmx4perl/Makefile | 5 |
3 files changed, 5 insertions, 8 deletions
diff --git a/net-mgmt/p5-Nagios-Object/Makefile b/net-mgmt/p5-Nagios-Object/Makefile index 5b0c65d..27b1e62 100644 --- a/net-mgmt/p5-Nagios-Object/Makefile +++ b/net-mgmt/p5-Nagios-Object/Makefile @@ -3,7 +3,7 @@ PORTNAME= Nagios-Object PORTVERSION= 0.21.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,6 @@ COMMENT= Perl objects to represent Nagios configuration BUILD_DEPENDS= p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build \ p5-Data-Dumper>=2.126:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-List-Compare>=0.37:${PORTSDIR}/misc/p5-List-Compare \ p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-NoWarnings>=1.01:${PORTSDIR}/devel/p5-Test-NoWarnings diff --git a/net-mgmt/p5-Net-SNMP-Util/Makefile b/net-mgmt/p5-Net-SNMP-Util/Makefile index 8dfe495..08c98d9 100644 --- a/net-mgmt/p5-Net-SNMP-Util/Makefile +++ b/net-mgmt/p5-Net-SNMP-Util/Makefile @@ -3,7 +3,7 @@ PORTNAME= Net-SNMP-Util PORTVERSION= 1.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TONODERA @@ -12,8 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= hhyou@cs.nctu.edu.tw COMMENT= Utility functions for Net::SNMP -RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP USES= perl5 USE_PERL5= configure diff --git a/net-mgmt/p5-jmx4perl/Makefile b/net-mgmt/p5-jmx4perl/Makefile index 2cccde9..3cdba0b 100644 --- a/net-mgmt/p5-jmx4perl/Makefile +++ b/net-mgmt/p5-jmx4perl/Makefile @@ -2,11 +2,12 @@ PORTNAME= jmx4perl PORTVERSION= 1.11 +DISTVERSIONSUFFIX= _2 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROLAND PKGNAMEPREFIX= p5- -DISTFILES= ${DISTNAME}_2${EXTRACT_SUFX} MAINTAINER= tj@FreeBSD.org COMMENT= JMX access for Perl @@ -24,7 +25,6 @@ RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Sys-SigAction>=0:${PORTSDIR}/devel/p5-Sys-SigAction \ p5-Term-Clui>=0:${PORTSDIR}/devel/p5-Term-Clui \ p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \ @@ -53,7 +53,6 @@ ETC_FILES= common.cfg \ SUB_FILES= pkg-install pkg-deinstall SUB_LIST= ETC_FILES="${ETC_FILES}" -WRKSRC= ${WRKDIR}/${DISTNAME}_2 post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} |