- Update 1.800201 to 1.9
Changes: http://cpansearch.perl.org/src/MRSCOTTY/Crypt-PKCS10-1.9/Changes - Bump PORTEPOCH - Add LICENSE_FILE - Add PORTSCOUT=ignore:1.800201,1.8002 - Switch configure stage to modbuildtiny PR: 227617 Submitted by: svysh.fbsd@gmail.com(maintainer)
This commit is contained in:
parent
a80a48cf52
commit
5896e778f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468012
@ -2,7 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-PKCS10
|
||||
PORTVERSION= 1.800201
|
||||
PORTVERSION= 1.9
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -12,6 +13,7 @@ COMMENT= Parse PKCS #10 certificate requests
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
|
||||
p5-Crypt-OpenSSL-DSA>0:security/p5-Crypt-OpenSSL-DSA \
|
||||
@ -22,8 +24,10 @@ BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Module-Signature>0:security/p5-Module-Signature
|
||||
|
||||
PORTSCOUT= ignore:1.800201,1.8002
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_PERL5= modbuildtiny
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485765168
|
||||
SHA256 (Crypt-PKCS10-1.800201.tar.gz) = c16d4482d68bbd4fd69d6190efde363914c755a26aeac8e05cd45449b6324f32
|
||||
SIZE (Crypt-PKCS10-1.800201.tar.gz) = 88787
|
||||
TIMESTAMP = 1524066676
|
||||
SHA256 (Crypt-PKCS10-1.9.tar.gz) = ee0ce58cc17e9a8d7a6f33f3f26aca5be7edfc054204f7946370b3a8d291f0fd
|
||||
SIZE (Crypt-PKCS10-1.9.tar.gz) = 69109
|
||||
|
@ -1,2 +1,2 @@
|
||||
%%SITE_PERL%%/Crypt/PKCS10.pm
|
||||
%%PERL5_MAN3%%/Crypt::PKCS10.3.gz
|
||||
%%SITE_PERL%%/Crypt/PKCS10.pm
|
||||
|
Loading…
Reference in New Issue
Block a user