security/p5-Crypt-X509 has a BUILD_DEPENDS on converters/p5-Convert-ASN1, but no matching RUN_DEPENDS. Which is necessary as the Crypt::X509 module uses Convert::ASN1 While here, stagify.
Responsible Changed From-To: freebsd-ports-bugs->ashish Over to maintainer (via the GNATS Auto Assign Tool)
Hi, Thanks for the diff. It seems to work fine on my 9.2-RELEASE host. I'll test build on all platforms, and commit it when it completes successfully. Thanks! -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 Sent from my Emacs
Author: ashish Date: Thu Jan 16 05:00:45 2014 New Revision: 339891 URL: http://svnweb.freebsd.org/changeset/ports/339891 QAT: https://qat.redports.org/buildarchive/r339891/ Log: - Add missing RUN_DEPENDS - Add STAGE support PR: ports/185786 Submitted by: matthew Modified: head/security/p5-Crypt-X509/Makefile head/security/p5-Crypt-X509/pkg-plist Modified: head/security/p5-Crypt-X509/Makefile ============================================================================== --- head/security/p5-Crypt-X509/Makefile Thu Jan 16 03:38:54 2014 (r339890) +++ head/security/p5-Crypt-X509/Makefile Thu Jan 16 05:00:45 2014 (r339891) @@ -11,11 +11,9 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension to parse X.509 certificates BUILD_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1 +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::X509.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/p5-Crypt-X509/pkg-plist ============================================================================== --- head/security/p5-Crypt-X509/pkg-plist Thu Jan 16 03:38:54 2014 (r339890) +++ head/security/p5-Crypt-X509/pkg-plist Thu Jan 16 05:00:45 2014 (r339891) @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Crypt::X509.3.gz %%SITE_PERL%%/Crypt/X509.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!