Revised patch which removed BUILD_DEPENDS = ${RUN_DEPENDS} wen ________________________________ 发件人: Andrew Hewus Fresh <and...@afresh1.com> 发送时间: 2019年9月19日 11:27 收件人: wen heping <wenheping2...@hotmail.com> 抄送: ports@openbsd.org <ports@openbsd.org> 主题: Re: [Update] www/p5-Plack-Middleware-RemoveRedundantBody : Update to 0.09
On Thu, Aug 29, 2019 at 03:13:24AM +0000, wen heping wrote: > Hi, ports@: > > Here is a patch for www/p5-Plack-Middleware-RemoveRedundantBody: > i) Update to 0.09 > ii) Remove p5-Plack from TEST_DEPENDS since it is in RUN_DEPENDS > It build well and passed all tests on amd64-head system. > > One port depends on it : p5-Dancer2. With this patch, it build well and > run well, > 2 tests failed but this is not caused by this update. > > Comments? OK? > wen > This seems to package fine without the BUILD_DEPENDS=${RUN_DEPENDS}, so with that removed: OK afresh1@ > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile,v > retrieving revision 1.4 > diff -u -p -r1.4 Makefile > --- Makefile 12 Jul 2019 20:50:57 -0000 1.4 > +++ Makefile 29 Aug 2019 02:55:21 -0000 > @@ -4,9 +4,8 @@ COMMENT = removes body for HTTP respons > > MODULES = cpan > PKG_ARCH = * > -DISTNAME = Plack-Middleware-RemoveRedundantBody-0.05 > +DISTNAME = Plack-Middleware-RemoveRedundantBody-0.09 > CATEGORIES = www > -REVISION = 0 > > # Perl > PERMIT_PACKAGE = Yes > @@ -15,7 +14,6 @@ BUILD_DEPENDS = ${RUN_DEPENDS} > > RUN_DEPENDS = www/p5-Plack > > -TEST_DEPENDS = www/p5-HTTP-Message \ > - www/p5-Plack > +TEST_DEPENDS = www/p5-HTTP-Message > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 distinfo > --- distinfo 11 Jan 2015 07:53:08 -0000 1.1.1.1 > +++ distinfo 29 Aug 2019 02:55:21 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = > oGduHHkr6n8l8dkBvuWQVNNQEtXqjNQlKdM2FD+ofNg= > -SIZE (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = 10387 > +SHA256 (Plack-Middleware-RemoveRedundantBody-0.09.tar.gz) = > gNRfk9a3KQsL2LPO3YSjf8UBRWzD3sAux6rYHAAYCH4= > +SIZE (Plack-Middleware-RemoveRedundantBody-0.09.tar.gz) = 10708 -- andrew - http://afresh1.com Hey, I think I see a barn up ahead. -- The American Astronaut
Index: Makefile =================================================================== RCS file: /cvs/ports/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile 12 Jul 2019 20:50:57 -0000 1.4 +++ Makefile 27 Dec 2019 07:23:26 -0000 @@ -4,18 +4,14 @@ COMMENT = removes body for HTTP respons MODULES = cpan PKG_ARCH = * -DISTNAME = Plack-Middleware-RemoveRedundantBody-0.05 +DISTNAME = Plack-Middleware-RemoveRedundantBody-0.09 CATEGORIES = www -REVISION = 0 # Perl PERMIT_PACKAGE = Yes -BUILD_DEPENDS = ${RUN_DEPENDS} - RUN_DEPENDS = www/p5-Plack -TEST_DEPENDS = www/p5-HTTP-Message \ - www/p5-Plack +TEST_DEPENDS = www/p5-HTTP-Message .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 11 Jan 2015 07:53:08 -0000 1.1.1.1 +++ distinfo 27 Dec 2019 07:23:26 -0000 @@ -1,2 +1,2 @@ -SHA256 (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = oGduHHkr6n8l8dkBvuWQVNNQEtXqjNQlKdM2FD+ofNg= -SIZE (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = 10387 +SHA256 (Plack-Middleware-RemoveRedundantBody-0.09.tar.gz) = gNRfk9a3KQsL2LPO3YSjf8UBRWzD3sAux6rYHAAYCH4= +SIZE (Plack-Middleware-RemoveRedundantBody-0.09.tar.gz) = 10708