New patch which add back www/p5-HTTP-Message and www/p5-URI
as TEST_DEPENDS. With it we can do more tests.

wen

________________________________
发件人: Andrew Hewus Fresh <and...@afresh1.com>
发送时间: 2019年5月10日 22:10
收件人: wen heping
抄送: Charlene Wendling; ports@openbsd.org
主题: Re: 回复: 回复: [Update] www/p5-HTTP-Headers-Fast : update to 0.21

On Wed, May 08, 2019 at 09:08:16AM +0000, wen heping wrote:
> Hi,
>
>     I attached new patch for www/p5-HTTP-Headers-Fast, this time  :
>     1) Update to 0.22
>     2) create new patch after previous maintainer drop his maintainership
>     3) Update TEST_DEPENDS
>     4) Change CONFIGURE_STYLE to "modbuild tiny"
>
>    With p5-HTTP-Headers-Fast-0.22,   the 2 ports depends on it:
>     1 www/p5-Dancer2 : build and all but 2 tests passed. 2 tests
>    failed but not because of the update of www/p5-HTTP-Headers-Fast.
>     2 www/p5-Plack :build and all tests passed.
>
>    Comments? OK ?


I would like to add the optional test depends:

# Optional
TEST_DEPENDS +=         www/p5-HTTP-Message \
                        www/p5-URI


With that, OK afresh1@
(actually OK without it, but I'd prefer)

>
> wen
>
> ________________________________
> 发件人: Charlene Wendling <juliana...@posteo.jp>
> 发送时间: 2019年5月8日 16:40
> 收件人: wen heping
> 抄送: Stuart Henderson; ports@openbsd.org
> 主题: Re: 回复: [Update] www/p5-HTTP-Headers-Fast : update to 0.21
>
> On Wed, 8 May 2019 01:26:35 +0000
> wen heping <wenheping2...@hotmail.com> wrote:
>
> > ping ...
> > ________________________________
> > 发件人: Stuart Henderson <s...@spacehopper.org>
> > 发送时间: 2019年2月25日 19:51
> > 收件人: wen heping
> > 抄送: ports@openbsd.org; Cesare Gargano
> > 主题: Re: [Update] www/p5-HTTP-Headers-Fast : update to 0.21
> >
> > Adding maintainer to CC. Any comments Cesare, and are you still
> > interested in maintaining this port?
>
> - Cesare isn't MAINTAINER anymore, that diff won't apply
> - TEST_DEPENDS changed
> - CONFIGURE_STYLE is 'modbuild tiny'
>
> > On 2019/02/25 06:19, wen heping wrote:
> > > Hi, ports@ :
> > >
> > >    Here is an patch to update www/p5-HTTP-Headers-Fast to 0.21.
> > >    It build and passed all tests on my OpenBSD-current amd64 system.
> > >
> > >    Two ports depends on it:
> > >    1 www/p5-Dancer2 : build and all but 2 tests passed. 2 tests
> > > failed but not because of the update of www/p5-HTTP-Headers-Fast.
> > >   2 www/p5-Plack :build and all tests passed.
> > >
> > >    The update is required by the future update of www/p5-Dancer2.
> > >    Current version of p5-Dancers failed 2 tests. With the update of
> > > www/p5-HTTP-Headers-Fast and p5-Dancer2, all tests would pass.
> > >
> > >    Comments?
> > >
> > > Cheers,
> > > wen
>
> Charlène.
>
> > > Index: Makefile
> > > ===================================================================
> > > RCS file: /cvs/ports/www/p5-HTTP-Headers-Fast/Makefile,v
> > > retrieving revision 1.4
> > > diff -u -p -r1.4 Makefile
> > > --- Makefile  20 Mar 2016 19:57:20 -0000      1.4
> > > +++ Makefile  25 Feb 2019 02:44:39 -0000
> > > @@ -4,7 +4,7 @@ COMMENT =             faster implementation of HTTP
> > >
> > >  MODULES =            cpan
> > >  PKG_ARCH =           *
> > > -DISTNAME =           HTTP-Headers-Fast-0.20
> > > +DISTNAME =           HTTP-Headers-Fast-0.21
> > >  CATEGORIES =         www
> > >
> > >  MAINTAINER =         Cesare Gargano <g...@plusiagamma.org>
> > > Index: distinfo
> > > ===================================================================
> > > RCS file: /cvs/ports/www/p5-HTTP-Headers-Fast/distinfo,v
> > > retrieving revision 1.2
> > > diff -u -p -r1.2 distinfo
> > > --- distinfo  27 Nov 2015 21:45:25 -0000      1.2
> > > +++ distinfo  25 Feb 2019 02:44:39 -0000
> > > @@ -1,2 +1,2 @@
> > > -SHA256 (HTTP-Headers-Fast-0.20.tar.gz) =
> > > 0vTJckYY508wD8dGSY+1hJaS7wz8SvR/5JnEBjlp5SA= -SIZE
> > > (HTTP-Headers-Fast-0.20.tar.gz) = 19913 +SHA256
> > > (HTTP-Headers-Fast-0.21.tar.gz) =
> > > Xmjtjj5nUx4dQ8aizf0O4trd8uW5TBomSPOmUApvEtU= +SIZE
> > > (HTTP-Headers-Fast-0.21.tar.gz) = 19578
> >

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/p5-HTTP-Headers-Fast/Makefile,v
> retrieving revision 1.5
> diff -u -p -r1.5 Makefile
> --- Makefile  25 Feb 2019 11:55:38 -0000      1.5
> +++ Makefile  8 May 2019 09:01:04 -0000
> @@ -4,8 +4,7 @@ COMMENT =             faster implementation of HTTP
>
>  MODULES =            cpan
>  PKG_ARCH =           *
> -DISTNAME =           HTTP-Headers-Fast-0.20
> -REVISION =           0
> +DISTNAME =           HTTP-Headers-Fast-0.22
>  CATEGORIES =         www
>
>  # Perl
> @@ -13,10 +12,8 @@ PERMIT_PACKAGE_CDROM =     Yes
>
>  RUN_DEPENDS =                www/p5-HTTP-Date
>
> -TEST_DEPENDS =               devel/p5-Test-Requires \
> -                     www/p5-HTTP-Message \
> -                     www/p5-URI
> +TEST_DEPENDS =               devel/p5-Test-Requires
>
> -CONFIGURE_STYLE =    modbuild
> +CONFIGURE_STYLE =    modbuild tiny
>
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/p5-HTTP-Headers-Fast/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo  27 Nov 2015 21:45:25 -0000      1.2
> +++ distinfo  8 May 2019 09:01:04 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (HTTP-Headers-Fast-0.20.tar.gz) = 
> 0vTJckYY508wD8dGSY+1hJaS7wz8SvR/5JnEBjlp5SA=
> -SIZE (HTTP-Headers-Fast-0.20.tar.gz) = 19913
> +SHA256 (HTTP-Headers-Fast-0.22.tar.gz) = 
> zEMdtoSW3YhNtLwMC3ESwfSk8dxoxPWjyqdXoedIG0g=
> +SIZE (HTTP-Headers-Fast-0.22.tar.gz) = 19730


--
andrew - http://afresh1.com

Computer analyst to programmer:
               "You start coding. I'll go find out what they want."
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-HTTP-Headers-Fast/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    25 Feb 2019 11:55:38 -0000      1.5
+++ Makefile    15 May 2019 00:43:02 -0000
@@ -4,8 +4,7 @@ COMMENT =               faster implementation of HTTP
 
 MODULES =              cpan
 PKG_ARCH =             *
-DISTNAME =             HTTP-Headers-Fast-0.20
-REVISION =             0
+DISTNAME =             HTTP-Headers-Fast-0.22
 CATEGORIES =           www
 
 # Perl
@@ -17,6 +16,6 @@ TEST_DEPENDS =                devel/p5-Test-Requires \
                        www/p5-HTTP-Message \
                        www/p5-URI
 
-CONFIGURE_STYLE =      modbuild
+CONFIGURE_STYLE =      modbuild tiny
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-HTTP-Headers-Fast/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    27 Nov 2015 21:45:25 -0000      1.2
+++ distinfo    15 May 2019 00:43:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (HTTP-Headers-Fast-0.20.tar.gz) = 
0vTJckYY508wD8dGSY+1hJaS7wz8SvR/5JnEBjlp5SA=
-SIZE (HTTP-Headers-Fast-0.20.tar.gz) = 19913
+SHA256 (HTTP-Headers-Fast-0.22.tar.gz) = 
zEMdtoSW3YhNtLwMC3ESwfSk8dxoxPWjyqdXoedIG0g=
+SIZE (HTTP-Headers-Fast-0.22.tar.gz) = 19730

Reply via email to