diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-21 05:50:57 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-21 05:50:57 +0000 |
commit | 95f0b70aa12a7ac029892cbabd0d7bc284f21890 (patch) | |
tree | 4732cc4b85237344e9f415710ea023723ee19628 /security/p5-Module-Signature | |
parent | 8c2f80f7f5cd1570ff702363add6938430901694 (diff) | |
download | ports-95f0b70aa12a7ac029892cbabd0d7bc284f21890.tar.gz ports-95f0b70aa12a7ac029892cbabd0d7bc284f21890.zip |
Notes
Diffstat (limited to 'security/p5-Module-Signature')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Module-Signature/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 18a58962ee63..5e6a05e30cad 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Module-Signature -PORTVERSION= 0.44 +PORTVERSION= 0.50 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Module signature file manipulation -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \ ${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \ + ${SITE_PERL}/Crypt/OpenPGP.pm:${PORTSDIR}/security/p5-Crypt-OpenPGP \ ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/security/p5-Module-Signature/distinfo b/security/p5-Module-Signature/distinfo index 802aefdc9895..d797fec4bdb7 100644 --- a/security/p5-Module-Signature/distinfo +++ b/security/p5-Module-Signature/distinfo @@ -1,2 +1,3 @@ -MD5 (Module-Signature-0.44.tar.gz) = f1928d481376c1402878890feec26a1f -SIZE (Module-Signature-0.44.tar.gz) = 54622 +MD5 (Module-Signature-0.50.tar.gz) = 3dd8abcf67f4fa5c85d898267e3cad53 +SHA256 (Module-Signature-0.50.tar.gz) = e2f1e357135f76b42b24dc2b1c07730f09061a1ef4de0f5b656154e46e30b892 +SIZE (Module-Signature-0.50.tar.gz) = 54392 |