Re: [Update] www/p5-Dancer2 : Update to 0.300002

2020-04-10 Thread Andrew Hewus Fresh
On Wed, Apr 08, 2020 at 09:17:15AM +, wen heping wrote:
> Hi, ports@:
> 
>   Here is a patch for www/p5-Dancer2:
>i) Update to 0.32
>ii) Add devel/p5-Test-CPAN-Meta to TEST_DEPENDS
> 
> 
>   It build well and run well and pass all tests on amd64-current system.
> 
>   4 ports depends on it, all build well and pass all tests.
>   www/p5-Dancer2-Plugin-Ajax
>   www/p5-Dancer2-Plugin-Database
>  www/p5-Dancer2-Plugin-DBIC
>  www/p5-Dancer2-Plugin-Auth-Tiny
> 
> wen

OK afresh1@

> Index: Makefile
> ===
> RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v
> retrieving revision 1.9
> diff -u -p -r1.9 Makefile
> --- Makefile  30 Jan 2020 03:45:45 -  1.9
> +++ Makefile  8 Apr 2020 09:10:55 -
> @@ -4,7 +4,7 @@ COMMENT = lightweight yet powerful web 
>  
>  MODULES =cpan
>  PKG_ARCH =   *
> -DISTNAME =   Dancer2-0.30
> +DISTNAME =   Dancer2-0.32
>  CATEGORIES = www
>  
>  # Perl
> @@ -41,6 +41,7 @@ RUN_DEPENDS =   devel/p5-App-Cmd \
>   devel/p5-YAML
>  
>  TEST_DEPENDS =   devel/p5-AnyEvent \
> + devel/p5-Test-CPAN-Meta \
>   devel/p5-Test-EOL \
>   devel/p5-Test-Fatal \
>   devel/p5-Test-Memory-Cycle>=1.04 \
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/p5-Dancer2/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo  30 Jan 2020 03:45:45 -  1.5
> +++ distinfo  8 Apr 2020 09:10:55 -
> @@ -1,2 +1,2 @@
> -SHA256 (Dancer2-0.30.tar.gz) = 
> bxnl7AieSdpgVGPDEpqMRQmUj2EIIebQNBYpdRlMWu8=
> -SIZE (Dancer2-0.30.tar.gz) = 384007
> +SHA256 (Dancer2-0.32.tar.gz) = 
> T4RVNOuDxbDRot3/gggzHMTLJOTjfg/LVOtxLRLNkgo=
> +SIZE (Dancer2-0.32.tar.gz) = 392689


-- 
andrew - http://afresh1.com

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots. So far, the Universe is
winning." -- Rich Cook



Re: [New] www/p5-HTTP-XSCookies

2020-04-09 Thread Andrew Hewus Fresh
On Wed, Apr 08, 2020 at 09:42:41AM +, wen heping wrote:
> Hi, ports@:
> 
>   Here is a patch for new port www/p5-HTTP-XSCookies, which is required to
> speed www/p5-Dancer2.
> 
>   It build well and pass all tests on amd64-current.

OK afresh1@




Re: CVS: cvs.openbsd.org: ports

2020-01-29 Thread Andrew Hewus Fresh
This was actually an update to 0.30, copied the wrong line.

On Wed, Jan 29, 2020 at 08:45:45PM -0700, Andrew Fresh wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   afre...@cvs.openbsd.org 2020/01/29 20:45:45
> 
> Modified files:
>   www/p5-Dancer2 : Makefile distinfo 
>   www/p5-Dancer2/pkg: PLIST 
> 
> Log message:
> Update www/p5-Dancer2 to 0.208001
> 
> From wen heping 
> OK cwen@
> 



Re: CVS: cvs.openbsd.org: ports

2019-10-26 Thread Andrew Hewus Fresh
On Sat, Oct 26, 2019 at 07:37:17PM -0600, Andrew Fresh wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   afre...@cvs.openbsd.org 2019/10/26 19:37:17
> 
> Modified files:
>   www/p5-Plack   : Makefile distinfo 
>   www/p5-Plack/pkg: DESCR PLIST 
> 
> Log message:
> Update www/p5-Plack to 1.0047
> 
> From wen heping 
> 
> OK and additional TEST_DEPENDS from cwen@

An earlier version was OK'd by the MAINTAINER
Abel Abraham Camarillo Ojeda 



Re: CVS: cvs.openbsd.org: ports

2019-03-06 Thread Andrew Hewus Fresh
On Wed, Mar 06, 2019 at 02:36:26PM +, Stuart Henderson wrote:
> On 2019/03/06 14:37, Antoine Jacoutot wrote:
> > On Tue, Mar 05, 2019 at 02:58:17PM -0700, Andrew Fresh wrote:
> > > Log message:
> > > Update databases/p5-Mojo-Pg to 4.13
> > > 
> > > From Manolis Tzanidakis 
> > > earlier version "looks good to me" from MAINTAINER
> > > Abel Abraham Camarillo Ojeda 
> > 
> > # make fetch
> > ===>  Checking files for p5-Mojo-Pg-4.13
> > >> Fetch 
> > >> https://www.cpan.org/CPAN/modules/by-module/Mojo/Mojo-Pg-4.13.tar.gz
> > ftp: Error retrieving file: 404 Not Found
 
> Fixed

Thanks!   I did see that the first time I tested it, but the second make
fetch worked fine so I assumed I just hit a bad mirror, but apparently
shouldn't have.




Re: CVS: cvs.openbsd.org: ports

2018-10-24 Thread Andrew Hewus Fresh
On Wed, Oct 24, 2018 at 03:34:32PM -0600, Andrew Fresh wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   afre...@cvs.openbsd.org 2018/10/24 15:34:32
> 
> Modified files:
>   devel/p5-Test-Base: Makefile distinfo 
> 
> Log message:
> Update devel/p5-Test-Base to 0.89

This was from wen heping  
 
> With adjustments from me
> 
> OK bluhm@
> 



Re: CVS: cvs.openbsd.org: ports

2017-11-29 Thread Andrew Hewus Fresh
On Mon, Nov 27, 2017 at 05:06:18PM +, Stuart Henderson wrote:
> On 2017/11/25 14:50, Andrew Fresh wrote:
> > Log message:
> > Update perl6 (lang/moarvm lang/nqp lang/rakudo) to 2017.10
>
> This one fails packaging on i386:
> 
> Error: 
> /usr/obj/ports/moarvm-2017.10/fake-i386/usr/local/include/moar/jit/core_templates.h
>  does not exist   
>  
I was attempting to test this on my macppc, but ran into this issue:
https://github.com/rakudo/rakudo/issues/1257

But, that said, this diff seems to work on both my i386 and amd64
machines, many thanks to sthen@ for the pointers on how what to do.

My octeon has been sitting at this building nqp for days now, but it did
successfully build moarvm with the patch:
> Creating tools/build/install-jvm-runner.pl ...

(also no idea why just that one file is special)

OK?


Index: Makefile
===
RCS file: /cvs/ports/lang/moarvm/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile25 Nov 2017 21:50:50 -  1.16
+++ Makefile29 Nov 2017 20:10:20 -
@@ -31,6 +31,12 @@ LIB_DEPENDS =devel/libffi \
 
 MAKE_FLAGS =   NOISY=1
 
+.if ${MACHINE_ARCH} == "amd64"
+PKG_ARGS+=-Djit=1
+.else
+PKG_ARGS+=-Djit=0
+.endif
+
 CONFIGURE_STYLE =  simple
 CONFIGURE_SCRIPT = /usr/bin/perl Configure.pl
 CONFIGURE_ARGS +=  --cc="${CC}" --ld="${CC}" \
Index: pkg/PFRAG.jit
===
RCS file: pkg/PFRAG.jit
diff -N pkg/PFRAG.jit
--- /dev/null   1 Jan 1970 00:00:00 -
+++ pkg/PFRAG.jit   29 Nov 2017 20:10:20 -
@@ -0,0 +1,2 @@
+@comment $OpenBSD$
+include/moar/jit/core_templates.h
Index: pkg/PLIST
===
RCS file: /cvs/ports/lang/moarvm/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   25 Nov 2017 21:50:50 -  1.9
+++ pkg/PLIST   29 Nov 2017 20:10:20 -
@@ -139,7 +139,7 @@ include/moar/io/syncsocket.h
 include/moar/io/timers.h
 include/moar/jit/
 include/moar/jit/compile.h
-include/moar/jit/core_templates.h
+%%jit%%
 include/moar/jit/expr.h
 include/moar/jit/expr_ops.h
 include/moar/jit/graph.h