Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 23:09:59 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185786: securoty/p5-Crypt-X509 -- missing RUN_DEPENDS
Message-ID:  <201401142309.s0EN9xsQ004374@lucid-nonsense.infracaninophile.co.uk>
Resent-Message-ID: <201401142320.s0ENK0lx039962@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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
-@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
--- p5-Crypt-X509.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401142309.s0EN9xsQ004374>