diff options
author | sno <sno> | 2009-09-19 22:22:34 +0000 |
---|---|---|
committer | sno <sno> | 2009-09-19 22:22:34 +0000 |
commit | 92775a920d85d89baf2b224b7534d1cd7f7c25c1 (patch) | |
tree | 8d397473f16084ea7d7204613fda4a163124b380 | |
parent | 5ada786fcd32b8cf19798fc62cd698794573c0b7 (diff) | |
download | pkgsrc-92775a920d85d89baf2b224b7534d1cd7f7c25c1.tar.gz |
Updating security/p5-Crypt-DSA from 0.14nb1 to 1.16
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
Upstream changes:
1.16 2009.09.11
- Switching to production release
- Switching to non-development version
0.15_01 2009.02.13
- Updated to Module::Install 0.91
- Added a consistent $VERSION across the entire distro
- Removed the optional dependency on Convert::PEM for more
consistent downstream packaging (it was pointless to ask
since most people don't know what it is anyways).
- Data::Buffer has almost perfect CPAN Testers PASS, so always
install it (plus, SSH2 is common now).
- Added some missing dependencies to the Makefile.PL
- Removed the sign(1) and auto_install (which was dangerous)
- Removed all the magic repository tags that would change depending
on who was maintaining it.
- Adding missing test_requires for Test.pm and Test::More (I'll
migrate the remaining tests away from Test.pm next release)
- Merged the ToDo file into the POD
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index c5ab3d33f4c..2e70b237b82 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2008/10/19 19:18:45 he Exp $ +# $NetBSD: Makefile,v 1.20 2009/09/19 22:22:34 sno Exp $ # -DISTNAME= Crypt-DSA-0.14 +DISTNAME= Crypt-DSA-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5dsa CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -11,13 +10,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-DSA/ COMMENT= Perl5 module for the DSA public key algorithm +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= p5-Data-Buffer>=0.01:../../devel/p5-Data-Buffer DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer DEPENDS+= p5-Convert-PEM>=0.07:../../textproc/p5-Convert-PEM +DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/DSA/.packlist diff --git a/security/p5-Crypt-DSA/distinfo b/security/p5-Crypt-DSA/distinfo index abc43984ef0..cb3287f2288 100644 --- a/security/p5-Crypt-DSA/distinfo +++ b/security/p5-Crypt-DSA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/02/22 12:04:50 wiz Exp $ +$NetBSD: distinfo,v 1.5 2009/09/19 22:22:34 sno Exp $ -SHA1 (Crypt-DSA-0.14.tar.gz) = 867d45682ba68647e5666b34ec8e364bdec70f08 -RMD160 (Crypt-DSA-0.14.tar.gz) = 7c040c704eb83ef85f5a1f76aa68890b51bcb35e -Size (Crypt-DSA-0.14.tar.gz) = 31595 bytes +SHA1 (Crypt-DSA-1.16.tar.gz) = 2d82e1cb5928bde85e73ff5517ee0f66d06a09fa +RMD160 (Crypt-DSA-1.16.tar.gz) = dbad1e495baeb515e24beb04a07e98c4b6cacd17 +Size (Crypt-DSA-1.16.tar.gz) = 39534 bytes |