Re: [update] converters/p5-JSON 2.94 -> 4.02

2020-02-06 Thread Alexander Bluhm
OK bluhm@ On Tue, Feb 04, 2020 at 11:17:54PM +0100, Charlene Wendling wrote: > > This is a follow-up for the p5-JSON* update; you should try this diff > with the XS version i submitted earlier. > > You can find the full changelog here [0], there are backward > incompatible changes due to JSON::XS

Re: [update] converters/p5-JSON-XS 3.04 -> 4.02

2020-02-06 Thread Alexander Bluhm
OK bluhm@ On Tue, Feb 04, 2020 at 11:16:43PM +0100, Charlene Wendling wrote: > Hi, > > -- > $ cd /usr/ports/converters/p5-JSON; make test > [...] > Use of strings with code points over 0xFF as arguments to bitwise and > (&) operator is deprecated. This will be a fatal error in Perl 5.32 > at /shm/

[update] converters/p5-JSON 2.94 -> 4.02

2020-02-04 Thread Charlene Wendling
This is a follow-up for the p5-JSON* update; you should try this diff with the XS version i submitted earlier. You can find the full changelog here [0], there are backward incompatible changes due to JSON::XS enabling allow_nonref. That update prevents to see that module being fatal-ed while doi

[update] converters/p5-JSON-XS 3.04 -> 4.02

2020-02-04 Thread Charlene Wendling
Hi, -- $ cd /usr/ports/converters/p5-JSON; make test [...] Use of strings with code points over 0xFF as arguments to bitwise and (&) operator is deprecated. This will be a fatal error in Perl 5.32 at /shm/pobj/p5-JSON-2.94/JSON-2.94/blib/lib/JSON/backportPP.pm line 424. I think we're better off

UPDATE: converters/p5-JSON

2018-06-05 Thread Genadijus Paleckis
Version bump for converters/p5-JSON Index: Makefile === RCS file: /cvs/ports/converters/p5-JSON/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile20 Mar 2016 19:56:08 - 1.16 +++ Makefile5 Jun

Re: Update: converters/p5-JSON-Any

2014-12-15 Thread Jérémie Courrèges-Anglas
"ni...@openbsd.org" writes: > Fails at runtime. Updates at some point failed to include the extra > dependency devel/p5-namepace-clean when added, only works if already > installed p5-namespace-clean. Indeed. > Other ports failed because of this. > > OK? ok > Index: Makefile > ===

Update: converters/p5-JSON-Any

2014-12-15 Thread ni...@openbsd.org
Fails at runtime. Updates at some point failed to include the extra dependency devel/p5-namepace-clean when added, only works if already installed p5-namespace-clean. Other ports failed because of this. OK? Index: Makefile === RCS fi

UPDATE: converters/p5-JSON-XS

2014-07-12 Thread Giovanni Bechis
Hi, major update to JSON-XS 3.01, a new port is needed as a dependency. Comments ? Ok ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/converters/p5-JSON-XS/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile

UPDATE: converters/p5-JSON

2008-12-08 Thread Genadijus Paleckis
please test diff -urN /usr/ports/converters/p5-JSON/Makefile ./Makefile --- /usr/ports/converters/p5-JSON/Makefile Mon Jul 7 12:30:49 2008 +++ ./Makefile Mon Dec 8 14:50:36 2008 @@ -2,7 +2,7 @@ COMMENT= parse and convert to JSON (JavaScript Object Notation) -DISTNAME= JSON-2

UPDATE: converters/p5-JSON

2008-08-13 Thread Genadijus Paleckis
it is incremental update with few bugfixes diff -urN /usr/ports/converters/p5-JSON/Makefile ./Makefile --- /usr/ports/converters/p5-JSON/Makefile Mon Jul 7 12:30:49 2008 +++ ./Makefile Wed Aug 13 18:33:31 2008 @@ -2,7 +2,7 @@ COMMENT= parse and convert to JSON (JavaScript Object No