pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Random



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Apr 23 06:23:40 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Data-Random: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Data-Random/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Data-Random/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-Data-Random/Makefile
diff -u pkgsrc/devel/p5-Data-Random/Makefile:1.4 pkgsrc/devel/p5-Data-Random/Makefile:1.5
--- pkgsrc/devel/p5-Data-Random/Makefile:1.4    Mon Jun 12 12:30:41 2017
+++ pkgsrc/devel/p5-Data-Random/Makefile        Mon Apr 23 06:23:40 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2017/06/12 12:30:41 maya Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/23 06:23:40 wen Exp $
 
-DISTNAME=              Data-Random-0.12
+DISTNAME=              Data-Random-0.13
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Data/}
 

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



Home | Main Index | Thread Index | Old Index