Here is an update for Carp::Assert::More. It's needed to make an update devel/p5-Test-WWW-Mechanize tests pass.
What's new upstream [0]: - add new assertions functions - assert_listref() has been renamed to assert_arrayref(), but assert_listref() has been kept for backward compatibility. Port-wise it's a simple update, with license clarification and cleanup. Testing: - 'make test' passes - There are 23 consumers that i've tested [1], and found no new issues related to this update. Comments/feedback are welcome! Charlène. [0] https://metacpan.org/source/PETDANCE/Carp-Assert-More-1.16/Changes [1] http://0x0.st/zAQ-.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Carp-Assert-More/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile 20 Mar 2016 19:56:14 -0000 1.11 +++ Makefile 13 May 2019 01:43:38 -0000 @@ -5,16 +5,15 @@ COMMENT= convenience wrappers around Car MODULES= cpan PKG_ARCH= * -DISTNAME = Carp-Assert-More-1.14 +DISTNAME= Carp-Assert-More-1.16 CATEGORIES= devel -# perl +# Artistic 2.0 PERMIT_PACKAGE_CDROM= Yes RUN_DEPENDS= devel/p5-Carp-Assert -BUILD_DEPENDS= ${RUN_DEPENDS} -TEST_DEPENDS += devel/p5-Test-Exception +TEST_DEPENDS= devel/p5-Test-Exception -MAKE_ENV= TEST_POD=Yes +MAKE_ENV+= TEST_POD=Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Carp-Assert-More/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 14 Nov 2014 09:17:10 -0000 1.3 +++ distinfo 13 May 2019 01:43:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (Carp-Assert-More-1.14.tar.gz) = PwBMv6U0dthatgSh4J/EpdeyiJjFL5VJvRfDhcnEBzM= -SIZE (Carp-Assert-More-1.14.tar.gz) = 10304 +SHA256 (Carp-Assert-More-1.16.tar.gz) = jtAc3ZVxXEG2kO063U8SH1FhsPrgnf+MsidhOrRpMvU= +SIZE (Carp-Assert-More-1.16.tar.gz) = 12290
