diff options
author | he <he@pkgsrc.org> | 2008-07-26 20:28:23 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-26 20:28:23 +0000 |
commit | 35135ea5fe4b411936a8c87ca1b0111f1ebdd180 (patch) | |
tree | b3882bc61d5494346e886cbef8037da2fc90045d | |
parent | 6be92eecd5f48a467967885e596326cd03c1cfce (diff) | |
download | pkgsrc-35135ea5fe4b411936a8c87ca1b0111f1ebdd180.tar.gz |
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.
-rw-r--r-- | security/p5-Data-SimplePassword/Makefile | 15 | ||||
-rw-r--r-- | security/p5-Data-SimplePassword/distinfo | 8 |
2 files changed, 14 insertions, 9 deletions
diff --git a/security/p5-Data-SimplePassword/Makefile b/security/p5-Data-SimplePassword/Makefile index 2a270320b8b..563f4bce7e5 100644 --- a/security/p5-Data-SimplePassword/Makefile +++ b/security/p5-Data-SimplePassword/Makefile @@ -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 +MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/security/p5-Data-SimplePassword/distinfo b/security/p5-Data-SimplePassword/distinfo index 8a4fdbe8876..74f40bd9c76 100644 --- a/security/p5-Data-SimplePassword/distinfo +++ b/security/p5-Data-SimplePassword/distinfo @@ -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 |