pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-Data-SimplePassword



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jul 20 12:32:26 UTC 2016

Modified Files:
        pkgsrc/security/p5-Data-SimplePassword: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/p5-Data-SimplePassword/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Data-SimplePassword/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-Data-SimplePassword/Makefile
diff -u pkgsrc/security/p5-Data-SimplePassword/Makefile:1.16 pkgsrc/security/p5-Data-SimplePassword/Makefile:1.17
--- pkgsrc/security/p5-Data-SimplePassword/Makefile:1.16        Wed Jun  8 19:24:22 2016
+++ pkgsrc/security/p5-Data-SimplePassword/Makefile     Wed Jul 20 12:32:26 2016
@@ -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]*:..
 # 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"

Index: pkgsrc/security/p5-Data-SimplePassword/distinfo
diff -u pkgsrc/security/p5-Data-SimplePassword/distinfo:1.6 pkgsrc/security/p5-Data-SimplePassword/distinfo:1.7
--- pkgsrc/security/p5-Data-SimplePassword/distinfo:1.6 Wed Nov  4 01:17:57 2015
+++ pkgsrc/security/p5-Data-SimplePassword/distinfo     Wed Jul 20 12:32:26 2016
@@ -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



Home | Main Index | Thread Index | Old Index