On Sun, May 05, 2019 at 03:34:57PM +0200, Charlene Wendling wrote: > Hi ports, > > Here is a quick update for File::Remove. > > What's new upstream [0]: > > - distribution change only (now includes a META.json file) > > What's new in the port: > > - It uses modbuild but CONFIGURE_STYLE wasn't set > - apart from that, it's a simple update > > Testing: > > - 'make test' passes > - There are 4 direct consumers with no new failures [1]. > > Comments/feedback are welcome!
OK afresh1@ > Charlène. > > > [0] https://metacpan.org/changes/release/SHLOMIF/File-Remove-1.58 > [1] http://0x0.st/zTHo.tgz > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-File-Remove/Makefile,v > retrieving revision 1.13 > diff -u -p -u -p -r1.13 Makefile > --- Makefile 2 Sep 2016 22:55:23 -0000 1.13 > +++ Makefile 5 May 2019 12:48:14 -0000 > @@ -5,10 +5,12 @@ COMMENT= remove files and directories wi > MODULES= cpan > PKG_ARCH= * > > -DISTNAME= File-Remove-1.57 > +DISTNAME= File-Remove-1.58 > CATEGORIES= devel > > # perl > PERMIT_PACKAGE_CDROM= Yes > + > +CONFIGURE_STYLE= modbuild > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-File-Remove/distinfo,v > retrieving revision 1.9 > diff -u -p -u -p -r1.9 distinfo > --- distinfo 2 Sep 2016 22:55:23 -0000 1.9 > +++ distinfo 5 May 2019 12:48:14 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (File-Remove-1.57.tar.gz) = > s77NYBZcOHhtGChfdwuLBuv/6ReX2MAMxHMGFDglAa0= > -SIZE (File-Remove-1.57.tar.gz) = 22157 > +SHA256 (File-Remove-1.58.tar.gz) = > gfbsg6yri6BCr+kEM0om6zpWwhe9uZgdI3qJqwcv0Ng= > +SIZE (File-Remove-1.58.tar.gz) = 25575 > -- andrew - http://afresh1.com Beta. Software undergoes beta testing shortly before it's released. Beta is Latin for "still doesn't work."