On Fri, Jan 20, 2017 at 02:35:54PM +0100, Alexander Bluhm wrote: > Hi, > > update p5-Test-Script to 1.14 > remove needless build dependency > take maintainer > > ok?
Tests pass, reverse dependency tests pass. Looks good to me. OK afresh1@ > bluhm > > Index: devel/p5-Test-Script/Makefile > =================================================================== > RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-Test-Script/Makefile,v > retrieving revision 1.10 > diff -u -p -r1.10 Makefile > --- devel/p5-Test-Script/Makefile 20 Mar 2016 19:56:38 -0000 1.10 > +++ devel/p5-Test-Script/Makefile 20 Jan 2017 13:20:37 -0000 > @@ -5,15 +5,16 @@ COMMENT= cross-platform basic tests for > MODULES= cpan > PKG_ARCH= * > > -DISTNAME = Test-Script-1.10 > +DISTNAME = Test-Script-1.14 > CATEGORIES= devel > > +MAINTAINER = Alexander Bluhm <bl...@openbsd.org> > + > # Perl > PERMIT_PACKAGE_CDROM= Yes > > RUN_DEPENDS= devel/p5-IPC-Run3>=0.034 \ > devel/p5-Probe-Perl>=0.01 > -BUILD_DEPENDS = ${RUN_DEPENDS} > TEST_DEPENDS = devel/p5-Test-Tester > > .include <bsd.port.mk> > Index: devel/p5-Test-Script/distinfo > =================================================================== > RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-Test-Script/distinfo,v > retrieving revision 1.4 > diff -u -p -r1.4 distinfo > --- devel/p5-Test-Script/distinfo 15 Aug 2015 20:48:20 -0000 1.4 > +++ devel/p5-Test-Script/distinfo 20 Jan 2017 13:05:28 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Test-Script-1.10.tar.gz) = > 1h22prmKugI9pfjHqsa7MM5DynanoD1zsePYWouKq3M= > -SIZE (Test-Script-1.10.tar.gz) = 19963 > +SHA256 (Test-Script-1.14.tar.gz) = > PymCThAeRAL0QXQnsVfucGm6XhJoMVOG9yRSk4aTzZk= > +SIZE (Test-Script-1.14.tar.gz) = 22799 > -- andrew - http://afresh1.com There are two ways to write error-free programs; only the third one works.