diff options
author | Michael Haro <mharo@FreeBSD.org> | 2002-02-26 07:41:44 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2002-02-26 07:41:44 +0000 |
commit | 143ba8d562018eeadae7645c1aa48fbe66251574 (patch) | |
tree | 1e9df799b06d6c5500a8f46c6eb5a4f40c5d8134 /security/p5-Crypt-RSA | |
parent | d449fdf06954a0c1665ef088d58e62421d826a70 (diff) |
Update to 1.48 and add missing dependency
PR: 34978, 35122
Submitted by: Seamus Venasse <svenasse@polaris.ca>, Jason Harris <jharris@widomaker.com>
Notes
Notes:
svn path=/head/; revision=55258
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 |