diff options
author | wen <wen@pkgsrc.org> | 2015-06-13 09:55:38 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-06-13 09:55:38 +0000 |
commit | be6e3cbed25a7b281185f6d597384859f048025a (patch) | |
tree | e810617436896f0851d4aa56fd65ba6d40905caf | |
parent | f6382f105191f1e7d9eeeb2ed1e60eb87845b611 (diff) | |
download | pkgsrc-be6e3cbed25a7b281185f6d597384859f048025a.tar.gz |
Update to 0.28
Upstream changes:
0.28 2015-01-22
- Convert Changes to CPAN::Changes and add t/cpan-changes.t .
0.27 2015-01-22
- Cache parsed range patterns.
- Pull Request from Kosuke Asami (co-me). Thanks!
- https://github.com/shlomif/String-Random/pull/1
- Clean up the code according to perlcritic.
- Pull Request from Lance Brown. Thanks!
- https://github.com/shlomif/String-Random/pull/2
- Add rand_gen parameter to new to specify a custom random generator.
- Pull Request from Lance Brown. Thanks!
- https://github.com/shlomif/String-Random/pull/3
-rw-r--r-- | security/p5-String-Random/Makefile | 5 | ||||
-rw-r--r-- | security/p5-String-Random/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-String-Random/Makefile b/security/p5-String-Random/Makefile index 2b0a9234b3d..e00c7102b45 100644 --- a/security/p5-String-Random/Makefile +++ b/security/p5-String-Random/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:09 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/06/13 09:55:38 wen Exp $ -DISTNAME= String-Random-0.26 +DISTNAME= String-Random-0.28 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} diff --git a/security/p5-String-Random/distinfo b/security/p5-String-Random/distinfo index b129babc8fc..214e4e1c091 100644 --- a/security/p5-String-Random/distinfo +++ b/security/p5-String-Random/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/07/23 06:30:48 hiramatsu Exp $ +$NetBSD: distinfo,v 1.4 2015/06/13 09:55:38 wen Exp $ -SHA1 (String-Random-0.26.tar.gz) = 94363bad2a334a70944692eefffc072b46e78ade -RMD160 (String-Random-0.26.tar.gz) = 9ac2ed8d65070544b24030132f2fc5bbfd5b8a62 -Size (String-Random-0.26.tar.gz) = 20054 bytes +SHA1 (String-Random-0.28.tar.gz) = 82c52f5a894db88871f977e8b7ef9f507ded58e4 +RMD160 (String-Random-0.28.tar.gz) = a18d72f0b87973ac6d27db7ea56201a5eff5aeb1 +Size (String-Random-0.28.tar.gz) = 21062 bytes |