This is an update for devel/p5-Parse-RecDescent that unbreaks tests with the future Perl 5.28.
What's new upstream (partial, see [1]): - The <skip:> directive to eval similar to other <skip:> directives, rather than being single-quoted in the resulting parser. Please note that's it's *not backward compatible*. - Fix tests with Perl 5.26+ Port-wise, it's a simple version bump. Testing: - 'make test' passes - There are 57 consumers, i've found no new failures with that update [2]. Comments/feedback are welcome. Charlène. [1] https://metacpan.org/changes/distribution/Parse-RecDescent [2] https://transfer.sh/MxWm7/p5-Parse-RecDescent.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Parse-RecDescent/Makefile,v retrieving revision 1.16 diff -u -p -u -p -r1.16 Makefile --- Makefile 20 Mar 2016 19:56:32 -0000 1.16 +++ Makefile 29 Dec 2018 20:26:51 -0000 @@ -4,7 +4,7 @@ COMMENT = perl module to generate recurs MODULES = cpan PKG_ARCH = * -DISTNAME = Parse-RecDescent-1.967009 +DISTNAME = Parse-RecDescent-1.967015 CATEGORIES = devel MAINTAINER = Andrew Fresh <[email protected]> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Parse-RecDescent/distinfo,v retrieving revision 1.6 diff -u -p -u -p -r1.6 distinfo --- distinfo 13 May 2014 05:52:18 -0000 1.6 +++ distinfo 29 Dec 2018 20:26:51 -0000 @@ -1,2 +1,2 @@ -SHA256 (Parse-RecDescent-1.967009.tar.gz) = 4QAPC4IlYmn7japDqrFmp4MvwYtGia98jW0aSf51xoc= -SIZE (Parse-RecDescent-1.967009.tar.gz) = 170858 +SHA256 (Parse-RecDescent-1.967015.tar.gz) = GUMzaky1TxeIpzPwgnwMVdtDENXq4V5UJjnJ3YVlbjc= +SIZE (Parse-RecDescent-1.967015.tar.gz) = 176996
