summaryrefslogtreecommitdiff
path: root/security/p5-Data-SimplePassword
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-09-09 05:54:41 +0000
committersno <sno@pkgsrc.org>2010-09-09 05:54:41 +0000
commitd4be9538fd49689c9df0e31d740d184f10f48c63 (patch)
tree658c10281c8853a52eadb327493201cc34685dd8 /security/p5-Data-SimplePassword
parent1e80a4c17d6046ac32003636fe22b917239db49b (diff)
downloadpkgsrc-d4be9538fd49689c9df0e31d740d184f10f48c63.tar.gz
Updating security/p5-Data-SimplePassword from 0.05nb1 to 0.06
pkgsrc changes: - imported and added recommended dependency to Math::Random::MT - moved List::MoreUtils to run dependencies Upstream changes: 0.06 Tue Aug 31 15:37:15 JST 2010 * added a parameter 'provider' passed to Crypt::Random. now you can avoid annoying device lock to set the value for example to 'udevrandom' (means /dev/urandom), 'rand' etc.
Diffstat (limited to 'security/p5-Data-SimplePassword')
-rw-r--r--security/p5-Data-SimplePassword/Makefile11
-rw-r--r--security/p5-Data-SimplePassword/distinfo8
2 files changed, 11 insertions, 8 deletions
diff --git a/security/p5-Data-SimplePassword/Makefile b/security/p5-Data-SimplePassword/Makefile
index 3a3442a07f9..b8cb7e19f37 100644
--- a/security/p5-Data-SimplePassword/Makefile
+++ b/security/p5-Data-SimplePassword/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/08/21 16:35:41 seb Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/09 05:54:41 sno Exp $
#
-DISTNAME= Data-SimplePassword-0.05
+DISTNAME= Data-SimplePassword-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -18,10 +17,14 @@ 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-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
-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
+# recommended
+DEPENDS+= p5-Math-Random-MT-[0-9]*:../../math/p5-Math-Random-MT
+
+BUILD_DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/SimplePassword/.packlist
PERL5_MODULE_TYPE= Module::Build
diff --git a/security/p5-Data-SimplePassword/distinfo b/security/p5-Data-SimplePassword/distinfo
index ac15c22a400..df938617017 100644
--- a/security/p5-Data-SimplePassword/distinfo
+++ b/security/p5-Data-SimplePassword/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/02/22 13:32:25 sno Exp $
+$NetBSD: distinfo,v 1.4 2010/09/09 05:54:41 sno Exp $
-SHA1 (Data-SimplePassword-0.05.tar.gz) = 580acbbe21ba592e419399b9e0b7534ce3effaf0
-RMD160 (Data-SimplePassword-0.05.tar.gz) = 943fd3198840343a3edad8473ad064f233448ddd
-Size (Data-SimplePassword-0.05.tar.gz) = 6825 bytes
+SHA1 (Data-SimplePassword-0.06.tar.gz) = bdbe2b161c8175fd7613c902fab016f6db92dffe
+RMD160 (Data-SimplePassword-0.06.tar.gz) = 1bd9c5420f1a8d8e0fd55ff3458c2bb446ccd9bb
+Size (Data-SimplePassword-0.06.tar.gz) = 7901 bytes