svn commit: r365515 - branches/2014Q3/devel/p5-Test-OpenLDAP
Bryan Drewery
bdrewery at FreeBSD.org
Wed Aug 20 21:14:05 UTC 2014
Author: bdrewery
Date: Wed Aug 20 21:14:05 2014
New Revision: 365515
URL: http://svnweb.freebsd.org/changeset/ports/365515
QAT: https://qat.redports.org/buildarchive/r365515/
Log:
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
Modified:
branches/2014Q3/devel/p5-Test-OpenLDAP/Makefile
Directory Properties:
branches/2014Q3/ (props changed)
Modified: branches/2014Q3/devel/p5-Test-OpenLDAP/Makefile
==============================================================================
--- branches/2014Q3/devel/p5-Test-OpenLDAP/Makefile Wed Aug 20 21:01:41 2014 (r365514)
+++ branches/2014Q3/devel/p5-Test-OpenLDAP/Makefile Wed Aug 20 21:14:05 2014 (r365515)
@@ -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
More information about the svn-ports-all
mailing list