svn commit: r339891 - head/security/p5-Crypt-X509

Ashish SHUKLA ashish at FreeBSD.org
Thu Jan 16 05:00:46 UTC 2014


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 at 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
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509/
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
 @dirrmtry %%SITE_PERL%%/Crypt


More information about the svn-ports-all mailing list