diff options
| author | Sergei Vyshenski <svysh.fbsd@gmail.com> | 2023-05-24 23:02:19 +0000 |
|---|---|---|
| committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-05-24 23:14:18 +0000 |
| commit | cec909f65b792e74260a95b3df0113f40211c5f0 (patch) | |
| tree | fb63338e05bebe63c5e69a6ca4034a895c742171 | |
| parent | d0501b7a7393cd33a412d73824fa3286e3c67e29 (diff) | |
| download | ports-cec909f65b792e74260a95b3df0113f40211c5f0.tar.gz ports-cec909f65b792e74260a95b3df0113f40211c5f0.zip | |
security/p5-Crypt-X509: Update to 0.55
- take maintainership
- add LICENSE group
- respect move of the project to GH
PR: 271606
Approved by: Ashish SHUKLA <ashish@FreeBSD.org> (private email)
Changes: https://github.com/openxpki/Crypt-X509/compare/0.54...0.55
| -rw-r--r-- | security/p5-Crypt-X509/Makefile | 11 | ||||
| -rw-r--r-- | security/p5-Crypt-X509/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/security/p5-Crypt-X509/Makefile b/security/p5-Crypt-X509/Makefile index 36d2ea1fb46e..da86ae18146f 100644 --- a/security/p5-Crypt-X509/Makefile +++ b/security/p5-Crypt-X509/Makefile @@ -1,16 +1,21 @@ PORTNAME= Crypt-X509 -PORTVERSION= 0.54 +PORTVERSION= 0.55 CATEGORIES= security perl5 -MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ashish@FreeBSD.org +MAINTAINER= svysh.fbsd@gmail.com COMMENT= Perl extension to parse X.509 certificates WWW= https://metacpan.org/release/Crypt-X509 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/lib/Crypt/X509.pm + RUN_DEPENDS= p5-Convert-ASN1>=0:converters/p5-Convert-ASN1 USES= perl5 +USE_GITHUB= yes +GH_ACCOUNT= openxpki USE_PERL5= configure NO_ARCH= yes diff --git a/security/p5-Crypt-X509/distinfo b/security/p5-Crypt-X509/distinfo index 7ce4fad9439e..2e3314e6b367 100644 --- a/security/p5-Crypt-X509/distinfo +++ b/security/p5-Crypt-X509/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628567757 -SHA256 (Crypt-X509-0.54.tar.gz) = 296d01890716df71dacd1c827af45bcf92c0c5baeb17e997ebbd1279160b9728 -SIZE (Crypt-X509-0.54.tar.gz) = 23235 +TIMESTAMP = 1684926044 +SHA256 (openxpki-Crypt-X509-0.55_GH0.tar.gz) = 7ef8549b4d0ee1ba926aa02b8cd2a4ccf4807195a7ff4829b5d7670f13b009e6 +SIZE (openxpki-Crypt-X509-0.55_GH0.tar.gz) = 24887 |
