Index: head/security/p5-Crypt-PKCS10/Makefile =================================================================== --- head/security/p5-Crypt-PKCS10/Makefile (revision 469037) +++ head/security/p5-Crypt-PKCS10/Makefile (revision 469038) @@ -1,33 +1,34 @@ # Created by: Sergei Vyshenski # $FreeBSD$ PORTNAME= Crypt-PKCS10 -PORTVERSION= 1.9 +PORTVERSION= 1.10 PORTEPOCH= 1 CATEGORIES= security perl5 -MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= svysh.fbsd@gmail.com 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 \ p5-Crypt-OpenSSL-RSA>0:security/p5-Crypt-OpenSSL-RSA \ p5-CryptX>0:security/p5-CryptX \ p5-Digest-MD2>0:security/p5-Digest-MD2 \ p5-Digest-MD4>0:security/p5-Digest-MD4 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Module-Signature>0:security/p5-Module-Signature PORTSCOUT= ignore:1.800201,1.8002 USES= perl5 USE_PERL5= modbuildtiny +USE_GITHUB= yes +GH_ACCOUNT= openxpki NO_ARCH= yes .include Index: head/security/p5-Crypt-PKCS10/distinfo =================================================================== --- head/security/p5-Crypt-PKCS10/distinfo (revision 469037) +++ head/security/p5-Crypt-PKCS10/distinfo (revision 469038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524066676 -SHA256 (Crypt-PKCS10-1.9.tar.gz) = ee0ce58cc17e9a8d7a6f33f3f26aca5be7edfc054204f7946370b3a8d291f0fd -SIZE (Crypt-PKCS10-1.9.tar.gz) = 69109 +TIMESTAMP = 1525444973 +SHA256 (openxpki-Crypt-PKCS10-1.10_GH0.tar.gz) = aa6a612f9774e3becaf4bc3e2e5e4ee5cea3fee7c4c3c67f4eea31c8b29449a9 +SIZE (openxpki-Crypt-PKCS10-1.10_GH0.tar.gz) = 70045 Index: head/security/p5-Crypt-PKCS10/pkg-descr =================================================================== --- head/security/p5-Crypt-PKCS10/pkg-descr (revision 469037) +++ head/security/p5-Crypt-PKCS10/pkg-descr (revision 469038) @@ -1,10 +1,10 @@ A small command line utility for parsing PKCS#10 certificate signing requests to perl data structure and provides accessor methods to supported elements. It is based on the generic ASN.1 module by Graham Barr and on the x509decode example by Norbert Klasen. It is also based upon the works of Duncan Segrests Crypt-X509-CRL module. The module parses common fields and extensions. Some fields might be missing. -WWW: http://search.cpan.org/dist/Crypt-PKCS10/ +WWW: https://github.com/openxpki/Crypt-PKCS10/