diff options
author | Michael Haro <mharo@FreeBSD.org> | 2005-11-14 05:03:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2005-11-14 05:03:34 +0000 |
commit | fb302a8778b0c1fae28ac3e7cd6a339601ae8e6c (patch) | |
tree | 128ff41ff0c1d60d54307506e0e454658b20b2be /security/p5-Crypt-DSA | |
parent | 28d310a5035e41d1a0b74b7a6f26dcf68e1fb8bd (diff) | |
download | ports-fb302a8778b0c1fae28ac3e7cd6a339601ae8e6c.tar.gz ports-fb302a8778b0c1fae28ac3e7cd6a339601ae8e6c.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-DSA')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index ecb26465fa2d..803faeabf16a 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-DSA -PORTVERSION= 0.12 +PORTVERSION= 0.13 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -22,7 +22,8 @@ BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random ${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ ${PERLBASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \ - ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer + ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ + ${PERLBASE}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-DSA/distinfo b/security/p5-Crypt-DSA/distinfo index eef1cbd69867..2c4497176adb 100644 --- a/security/p5-Crypt-DSA/distinfo +++ b/security/p5-Crypt-DSA/distinfo @@ -1,2 +1,2 @@ -MD5 (Crypt-DSA-0.12.tar.gz) = 7324f8d65f041b153b6b4beeaeb9a953 -SIZE (Crypt-DSA-0.12.tar.gz) = 11336 +MD5 (Crypt-DSA-0.13.tar.gz) = 269261448ecc6b3b82a854e3b774c4ae +SIZE (Crypt-DSA-0.13.tar.gz) = 28178 |