diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
commit | b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /net-mgmt | |
parent | 3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cricket/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-agent/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/netdisco/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/netdot/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/pftabled/Makefile | 3 |
8 files changed, 1 insertions, 44 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index 15581370452a..bb07b71d4fcc 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -31,11 +31,6 @@ GROUPS= www .include <bsd.port.pre.mk> -# A reliable version of Time::HiRes is included with perl 5.8.7 and later. -.if ${PERL_LEVEL} < 500807 -RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -.endif - post-patch: @${REINPLACE_CMD} -e 's,/home/cricket,${PREFIX},g' \ ${WRKSRC}/cricket-conf.pl.sample diff --git a/net-mgmt/glpi-plugins-tracker-agent/Makefile b/net-mgmt/glpi-plugins-tracker-agent/Makefile index bcda7f106505..c74d69410edd 100644 --- a/net-mgmt/glpi-plugins-tracker-agent/Makefile +++ b/net-mgmt/glpi-plugins-tracker-agent/Makefile @@ -33,10 +33,6 @@ TRACKERAGENTDIR?= share/tracker_agent .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - post-configure: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%TRACKERAGENTDIR%%,${TRACKERAGENTDIR},g' pkg-message > ${PKGMESSAGE} diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile index 3867bd375047..22e40e96e362 100644 --- a/net-mgmt/netdisco/Makefile +++ b/net-mgmt/netdisco/Makefile @@ -72,14 +72,6 @@ MIBINCLUDES:=${MIBINCLUDES:S/,$//} MIBINCLUDES="#please add here mibs dirs list (at least snmp and rfc ones)" .endif -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - .if ${PORT_OPTIONS:MGRAPHVIZ} RUN_DEPENDS+= p5-Graph>=0:${PORTSDIR}/math/p5-Graph \ p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz diff --git a/net-mgmt/netdot/Makefile b/net-mgmt/netdot/Makefile index 9809efe68349..ccc0e997633e 100644 --- a/net-mgmt/netdot/Makefile +++ b/net-mgmt/netdot/Makefile @@ -60,13 +60,6 @@ PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA -.endif -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build -.endif - INSTALL_TARGET= install \ PREFIX=${WWWDIR} \ APACHEUSER=${WWWOWN} \ diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index 587bbf67a565..456b04db9c6e 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -31,10 +31,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - do-install: @${MKDIR} ${DATADIR} @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "Apache binutils dtd etc ocsreports" ${DATADIR}/) diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile b/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile index 3d2ed43067ee..7360b29f46b2 100644 --- a/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile @@ -31,9 +31,4 @@ PERL_CONFIGURE= yes post-patch: ${RM} ${WRKSRC}/lib/FusionInventory/Agent/Task/NetDiscovery.pm.orig -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - .include <bsd.port.post.mk> diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile index d26bb0e7caf2..fe34a8d29a8c 100644 --- a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile @@ -22,11 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile index 3d44c7720f3c..8a46b43bcc8b 100644 --- a/net-mgmt/pftabled/Makefile +++ b/net-mgmt/pftabled/Makefile @@ -25,9 +25,6 @@ PYTHONC_DESC= A Sample Python Client .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPERLC} -. if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -. endif PLIST_FILES+= bin/pftabled-client.pl .endif |