diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-04-22 09:08:41 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-04-22 09:08:41 +0000 |
commit | 5896e778f5c218cd0eeedbe92f90a4340b083214 (patch) | |
tree | bfe33259815eb740be271e5bbf236ace7c81e508 /security | |
parent | a80a48cf52e1604c928b737e335d154608dd6bc1 (diff) | |
download | ports-5896e778f5c218cd0eeedbe92f90a4340b083214.tar.gz ports-5896e778f5c218cd0eeedbe92f90a4340b083214.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-PKCS10/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Crypt-PKCS10/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Crypt-PKCS10/pkg-plist | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/security/p5-Crypt-PKCS10/Makefile b/security/p5-Crypt-PKCS10/Makefile index abe9d0fcdd0f..7f0b90b49ecb 100644 --- a/security/p5-Crypt-PKCS10/Makefile +++ b/security/p5-Crypt-PKCS10/Makefile @@ -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> diff --git a/security/p5-Crypt-PKCS10/distinfo b/security/p5-Crypt-PKCS10/distinfo index bdfd411fc21a..9c20702e41fa 100644 --- a/security/p5-Crypt-PKCS10/distinfo +++ b/security/p5-Crypt-PKCS10/distinfo @@ -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 diff --git a/security/p5-Crypt-PKCS10/pkg-plist b/security/p5-Crypt-PKCS10/pkg-plist index 317c7ea6ab8d..bbda99fd2aed 100644 --- a/security/p5-Crypt-PKCS10/pkg-plist +++ b/security/p5-Crypt-PKCS10/pkg-plist @@ -1,2 +1,2 @@ -%%SITE_PERL%%/Crypt/PKCS10.pm %%PERL5_MAN3%%/Crypt::PKCS10.3.gz +%%SITE_PERL%%/Crypt/PKCS10.pm |