Hi, ports@:
Here is a simple patch for www/p5-URI to update to 5.12.
It build well and pass all tests on amd64-current system.
Many ports depend on it, I did test some of it, did not
meet any problem.
URI-5.12 is a bug fix release:
5.12 2022-07-10 23:48:50Z
- Fix an issue where i.e. 'file:///tmp/###' was not properly escaped.
A non-existing authority part was accidentally processed.
Details: https://github.com/libwww-perl/URI/issues/102
(GH#102) (Perlbotics)
- Reverts to previous behavior (5.10) for 'mailto:' scheme for
escaping square brackets.
5.11 2022-07-04 20:53:38Z
- Fix some typos in URI::file (GH#94) (Olaf Alders)
- Escape square brackets in path (GH#100) (Perlbotics)
- Fix storable.t (GH#97) (Shoichi Kaji)
Regards,
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-URI/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile 20 Mar 2022 20:26:42 -0000 1.43
+++ Makefile 11 Jul 2022 07:12:32 -0000
@@ -1,6 +1,6 @@
COMMENT = library to parse Uniform Resource Identifiers
-DISTNAME = URI-5.10
+DISTNAME = URI-5.12
CATEGORIES = www
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-URI/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo 20 Mar 2022 20:26:42 -0000 1.22
+++ distinfo 11 Jul 2022 07:12:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (URI-5.10.tar.gz) = FjJdXjCMe3q2I9G/lE4TVMXyJFr8+tuO7R4srpoL0LU=
-SIZE (URI-5.10.tar.gz) = 109471
+SHA256 (URI-5.12.tar.gz) = Zqvg6t3Xa3SAHs0o7BQRYFiHVQ/ApF72qnRP2tdo2bM=
+SIZE (URI-5.12.tar.gz) = 114641