Updating security/p5-Text-Password-Pronounceable from 0.28nb1 to 0.30

Upstream changes:
[Changes for 0.30 - 16 Aug 2010]
	* Updated dist metadata and M::I

[Changes for 0.29 (unreleased) - 11 Sep, 2007]
	* T::P::P->generate($len) works
	* Fix behavior:
	       T::P::P->new(2,10)->generate(6)
	  was equivalent to
	       T::P::P->generate(6,10)
	  which is too subtle. Now it works just as
	       T::P::P->generate(6,6)
	* Improved warnings on bad arguments
This commit is contained in:
sno 2010-08-26 06:46:00 +00:00
parent de8daa7b48
commit f99b66810e
2 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.2 2010/08/21 16:35:45 seb Exp $
# $NetBSD: Makefile,v 1.3 2010/08/26 06:46:00 sno Exp $
DISTNAME= Text-Password-Pronounceable-0.28
DISTNAME= Text-Password-Pronounceable-0.30
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
#PKGREVISION= 1
CATEGORIES= perl5 textproc security
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/09/22 19:35:32 sno Exp $
$NetBSD: distinfo,v 1.2 2010/08/26 06:46:00 sno Exp $
SHA1 (Text-Password-Pronounceable-0.28.tar.gz) = ab913347b14dad8a9fe51c6aa85dc3c4e1ad041f
RMD160 (Text-Password-Pronounceable-0.28.tar.gz) = ec82558004930355603ccdf9cd3b5df1ad54ec5e
Size (Text-Password-Pronounceable-0.28.tar.gz) = 13457 bytes
SHA1 (Text-Password-Pronounceable-0.30.tar.gz) = 48f4519678f6f1a8e6aae811bf8b6b053f983b6a
RMD160 (Text-Password-Pronounceable-0.30.tar.gz) = e8411e5a467d4bb5c1146ee322f2456bf34addaa
Size (Text-Password-Pronounceable-0.30.tar.gz) = 21015 bytes