aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-08-20 21:14:05 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-08-20 21:14:05 +0000
commit29772fc48860eb3977d6128a89751aa98f44cd6c (patch)
tree03507b94561bb7d74c9a2fe7659b50732e1d6b65
parente96abee0dfd397de75fe09b4c3ec1a7a3381dcef (diff)
downloadports-29772fc48860eb3977d6128a89751aa98f44cd6c.tar.gz
ports-29772fc48860eb3977d6128a89751aa98f44cd6c.zip
MFH: r364735
- Fix dependency line for p5-Net. This was causing needless rebuilding of p5-Test-OpenLDAP with poudriere as it always thought the dependencies were changed. This also correctly registers the p5-Net as a dependency for package use. With hat: portmgr
Notes
Notes: svn path=/branches/2014Q3/; revision=365515
-rw-r--r--devel/p5-Test-OpenLDAP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-OpenLDAP/Makefile b/devel/p5-Test-OpenLDAP/Makefile
index cfe34ff8f170..eae7e79114ec 100644
--- a/devel/p5-Test-OpenLDAP/Makefile
+++ b/devel/p5-Test-OpenLDAP/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Test-OpenLDAP
PORTVERSION= 0.05
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +17,7 @@ RUN_DEPENDS= \
p5-Data-UUID>0:${PORTSDIR}/devel/p5-Data-UUID \
p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \
${LOCALBASE}/libexec/slapd:${PORTSDIR}/net/openldap${OPENLDAP_VER}-server \
- p5-URI>0:${PORTSDIR}/net/p5-Net
+ p5-Net>0:${PORTSDIR}/net/p5-Net
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5