Looks like primarily documentation fixes, but it does run the "finally"
block in more cases as well, which seems good.

https://metacpan.org/changes/distribution/Try-Tiny

I did switch p5-Sub-Name to a RUN_DEPENDS as it actually names things
that way to improve stack traces.  It would prefer Sub::Util, but we
don't have that ported.   I am OK leaving it out as it is an optional
dependency and all my tests ran without it.

No changes to reverse dependency test results, and local tests seem to
pass.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Try-Tiny/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    20 Mar 2016 19:56:41 -0000      1.13
+++ Makefile    7 Mar 2019 03:04:39 -0000
@@ -4,7 +4,7 @@ COMMENT =               minimal try/catch with proper
 
 MODULES =              cpan
 PKG_ARCH =             *
-DISTNAME =             Try-Tiny-0.22
+DISTNAME =             Try-Tiny-0.30
 CATEGORIES =           devel
 
 MAINTAINER =           Cesare Gargano <g...@plusiagamma.org>
@@ -12,9 +12,11 @@ MAINTAINER =         Cesare Gargano <gar@plusia
 # Perl
 PERMIT_PACKAGE_CDROM = Yes
 
-CPAN_AUTHOR =          DOY
+CPAN_AUTHOR =          ETHER
 
-TEST_DEPENDS = devel/p5-Sub-Name>=0 \
-               sysutils/p5-Capture-Tiny>=0.12
+# An optional dependency, but useful
+RUN_DEPENDS=           devel/p5-Sub-Name
+
+TEST_DEPENDS =         sysutils/p5-Capture-Tiny>=0.12
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Try-Tiny/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    4 Jan 2015 22:23:11 -0000       1.6
+++ distinfo    7 Mar 2019 03:04:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (Try-Tiny-0.22.tar.gz) = YPukb0aT0z1UU5EE+QAd8Ajau0ALaDfpYFw5pu5qGxk=
-SIZE (Try-Tiny-0.22.tar.gz) = 18311
+SHA256 (Try-Tiny-0.30.tar.gz) = 2lvQ1ckDUZu/ELuboMt7ysBWOIK8/kUDruP7FD7d72s=
+SIZE (Try-Tiny-0.30.tar.gz) = 34395

Reply via email to