On Mon, Jul 29, 2019 at 07:32:17AM +0000, wen heping wrote: > Hi, ports@: > > Here is a patch for devel/p5-Devel-Size: > i) Update to 0.83 > ii) Add TEST_POD to MAKE_ENV > It build well and passed all tests on AMD64-head system. > > Three ports depends on devel/p5-Devel-Size: > devel/p5-Devel-Size-Report > devel/p5-POE-API-Peek > devel/p5-POE-Component-IKC > All build well and passed all tests on AMD64-head system with this patch. > > Comments? OK? > wen
OK afresh1@ > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-Devel-Size/Makefile,v > retrieving revision 1.23 > diff -u -p -r1.23 Makefile > --- Makefile 12 Jul 2019 21:02:16 -0000 1.23 > +++ Makefile 29 Jul 2019 07:28:05 -0000 > @@ -3,12 +3,14 @@ > COMMENT= finding memory usage of perl variables > > MODULES= cpan > -DISTNAME = Devel-Size-0.81 > +DISTNAME = Devel-Size-0.83 > CATEGORIES= devel > > # perl > PERMIT_PACKAGE= Yes > > WANTLIB += c perl > + > +MAKE_ENV = TEST_POD=Yes > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-Devel-Size/distinfo,v > retrieving revision 1.14 > diff -u -p -r1.14 distinfo > --- distinfo 28 Apr 2018 13:54:20 -0000 1.14 > +++ distinfo 29 Jul 2019 07:28:05 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Devel-Size-0.81.tar.gz) = > dxTNVrkJLwE58Su7w+83WP6fxkCD90kxFN7KU7QB+Uk= > -SIZE (Devel-Size-0.81.tar.gz) = 73184 > +SHA256 (Devel-Size-0.83.tar.gz) = > dXpn4KpZrhA+pcoJLL7MAlZE69wyZzFoj/q2+II+9LM= > +SIZE (Devel-Size-0.83.tar.gz) = 75372 -- andrew - http://afresh1.com Real programmers don't document. If it was hard to write, it should be hard to understand.
