On Sat, May 04, 2019 at 04:46:55PM +0200, Charlene Wendling wrote: > > Here is an update for UNIVERSAL::can. It has the same issues > as UNIVERSAL::isa. > > What's new upstream (partial, see [0]): > > - Move to Dist::Zilla > - Make tests work with Perl>=5.17.2 > - Add =encoding to POD > > What's new in the port: > > - don't repeat versions in PKG/DISTNAME dance > - drop modbuild, it's not used anymore > - reduced fetching time :) > > Testing: > > - 'make test' passes > - There are 28 consumers i've tested. I've found no failures due to > this update [1]. > > > Comments and feedback are welcome.
OK afresh1@ > Charlène. > > > [0] > https://metacpan.org/source/CHROMATIC/UNIVERSAL-can-1.20140328/Changes > [1] http://0x0.st/zc7C.tgz > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-Universal-can/Makefile,v > retrieving revision 1.11 > diff -u -p -u -p -r1.11 Makefile > --- Makefile 20 Mar 2016 19:56:41 -0000 1.11 > +++ Makefile 4 May 2019 14:44:11 -0000 > @@ -4,14 +4,14 @@ COMMENT = calling UNIVERSAL::can as a fu > > MODULES = cpan > PKG_ARCH = * > -DISTNAME = UNIVERSAL-can-1.16 > -PKGNAME = p5-Universal-can-1.16 > -REVISION = 0 > + > +V = 1.20140328 > +DISTNAME = UNIVERSAL-can-${V} > +PKGNAME = p5-Universal-can-${V} > + > CATEGORIES = devel > > # perl > PERMIT_PACKAGE_CDROM = Yes > - > -CONFIGURE_STYLE=modbuild > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-Universal-can/distinfo,v > retrieving revision 1.5 > diff -u -p -u -p -r1.5 distinfo > --- distinfo 18 Jan 2015 03:13:37 -0000 1.5 > +++ distinfo 4 May 2019 14:44:11 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (UNIVERSAL-can-1.16.tar.gz) = > y8HRPtS549rbCb6pWNPP6xwqvIcg+cMPJiFX3AQF6zo= > -SIZE (UNIVERSAL-can-1.16.tar.gz) = 7684 > +SHA256 (UNIVERSAL-can-1.20140328.tar.gz) = > Ui2p8nR4b+LLqZvHfMHIHSFhlHkD1/rRC9Yt+38RmQ8= > +SIZE (UNIVERSAL-can-1.20140328.tar.gz) = 14654 > -- andrew - http://afresh1.com Instructions are just another man's opinion of how to do something. -- Weldboy #DPWisdom