pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Data-SimplePassword Updating security/p5-D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11ccd0183032
branches:  trunk
changeset: 572205:11ccd0183032
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Feb 22 13:32:25 2010 +0000

description:
Updating security/p5-Data-SimplePassword from 0.04nb1 to 0.05

pkgsrc changes:
- Add license definition
- Add module type
- Order dependencies like in META.yml (upstream)

Upstream changes:
0.05  Tue Oct 13 11:04:46 JST 2009
        * added a few new types for rndpassword(1).
        * added 'endless mode' for rndpassword(1).
        * cleaned code & pod up.

diffstat:

 security/p5-Data-SimplePassword/Makefile |  10 ++++++----
 security/p5-Data-SimplePassword/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 6fd9967d764a -r 11ccd0183032 security/p5-Data-SimplePassword/Makefile
--- a/security/p5-Data-SimplePassword/Makefile  Mon Feb 22 12:10:59 2010 +0000
+++ b/security/p5-Data-SimplePassword/Makefile  Mon Feb 22 13:32:25 2010 +0000
@@ -1,28 +1,30 @@
-# $NetBSD: Makefile,v 1.5 2008/10/19 19:18:45 he Exp $
+# $NetBSD: Makefile,v 1.6 2010/02/22 13:32:25 sno Exp $
 #
 
-DISTNAME=              Data-SimplePassword-0.04
+DISTNAME=              Data-SimplePassword-0.05
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
+#PKGREVISION=          1
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Data/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Data-SimplePassword/
 COMMENT=               Simple random password generator
+LICENSE=               ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
 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
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Data/SimplePassword/.packlist
+PERL5_MODULE_TYPE=     Module::Build
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6fd9967d764a -r 11ccd0183032 security/p5-Data-SimplePassword/distinfo
--- a/security/p5-Data-SimplePassword/distinfo  Mon Feb 22 12:10:59 2010 +0000
+++ b/security/p5-Data-SimplePassword/distinfo  Mon Feb 22 13:32:25 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/07/26 20:28:24 he Exp $
+$NetBSD: distinfo,v 1.3 2010/02/22 13:32:25 sno Exp $
 
-SHA1 (Data-SimplePassword-0.04.tar.gz) = 7da9eac639da7a178d5285042d6218c2582b58c7
-RMD160 (Data-SimplePassword-0.04.tar.gz) = 44511aa8d8cc31e9552839a58d24f23edd3f8d19
-Size (Data-SimplePassword-0.04.tar.gz) = 5778 bytes
+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



Home | Main Index | Thread Index | Old Index