diff options
author | mharo <mharo@FreeBSD.org> | 2002-02-26 15:41:44 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2002-02-26 15:41:44 +0800 |
commit | e7084262614c7143b0ad9c866342f94e437f3336 (patch) | |
tree | 2d3fadacff318d11f004634d5592213112c2cb2d /security/p5-Crypt-RSA | |
parent | bd4ac124813df9dc9b053c40b0b1c940befeb4b1 (diff) | |
download | freebsd-ports-gnome-e7084262614c7143b0ad9c866342f94e437f3336.tar.gz freebsd-ports-gnome-e7084262614c7143b0ad9c866342f94e437f3336.tar.zst freebsd-ports-gnome-e7084262614c7143b0ad9c866342f94e437f3336.zip |
Update to 1.48 and add missing dependency
PR: 34978, 35122
Submitted by: Seamus Venasse <svenasse@polaris.ca>, Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'security/p5-Crypt-RSA')
-rw-r--r-- | security/p5-Crypt-RSA/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Crypt-RSA/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index 0553ad468413..1f8b6d746cc6 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-RSA -PORTVERSION= 1.47 +PORTVERSION= 1.48 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -27,7 +27,8 @@ BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-D ${PERLBASE}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader \ ${PERLBASE}/${PERL_ARCH}/Digest/MD2.pm:${PORTSDIR}/security/p5-Digest-MD2 \ ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash + ${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash \ + ${PERLBASE}/MD5.pm:${PORTSDIR}/security/p5-MD5 RESTRICTED= "Crypto; export-controlled" diff --git a/security/p5-Crypt-RSA/distinfo b/security/p5-Crypt-RSA/distinfo index d3bc111ddb2c..52fba864e65d 100644 --- a/security/p5-Crypt-RSA/distinfo +++ b/security/p5-Crypt-RSA/distinfo @@ -1 +1 @@ -MD5 (Crypt-RSA-1.47.tar.gz) = 9651e71ea62356771e0063d50ecda167 +MD5 (Crypt-RSA-1.48.tar.gz) = 825ff5158c50f62b57eefd0d7a2a9d2d |