pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Data-SimplePassword Update from version 0....
details: https://anonhg.NetBSD.org/pkgsrc/rev/a701ed679d2e
branches: trunk
changeset: 545108:a701ed679d2e
user: he <he%pkgsrc.org@localhost>
date: Sat Jul 26 20:28:23 2008 +0000
description:
Update from version 0.02 to 0.04.
Pkgsrc changes:
o Added full list of dependencies, from Makefile.PL.
Upstream changes:
0.04 Sun Jun 15 16:22:32 JST 2008
* fixed a bug caused memory greediness with too long strings :<
* improved internal code for PAUSE.
0.03 Sat Jun 14 19:17:30 JST 2008
* added support for Math::Random::MT::Perl.
* switched to Module::Build.
* cleaned up test scripts.
* added 'binary' option to rndpassword.
diffstat:
security/p5-Data-SimplePassword/Makefile | 15 ++++++++++-----
security/p5-Data-SimplePassword/distinfo | 8 ++++----
2 files changed, 14 insertions(+), 9 deletions(-)
diffs (46 lines):
diff -r d7ed537008bc -r a701ed679d2e security/p5-Data-SimplePassword/Makefile
--- a/security/p5-Data-SimplePassword/Makefile Sat Jul 26 20:10:05 2008 +0000
+++ b/security/p5-Data-SimplePassword/Makefile Sat Jul 26 20:28:23 2008 +0000
@@ -1,19 +1,24 @@
-# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:34 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/07/26 20:28:23 he Exp $
#
-DISTNAME= Data-SimplePassword-0.02
+DISTNAME= Data-SimplePassword-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
-MAINTAINER= tech-pkg%NetBSD.org@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Data-SimplePassword/
COMMENT= Simple random password generator
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
+DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
+DEPENDS+= p5-CLASS-[0-9]*:../../devel/p5-CLASS
+DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
+DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
+DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Math-Random-MT-Perl-[0-9]*:../../math/p5-Math-Random-MT-Perl
+DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/SimplePassword/.packlist
diff -r d7ed537008bc -r a701ed679d2e security/p5-Data-SimplePassword/distinfo
--- a/security/p5-Data-SimplePassword/distinfo Sat Jul 26 20:10:05 2008 +0000
+++ b/security/p5-Data-SimplePassword/distinfo Sat Jul 26 20:28:23 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/03/09 13:21:44 abs Exp $
+$NetBSD: distinfo,v 1.2 2008/07/26 20:28:24 he Exp $
-SHA1 (Data-SimplePassword-0.02.tar.gz) = c7f8f3cbd39240231dfc6b1f154efbbd96d30895
-RMD160 (Data-SimplePassword-0.02.tar.gz) = 52f84d08395071f005ea3a82824899d05423d1d4
-Size (Data-SimplePassword-0.02.tar.gz) = 3566 bytes
+SHA1 (Data-SimplePassword-0.04.tar.gz) = 7da9eac639da7a178d5285042d6218c2582b58c7
+RMD160 (Data-SimplePassword-0.04.tar.gz) = 44511aa8d8cc31e9552839a58d24f23edd3f8d19
+Size (Data-SimplePassword-0.04.tar.gz) = 5778 bytes
Home |
Main Index |
Thread Index |
Old Index