Date: Fri, 9 Mar 2012 14:56:47 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/165889: [PATCH] security/p5-OpenCA-PKCS7: add missing DEPENDS Message-ID: <201203091956.q29JuloV008888@meatwad.mouf.net> Resent-Message-ID: <201203092000.q29K0LGn053830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203091956.q29JuloV008888>