Mon Apr 23 06:23:40 2018 UTC ()
Update to 0.13

Upstream changes:
0.13      2018-04-18 00:46:01-07:00 America/Los_Angeles
          - allow a single argument to `rand_enum` as long as it's an arrayref
          Thanks to NEILB (Neil Bowers) for the suggestion
          Thanks to jjatria (Jos辿 Joaquin Atria) for doing the work
          - upgrade to Dist::Zilla
          Thanks to jjatria (Jos辿 Joaquin Atria) for the pull request
          - use Test::MockTime to avoid off-by-a-second bogus test failures
          Thanks to jjatria (Jos辿 Joaquin Atria) for the pull request
          - fix mismatched docs and implementation for `rand_chars`
            now both are correct
          Thanks to jjatria (Jos辿 Joaquin Atria) for the pull request
          - better error handling in `rand_time`
          Thanks to jjatria (Jos辿 Joaquin Atria) for the pull request


(wen)
diff -r1.4 -r1.5 pkgsrc/devel/p5-Data-Random/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/p5-Data-Random/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Data-Random/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Random/Makefile 2017/06/12 12:30:41 1.4
+++ pkgsrc/devel/p5-Data-Random/Makefile 2018/04/23 06:23:40 1.5
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2017/06/12 12:30:41 maya Exp $ 1# $NetBSD: Makefile,v 1.5 2018/04/23 06:23:40 wen Exp $
2 2
3DISTNAME= Data-Random-0.12 3DISTNAME= Data-Random-0.13
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
8 7
9MAINTAINER= phil@cs.wwu.edu 8MAINTAINER= phil@cs.wwu.edu
10HOMEPAGE= http://search.cpan.org/dist/Data-Random/ 9HOMEPAGE= http://search.cpan.org/dist/Data-Random/
11COMMENT= Perl module to generate random data 10COMMENT= Perl module to generate random data
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD 13DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD
15DEPENDS+= p5-Time-Piece>=1.16:../../time/p5-Time-Piece 14DEPENDS+= p5-Time-Piece>=1.16:../../time/p5-Time-Piece
16BUILD_DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny 15BUILD_DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
17 16
18MAKE_ENV+= PERL_USE_UNSAFE_INC=1 17MAKE_ENV+= PERL_USE_UNSAFE_INC=1

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-Data-Random/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Random/distinfo 2016/01/10 19:38:49 1.1
+++ pkgsrc/devel/p5-Data-Random/distinfo 2018/04/23 06:23:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2016/01/10 19:38:49 bsiegert Exp $ 1$NetBSD: distinfo,v 1.2 2018/04/23 06:23:40 wen Exp $
2 2
3SHA1 (Data-Random-0.12.tar.gz) = 5977486f239644e1b52fea2a756915db78df2ea5 3SHA1 (Data-Random-0.13.tar.gz) = 8f29da425c6cc3185b21b6c74262111ee51c3779
4RMD160 (Data-Random-0.12.tar.gz) = 9c6b0ba0c468d1450726e57f76aac0a56fd59cfc 4RMD160 (Data-Random-0.13.tar.gz) = fe336653361cf753f143e190649c4c7e3e271cf0
5SHA512 (Data-Random-0.12.tar.gz) = ae898af42a44576f5b968fb44015339e6db4c8542e6198d87aa4346eba767a81bfdd35c33f10d52adddad9fe38d24475bcc7fa87e8223f1a2756ece1da84ee97 5SHA512 (Data-Random-0.13.tar.gz) = 7cf3811ee26a3b93a8170cc9c863ad2cf03f5997cabe66cd78646a4d93a6568ef247f636782b8c707c3064120b30609f3562d8654b31e5e31890aa302b03cdb5
6Size (Data-Random-0.12.tar.gz) = 166951 bytes 6Size (Data-Random-0.13.tar.gz) = 158143 bytes