Here is an update for String::Format.

What's new upstream [0]:

- tooling changes that don't impact downstream
- fix "Unescaped left brace in regex is deprecated here
  (and will be fatal in Perl 5.32)". It's very needed
  because some tests on other ports are failing because
  of this [1]

Port-wise, it's a simple update.

Testing: 

- 'make test' passes
- I've tested the 2 direct consumers [2]. devel/p5-Perl-Critic has
  no new failures due to this change.

Comments/feedback are welcome.

Charlène.


[0] https://metacpan.org/source/SREZIC/String-Format-1.18/Changes
[1] https://rt.cpan.org/Public/Bug/Display.html?id=124147#txn-1766733
[2] http://0x0.st/zcR8.tgz


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-String-Format/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile    20 Mar 2016 19:56:34 -0000      1.11
+++ Makefile    4 May 2019 09:22:18 -0000
@@ -5,7 +5,7 @@ COMMENT=        perl printf extensions
 MODULES=       cpan
 PKG_ARCH=      *
 
-DISTNAME =     String-Format-1.17
+DISTNAME=      String-Format-1.18
 CATEGORIES=    devel
 
 # GPLv2
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-String-Format/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo    19 Jan 2015 14:40:17 -0000      1.4
+++ distinfo    4 May 2019 09:22:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (String-Format-1.17.tar.gz) = 
UwblkIwSDptghftgwPNS/fYBkxOYuu6Uy4mMpdlWrms=
-SIZE (String-Format-1.17.tar.gz) = 12841
+SHA256 (String-Format-1.18.tar.gz) = 
nkF6j42epiO+6i0TpHwNWmlvyGAsBQm4Js1F+Xt253g=
+SIZE (String-Format-1.18.tar.gz) = 13676

Reply via email to