Revised patch which remove the trailing whitespace in DESCR. wen ________________________________ 发件人: [email protected] <[email protected]> 代表 wen heping <[email protected]> 发送时间: 2019年12月25日 15:43 收件人: [email protected] <[email protected]>; [email protected] <[email protected]> 主题: 回复: [Update] devel/p5-Devel-Size : Update to 0.83
ping ... ________________________________ 发件人: Andrew Hewus Fresh <[email protected]> 发送时间: 2019年8月26日 6:32 收件人: wen heping <[email protected]> 抄送: [email protected] <[email protected]> 主题: Re: [Update] devel/p5-Devel-Size : Update to 0.83 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.
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 25 Dec 2019 07:41:06 -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 25 Dec 2019 07:41:06 -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 Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/devel/p5-Devel-Size/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- pkg/DESCR 29 Dec 2004 00:54:52 -0000 1.1.1.1 +++ pkg/DESCR 25 Dec 2019 07:41:06 -0000 @@ -1 +1 @@ -Figures out the real sizes of Perl variables in bytes. +Figures out the real sizes of Perl variables in bytes.
