diff options
author | wen <wen@FreeBSD.org> | 2018-10-10 09:46:18 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-10-10 09:46:18 +0800 |
commit | c313236519e577c35fb96969d4c004117dee5dec (patch) | |
tree | d47953fa05c52a02f9bb74c6e6ff95df0061df0d /security | |
parent | 213e4798146aad27044d2a3f8c1d7e4c3c87ed02 (diff) | |
download | freebsd-ports-gnome-c313236519e577c35fb96969d4c004117dee5dec.tar.gz freebsd-ports-gnome-c313236519e577c35fb96969d4c004117dee5dec.tar.zst freebsd-ports-gnome-c313236519e577c35fb96969d4c004117dee5dec.zip |
- Update to 2.21
Changes: https://metacpan.org/changes/distribution/Crypt-ECB
- Add LICENSE
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-ECB/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile index b36070857208..406d60e108f0 100644 --- a/security/p5-Crypt-ECB/Makefile +++ b/security/p5-Crypt-ECB/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-ECB -PORTVERSION= 1.45 -PORTREVISION= 1 +PORTVERSION= 2.21 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing the ECB encryption algorithm +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/security/p5-Crypt-ECB/distinfo b/security/p5-Crypt-ECB/distinfo index 9831d52e3269..ced5c4d6651e 100644 --- a/security/p5-Crypt-ECB/distinfo +++ b/security/p5-Crypt-ECB/distinfo @@ -1,2 +1,3 @@ -SHA256 (Crypt-ECB-1.45.tar.gz) = 2c35a77a80fbdb035806b2c6745a45461533525a25f7f8b5308b44df03184efa -SIZE (Crypt-ECB-1.45.tar.gz) = 14570 +TIMESTAMP = 1539135494 +SHA256 (Crypt-ECB-2.21.tar.gz) = 890f8b3040220ea705ee5ca4f9bd23435a1779bc3ffa75533736e6c9c21d1015 +SIZE (Crypt-ECB-2.21.tar.gz) = 22689 |