FreeBSD Bugzilla – Attachment 128453 Details for
Bug 172323
[PATCH] security/p5-Module-Signature : Add options to allow choice of gpg version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Module-Signature.patch
p5-Module-Signature.patch (text/plain), 1.63 KB, created by
Jase Thew
on 2012-10-04 15:40:10 UTC
(
hide
)
Description:
p5-Module-Signature.patch
Filename:
MIME Type:
Creator:
Jase Thew
Created:
2012-10-04 15:40:10 UTC
Size:
1.63 KB
patch
obsolete
>commit 57c95647394101abe837fc3a5700a50874950e07 >Author: Jase Thew <jase@FreeBSD.org> >Date: Thu Oct 4 14:06:16 2012 +0100 > > Add OPTIONS to allow selection of GPG version. > >diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile >index cb3759a..553da00 100644 >--- a/security/p5-Module-Signature/Makefile >+++ b/security/p5-Module-Signature/Makefile >@@ -7,6 +7,7 @@ > > PORTNAME= Module-Signature > PORTVERSION= 0.68 >+PORTREVISION= 1 > CATEGORIES= security perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org > COMMENT= Module signature file manipulation > > BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ >- p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist \ >- ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 >+ p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist > RUN_DEPENDS:= ${BUILD_DEPENDS} > > CONFIGURE_ENV= PERL_MM_USE_DEFAULT="yes" >@@ -25,8 +25,24 @@ PERL_CONFIGURE= yes > MAN1= cpansign.1 > MAN3= Module::Signature.3 > >+OPTIONS_DEFAULT= GPG2 >+OPTIONS_MULTI= GPG >+OPTIONS_MULTI_GPG= GPG1 GPG2 >+GPG1_DESC= Use GnuPG version 1 >+GPG2_DESC= Use GnuPG version 2 >+ > .include <bsd.port.pre.mk> > >+.if ${PORT_OPTIONS:MGPG1} >+BUILD_DEPENDS+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 >+RUN_DEPENDS+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 >+.endif >+ >+.if ${PORT_OPTIONS:MGPG2} >+BUILD_DEPENDS+= ${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg >+RUN_DEPENDS+= ${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg >+.endif >+ > .if ${PERL_LEVEL} < 501000 > BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA > RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172323
: 128453