pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Exporter-Tiny (devel/p5-Exporter-Tiny) Update...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3499a4483c58
branches:  trunk
changeset: 428270:3499a4483c58
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Apr 26 13:54:14 2020 +0000

description:
(devel/p5-Exporter-Tiny) Updated to 1.002002

1.002002        2020-04-24

 [ Bug Fixes ]
 - Bug in handling regexps in import lists; Exporter::Tiny allowed regexps
   like /foo/i but not /foo/. Having trailing flags is now optional!
   Tomohiro Hosaka++
   <https://github.com/tobyink/p5-exporter-tiny/issues/6>
 - Tests would fail if `PERL5OPT=-Mfeature=:5.18` environment variable was
   set. This is because bareword `-default` was being interpreted as the
   Perl `default` keyword.
   zhumengu++
   <https://github.com/tobyink/p5-exporter-tiny/issues/5>

diffstat:

 devel/p5-Exporter-Tiny/Makefile |   5 ++---
 devel/p5-Exporter-Tiny/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 5facbabfb132 -r 3499a4483c58 devel/p5-Exporter-Tiny/Makefile
--- a/devel/p5-Exporter-Tiny/Makefile   Sun Apr 26 13:51:52 2020 +0000
+++ b/devel/p5-Exporter-Tiny/Makefile   Sun Apr 26 13:54:14 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2019/08/11 13:19:22 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2020/04/26 13:54:14 mef Exp $
 
-DISTNAME=      Exporter-Tiny-1.002001
+DISTNAME=      Exporter-Tiny-1.002002
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
 
diff -r 5facbabfb132 -r 3499a4483c58 devel/p5-Exporter-Tiny/distinfo
--- a/devel/p5-Exporter-Tiny/distinfo   Sun Apr 26 13:51:52 2020 +0000
+++ b/devel/p5-Exporter-Tiny/distinfo   Sun Apr 26 13:54:14 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/07/20 07:41:02 wen Exp $
+$NetBSD: distinfo,v 1.9 2020/04/26 13:54:14 mef Exp $
 
-SHA1 (Exporter-Tiny-1.002001.tar.gz) = 9ecca5df5613f948a0d50335ba9fd7854238464b
-RMD160 (Exporter-Tiny-1.002001.tar.gz) = 1c392e3ede4b1273a8733e5b9f038ce134382f57
-SHA512 (Exporter-Tiny-1.002001.tar.gz) = b247e7785e02c3346f231736a430c2d54e5ac93c175892090c40121c86eb255ce4d138c65e31836fd2970b45fb71dc7e68ea3c45a06a9e9c4135b45df48621d8
-Size (Exporter-Tiny-1.002001.tar.gz) = 32304 bytes
+SHA1 (Exporter-Tiny-1.002002.tar.gz) = bf258f1068c80b48f63b2a925fb2a588b365ce24
+RMD160 (Exporter-Tiny-1.002002.tar.gz) = 3eca2e5e08f2ecf5076ccd1879fc4662eb0c68bb
+SHA512 (Exporter-Tiny-1.002002.tar.gz) = b6d39ba1824f6c9d68cf75e7f28fd896c2c475e419f0b1aadec58d4e7e5c8d3fd7bf85d841758772055470de56ad7a3ad6787cfd9d6c5d61d8449cf8f40bda8d
+Size (Exporter-Tiny-1.002002.tar.gz) = 88456 bytes



Home | Main Index | Thread Index | Old Index