diff options
author | mef <mef@pkgsrc.org> | 2016-07-20 12:32:26 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-07-20 12:32:26 +0000 |
commit | 59f78e536244dbb1d0aa3aaa18e00d980e8eba2e (patch) | |
tree | ac8333e2a6ef63e0070829af9feabedae69f6012 | |
parent | 7ed423186058e7ef899c524a7e2177e4e243b6a1 (diff) | |
download | pkgsrc-59f78e536244dbb1d0aa3aaa18e00d980e8eba2e.tar.gz |
(pkgsrc9
- PERL5_MODULE_TYPE= Module::Build::Tiny
- Following package added on BUILD_DEPENDS for make test
p5-Moo>=1.001:../../devel/p5-Moo
(upstream)
- Updated security/p5-Data-SimplePassword to 0.11
-----------------------------------------------
0.10 Tue Dec 3 07:10:44 UTC 2013
* switched to Moo.
0.08 Tue Jun 25 03:03:11 UTC 2013
* added is_available_provider() method.
* added new type 'alpha' to rndpassword.
* improved some tests to reduce test time.
* added zsh completion sample file. (see extra/)
* switched to Minilla.
-rw-r--r-- | security/p5-Data-SimplePassword/Makefile | 11 | ||||
-rw-r--r-- | security/p5-Data-SimplePassword/distinfo | 10 |
2 files changed, 12 insertions, 9 deletions
diff --git a/security/p5-Data-SimplePassword/Makefile b/security/p5-Data-SimplePassword/Makefile index 7bce9f8abe2..666b4e590b6 100644 --- a/security/p5-Data-SimplePassword/Makefile +++ b/security/p5-Data-SimplePassword/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:22 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/07/20 12:32:26 mef Exp $ # -DISTNAME= Data-SimplePassword-0.07 +DISTNAME= Data-SimplePassword-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} @@ -22,11 +21,15 @@ DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require # recommended DEPENDS+= p5-Math-Random-MT-[0-9]*:../../math/p5-Math-Random-MT +# for make test BUILD_DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +BUILD_DEPENDS+= p5-Moo>=1.001:../../devel/p5-Moo + +REPLACE_PERL+= script/rndpassword USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Data/SimplePassword/.packlist -PERL5_MODULE_TYPE= Module::Build +PERL5_MODULE_TYPE= Module::Build::Tiny .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Data-SimplePassword/distinfo b/security/p5-Data-SimplePassword/distinfo index 78aecc85d0e..004c11fcf7b 100644 --- a/security/p5-Data-SimplePassword/distinfo +++ b/security/p5-Data-SimplePassword/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:17:57 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/07/20 12:32:26 mef Exp $ -SHA1 (Data-SimplePassword-0.07.tar.gz) = 44557d8ba2663b75b5a0f10ffe0accaef453dbcd -RMD160 (Data-SimplePassword-0.07.tar.gz) = f729ba47c2d9d3423364ba6d63818cbd2fcc24aa -SHA512 (Data-SimplePassword-0.07.tar.gz) = 7b227f7444d60779d2de5d28e13652304092bc125fe2866290e6be05f06908ceb98f6d64afba3a33c10af1a9f65d68ceedaf3b95c9821b4c3dc8fb8aa949eeb1 -Size (Data-SimplePassword-0.07.tar.gz) = 8013 bytes +SHA1 (Data-SimplePassword-0.11.tar.gz) = 1e0c6294b23124393d4899028374cacdec47e2c7 +RMD160 (Data-SimplePassword-0.11.tar.gz) = 0884be2db08b839f3aabfe48ff2415e640cf93eb +SHA512 (Data-SimplePassword-0.11.tar.gz) = b03b5c4a6e3a6b3e1d9f0f4e3af550245d99582cc4b46eab0be2fcaa1863c4810f6a3b08241815275840d9a055964b0998b3fef9d5e88f1bb7af2dfd4a21a972 +Size (Data-SimplePassword-0.11.tar.gz) = 13757 bytes |