pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-DSA Updating security/p5-Crypt-DSA f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9cac281e8e2
branches:  trunk
changeset: 399428:c9cac281e8e2
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 19 22:22:34 2009 +0000

description:
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

diffstat:

 security/p5-Crypt-DSA/Makefile |  9 +++++----
 security/p5-Crypt-DSA/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 131b4fb36ba2 -r c9cac281e8e2 security/p5-Crypt-DSA/Makefile
--- a/security/p5-Crypt-DSA/Makefile    Sat Sep 19 22:14:46 2009 +0000
+++ b/security/p5-Crypt-DSA/Makefile    Sat Sep 19 22:22:34 2009 +0000
@@ -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 @@
 MAINTAINER=            heinz%NetBSD.org@localhost
 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 -r 131b4fb36ba2 -r c9cac281e8e2 security/p5-Crypt-DSA/distinfo
--- a/security/p5-Crypt-DSA/distinfo    Sat Sep 19 22:14:46 2009 +0000
+++ b/security/p5-Crypt-DSA/distinfo    Sat Sep 19 22:22:34 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index