summaryrefslogtreecommitdiff
path: root/security/p5-Text-Password-Pronounceable/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-08-26 06:46:00 +0000
committersno <sno@pkgsrc.org>2010-08-26 06:46:00 +0000
commita951c5068e6dc8a833a88a6243ab3da7a996c2a9 (patch)
treec2128baade7b3c8f2863c81068c3e2506d6619ce /security/p5-Text-Password-Pronounceable/Makefile
parente6de80eb54d4f3786615309d847af2b547a30128 (diff)
downloadpkgsrc-a951c5068e6dc8a833a88a6243ab3da7a996c2a9.tar.gz
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
Diffstat (limited to 'security/p5-Text-Password-Pronounceable/Makefile')
-rw-r--r--security/p5-Text-Password-Pronounceable/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile
index ab8989b685e..eecf6c2ca46 100644
--- a/security/p5-Text-Password-Pronounceable/Makefile
+++ b/security/p5-Text-Password-Pronounceable/Makefile
@@ -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/}