On Thu, Feb 07, 2019 at 09:38:17PM +0100, Charlene Wendling wrote: > Here is an update for MooseX::Types::Common.
OK afresh1@ > There are 9 years of changelog to read [1] but no backward incompatible > change. > > What's new in the port: > > - Use Module::Build::Tiny now > - *_DEPENDS overhaul > > Testing: > > - 'make test' passes > - There are 65 consumers that i've tested [2]. I've met no new issue > due to that update. > > Comments/feedback are welcome! > > Charlène. > > [1] > https://metacpan.org/source/ETHER/MooseX-Types-Common-0.001014/Changes > [2] https://transfer.sh/10gshc/p5-MooseX-Types-Common.tgz > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-MooseX-Types-Common/Makefile,v > retrieving revision 1.7 > diff -u -p -u -p -r1.7 Makefile > --- Makefile 20 Mar 2016 19:56:30 -0000 1.7 > +++ Makefile 7 Feb 2019 20:25:46 -0000 > @@ -4,8 +4,7 @@ COMMENT= library of commonly used type > > MODULES= cpan > PKG_ARCH= * > -DISTNAME= MooseX-Types-Common-0.001002 > -REVISION= 0 > +DISTNAME= MooseX-Types-Common-0.001014 > CATEGORIES= devel > > MAINTAINER= Jim Razmus II <[email protected]> > @@ -13,9 +12,10 @@ MAINTAINER= Jim Razmus II <jim@openbsd. > # perl > PERMIT_PACKAGE_CDROM= Yes > > -RUN_DEPENDS= devel/p5-Moose \ > - devel/p5-MooseX-Types > -TEST_DEPENDS= devel/p5-Test-Exception \ > - sysutils/p5-Capture-Tiny > +CONFIGURE_STYLE= modbuild tiny > + > +RUN_DEPENDS= devel/p5-MooseX-Types > +TEST_DEPENDS= devel/p5-Test-Deep \ > + devel/p5-Test-Warnings > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-MooseX-Types-Common/distinfo,v > retrieving revision 1.2 > diff -u -p -u -p -r1.2 distinfo > --- distinfo 18 Jan 2015 03:13:31 -0000 1.2 > +++ distinfo 7 Feb 2019 20:25:46 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (MooseX-Types-Common-0.001002.tar.gz) = > eXaBQP4jt0APGHyR3JBPSK4ghv7Spe7ae3is+YqgrVU= > -SIZE (MooseX-Types-Common-0.001002.tar.gz) = 16897 > +SHA256 (MooseX-Types-Common-0.001014.tar.gz) = > 75Nxi20vJA1QtcOssadLTCoZGGllFHAAGoK+HzXQ7w8= > +SIZE (MooseX-Types-Common-0.001014.tar.gz) = 32971 > -- andrew - http://afresh1.com ($do || !$do) && undef($try) ; # Master of Perl, Yoda is. Hmmmm?
