On Mon, Jan 07, 2019 at 02:18:05PM +0100, Charlene Wendling wrote: > Hi ports! > > I'm proposing here an update for String::CamelCase.
OK afresh1@ Also the maintainer, but go ahead and commit. Thanks for the update! > What's new upstream [1]: > > - Unbreak build with newer Perl versions > - Fix metafile generation > > Port-wise it's a version bump with Pod testing added. > > Testing: > > - 'make test' passes > - There are consumers, and this update introduces no new failures [2] > > Charlène. > > [1] https://metacpan.org/changes/distribution/String-CamelCase > [2] https://transfer.sh/La5eR/p5-String-CamelCase.tgz > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/textproc/p5-String-CamelCase/Makefile,v > retrieving revision 1.4 > diff -u -p -u -p -r1.4 Makefile > --- Makefile 20 Mar 2016 19:57:08 -0000 1.4 > +++ Makefile 7 Jan 2019 13:05:41 -0000 > @@ -4,13 +4,14 @@ COMMENT= camelcase, de-camelcase > > MODULES= cpan > PKG_ARCH= * > -DISTNAME= String-CamelCase-0.02 > -REVISION= 0 > +DISTNAME= String-CamelCase-0.04 > CATEGORIES= textproc > > MAINTAINER= Andrew Fresh <[email protected]> > > # Same as Perl > PERMIT_PACKAGE_CDROM= Yes > + > +MAKE_ENV += TEST_POD=Yes > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/textproc/p5-String-CamelCase/distinfo,v > retrieving revision 1.2 > diff -u -p -u -p -r1.2 distinfo > --- distinfo 18 Jan 2015 03:15:25 -0000 1.2 > +++ distinfo 7 Jan 2019 13:05:41 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (String-CamelCase-0.02.tar.gz) = > gmiNmsLwH4Eo4mlQBeDJ/ES1dj0V8M1wLq98cZVFcJ4= > -SIZE (String-CamelCase-0.02.tar.gz) = 8250 > +SHA256 (String-CamelCase-0.04.tar.gz) = > icPevO7Orodk9F10Aj+Pvu4tiDma9nVB29qgsr8nEak= > +SIZE (String-CamelCase-0.04.tar.gz) = 7877
