ports/165889: [PATCH] security/p5-OpenCA-PKCS7: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Fri Mar 9 20:00:22 UTC 2012


>Number:         165889
>Category:       ports
>Synopsis:       [PATCH] security/p5-OpenCA-PKCS7: add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 09 20:00:21 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing DEPENDS
- Bump PORTREVISION
- Avoid use of SITE_PERL in DEPENDS

Port maintainer (skv at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-OpenCA-PKCS7-0.9.13_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/p5-OpenCA-PKCS7/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	21 Jan 2012 17:38:42 -0000	1.4
+++ Makefile	9 Mar 2012 19:56:08 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	OpenCA-PKCS7
 PORTVERSION=	0.9.13
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +15,9 @@
 MAINTAINER=	skv at FreeBSD.org
 COMMENT=	Perl extension for basic handling PKCS#7 Signatures
 
-BUILD_DEPENDS=	${SITE_PERL}/X500/DN.pm:${PORTSDIR}/net/p5-X500-DN
+BUILD_DEPENDS=	p5-OpenCA-OpenSSL>=0:${PORTSDIR}/security/p5-OpenCA-OpenSSL \
+		p5-OpenCA-X509>=0:${PORTSDIR}/security/p5-OpenCA-X509 \
+		p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-OpenCA-PKCS7-0.9.13_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list