diff options
| author | Sergei Vyshenski <svysh.fbsd@gmail.com> | 2021-08-13 17:19:21 +0000 |
|---|---|---|
| committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2021-08-13 17:22:58 +0000 |
| commit | f765e7fc5c62c7429b9d5b2cb5e34bb1d4a5a2e1 (patch) | |
| tree | bbb282804e8478906338ee33a0cd6785f4d1408a | |
| parent | cea0bdfd08136dacc2aa9f14aa340718acca4cb2 (diff) | |
| download | ports-f765e7fc5c62c7429b9d5b2cb5e34bb1d4a5a2e1.tar.gz ports-f765e7fc5c62c7429b9d5b2cb5e34bb1d4a5a2e1.zip | |
security/p5-Crypt-X509: Update to 0.54
- Add NO_ARCH since port is architecture neutral
PR: 257725
| -rw-r--r-- | security/p5-Crypt-X509/Makefile | 3 | ||||
| -rw-r--r-- | security/p5-Crypt-X509/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Crypt-X509/Makefile b/security/p5-Crypt-X509/Makefile index 9d06f9a87e01..d40336a489a6 100644 --- a/security/p5-Crypt-X509/Makefile +++ b/security/p5-Crypt-X509/Makefile @@ -1,7 +1,7 @@ # Created by: Gabor Kovesdan PORTNAME= Crypt-X509 -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,5 +13,6 @@ RUN_DEPENDS= p5-Convert-ASN1>=0:converters/p5-Convert-ASN1 USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-X509/distinfo b/security/p5-Crypt-X509/distinfo index f8ea46a0a34c..7ce4fad9439e 100644 --- a/security/p5-Crypt-X509/distinfo +++ b/security/p5-Crypt-X509/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588744669 -SHA256 (Crypt-X509-0.53.tar.gz) = d2ff614f9457dc87ab277b81bced3532c3ed309b73b9a61aaefbe9488c9e660f -SIZE (Crypt-X509-0.53.tar.gz) = 22811 +TIMESTAMP = 1628567757 +SHA256 (Crypt-X509-0.54.tar.gz) = 296d01890716df71dacd1c827af45bcf92c0c5baeb17e997ebbd1279160b9728 +SIZE (Crypt-X509-0.54.tar.gz) = 23235 |
