ports/185786: securoty/p5-Crypt-X509 -- missing RUN_DEPENDS

Matthew Seaman matthew at FreeBSD.org
Tue Jan 14 23:20:00 UTC 2014


>Number:         185786
>Category:       ports
>Synopsis:       securoty/p5-Crypt-X509 -- missing RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 23:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 9.2-STABLE FreeBSD 9.2-STABLE #30 r259416: Sun Dec 15 18:37:44 GMT 2013 root at lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:
	

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.

>How-To-Repeat:
	
>Fix:

	

--- p5-Crypt-X509.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 339662)
+++ Makefile	(working copy)
@@ -11,11 +11,9 @@
 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>
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 339662)
+++ pkg-plist	(working copy)
@@ -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
--- p5-Crypt-X509.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list