svn commit: r364735 - head/devel/p5-Test-OpenLDAP
Bryan Drewery
bdrewery at FreeBSD.org
Tue Aug 12 19:02:47 UTC 2014
Author: bdrewery
Date: Tue Aug 12 19:02:46 2014
New Revision: 364735
URL: http://svnweb.freebsd.org/changeset/ports/364735
QAT: https://qat.redports.org/buildarchive/r364735/
Log:
- 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:
head/devel/p5-Test-OpenLDAP/Makefile
Modified: head/devel/p5-Test-OpenLDAP/Makefile
==============================================================================
--- head/devel/p5-Test-OpenLDAP/Makefile Tue Aug 12 18:44:40 2014 (r364734)
+++ head/devel/p5-Test-OpenLDAP/Makefile Tue Aug 12 19:02:46 2014 (r364735)
@@ -2,7 +2,7 @@
PORTNAME= Test-OpenLDAP
PORTVERSION= 0.05
-PORTREVISION= 2
+PORTREVISION= 3
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