Here is the revised patch, which switch back RUN_DEPENDS to p5-WWW-Form-UrlEncoded.
wen ________________________________ 发件人: Charlene Wendling <[email protected]> 发送时间: 2020年1月27日 19:10 收件人: [email protected] <[email protected]> 抄送: wen heping <[email protected]> 主题: Re: [Update] www/p5-HTTP-Entity-Parser : Update to 0.22 Hi, On Mon, 27 Jan 2020 10:06:05 +0000 wen heping wrote: > Hi, ports@: > > Here is a patch for www/p5-HTTP-Entity-Parser: > i) Update to 0.22 > ii) Switch RUN_DEPENDS on p5-WWW-Form-UrlEncoded > to p5-WWW-Form-UrlEncoded-XS. Tested in an empty chroot and ... # Failed test 'use HTTP::Entity::Parser;' at t/00_compile.t line 4. # Tried to use 'HTTP::Entity::Parser'. # Error: Can't locate WWW/Form/UrlEncoded.pm in @INC p5-WWW-Form-UrlEncoded has already p5-WWW-Form-UrlEncoded-XS as a RUN_DEPENDS, as that was suggested by afresh1@ [0]. I think this change should be backed out. > It build well and pass all tests on amd64-current system. > > One port depend on p5-HTTP-Entity-Parser : www/p5-Plack. > It build well and pass all tests too with this patch. > Cheers ! > wen > > [0] https://marc.info/?l=openbsd-ports&m=155943146909653&w=2
Index: Makefile =================================================================== RCS file: /cvs/ports/www/p5-HTTP-Entity-Parser/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 25 Aug 2019 22:55:45 -0000 1.1.1.1 +++ Makefile 29 Jan 2020 12:31:28 -0000 @@ -2,7 +2,7 @@ COMMENT = PSGI compliant HTTP Entity Parser -DISTNAME = HTTP-Entity-Parser-0.21 +DISTNAME = HTTP-Entity-Parser-0.22 CATEGORIES = www Index: distinfo =================================================================== RCS file: /cvs/ports/www/p5-HTTP-Entity-Parser/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 25 Aug 2019 22:55:45 -0000 1.1.1.1 +++ distinfo 29 Jan 2020 12:31:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (HTTP-Entity-Parser-0.21.tar.gz) = wU0+Qr2whF60EmQMpeOWy9UtOpphall0oypSyrSH+Ng= -SIZE (HTTP-Entity-Parser-0.21.tar.gz) = 23733 +SHA256 (HTTP-Entity-Parser-0.22.tar.gz) = k/4c8qK05oNL8MGr0NO/KMYU6Fgv8Q5uBCb0aoHu1sg= +SIZE (HTTP-Entity-Parser-0.22.tar.gz) = 23903
