Date: Tue, 12 Aug 2014 19:02:46 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364735 - head/devel/p5-Test-OpenLDAP Message-ID: <53ea64d6.6242.5262679b@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea64d6.6242.5262679b>