diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-11-08 00:59:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-11-08 00:59:32 +0000 |
commit | 15c0a8d9e4a28fd8864834481639d45905633054 (patch) | |
tree | b9fa9174e0b434f7fa93e67fc7e1f50a700be846 /security | |
parent | 1313c18e7e45d816173dbf3954440c956001baab (diff) | |
download | ports-15c0a8d9e4a28fd8864834481639d45905633054.tar.gz ports-15c0a8d9e4a28fd8864834481639d45905633054.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-PKCS10/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Crypt-PKCS10/distinfo | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/security/p5-Crypt-PKCS10/Makefile b/security/p5-Crypt-PKCS10/Makefile index 868bfb8b6c88..5aced22a634d 100644 --- a/security/p5-Crypt-PKCS10/Makefile +++ b/security/p5-Crypt-PKCS10/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-PKCS10 -PORTVERSION= 1.5 +PORTVERSION= 1.8002 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,14 @@ COMMENT= Parse PKCS #10 certificate requests LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 +BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \ + p5-Module-Signature>=0:security/p5-Module-Signature \ + p5-Digest-MD4>=0:security/p5-Digest-MD4 \ + p5-Digest-MD2>=0:security/p5-Digest-MD2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -NO_ARCH=yes +NO_ARCH= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-PKCS10/distinfo b/security/p5-Crypt-PKCS10/distinfo index 431bb0463a4d..b845ab7f53bf 100644 --- a/security/p5-Crypt-PKCS10/distinfo +++ b/security/p5-Crypt-PKCS10/distinfo @@ -1,2 +1,3 @@ -SHA256 (Crypt-PKCS10-1.5.tar.gz) = 230ae75b435f62a4ffa0932f47d36beaec37bd95f30d2ef755b34b877038ee8e -SIZE (Crypt-PKCS10-1.5.tar.gz) = 47814 +TIMESTAMP = 1478245996 +SHA256 (Crypt-PKCS10-1.8002.tar.gz) = c5253aa4ce1b7edc000fc132ca46fd9912dda189d2a9b518c9164dd52acaa0fa +SIZE (Crypt-PKCS10-1.8002.tar.gz) = 87682 |