diff options
author | abs <abs@pkgsrc.org> | 2014-02-06 12:37:52 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2014-02-06 12:37:52 +0000 |
commit | 1e518f06f75b332c990aeaa8d1035cedf162661e (patch) | |
tree | 7923f2cd648f0c7512b12ac09fca5a560c6d4c19 /converters/p5-JSON-Any | |
parent | ae1f0690f919a9f25e72e274e8b150444ae1a61e (diff) | |
download | pkgsrc-1e518f06f75b332c990aeaa8d1035cedf162661e.tar.gz |
Updated converters/p5-JSON-Any to 1.32
-----------------------------------------
version 1.32 at 2013-11-07 15:56:33 +0000
-----------------------------------------
Change: e1fbae5ccddc7becce7b1bcff1a8ac99075bc136
Author: Chris Prather <chris@prather.org>
Date : 2013-11-07 07:52:41 +0000
Merge pull request #3 from wolfsage/t_fix_deps
Include dep Test::Requires in dist.ini
Change: 0880faaaf3c8194acc3a70a387d94ff69633b333
Author: Matthew Horsfall <wolfsage@gmail.com>
Date : 2013-11-07 10:51:02 +0000
Include dep Test::Requires in dist.ini
-----------------------------------------
version 1.31 at 2013-11-06 21:46:52 +0000
-----------------------------------------
Change: 87ce2b21a27c984d71ec9b2a94847ae99d48445b
Author: Chris Prather <chris@prather.org>
Date : 2013-11-06 21:46:52 +0000
ignore a few more directories
Change: d585c4cdccb59c96d7a3ab78e1881edd7e4d4e59
Author: Chris Prather <chris@prather.org>
Date : 2013-11-06 21:44:04 +0000
bump minimum version requirement for JSON.pm
Change: f5200618645fc09d27856b921bc9be43cf35b039
Author: Chris Prather <chris@prather.org>
Date : 2013-11-06 21:41:22 +0000
fix the tests to properly exclude JSON::XS
A bug came up where JSON::XS and JSON.pm had incompatible revisions
but installed just fine. This was a problem because JSON.pm will
silently load JSON::XS in the background and caused explosions.
We now try to exclude JSON::XS except in the case we're actually
testing it directly.
Also we've removed some of the tests for JSON::Syck as it's been
deprecated. We also add in tests for Cpanel::JSON::XS which got
missed when it was added as a choice.
Change: 14744d6d0cce26bc867638ec5aaea9594c292efe
Author: Chris Prather <chris@prather.org>
Date : 2013-10-31 22:45:19 +0000
add a todo note for ether (or whomever) to pick up before I get back
to it
Change: 360853b664817a0ed0e4b473dfbf1dbf1e56dd77
Author: Chris Prather <chris@prather.org>
Date : 2013-10-31 17:51:41 +0000
test without JSON::XS and add a compat note
JSON::XS 3.x is incompatible with JSON.pm < 2.90 in the exact way
that JSON::Any uses things in the test suite.
So we set the tests to ignore JSON::XS (using Test::Without::Module)
thanks to ether for suggesting it.
And we add a note about the situation to the POD so that others can
figure out what is going on.
Change: 756c6ac460c92d425d970e113465ce1e9a6b40a9
Author: Chris Prather <chris@prather.org>
Date : 2013-10-31 15:29:16 +0000
test for more accpetable backends on install
We have added more acceptable backends (Cpanel::JSON::XS and
JSON::PP) but we didn't update the tests during installation.
Change: cc51c101a1aa0d45573d25cd6bad3c9eb07006f5
Author: Chris Prather <chris@prather.org>
Date : 2013-10-31 14:59:45 +0000
Pull Changes from Git and prune local/
Migrating out Changes file to ChangesFromGit so I won't have to
remember to update it manually. If people desperately need the old
commit messages broken out by release I can go back and tag the
releases based on the old changes file.
Additional to prevent myself from pulling a "perigrin" as rjbs put
it, I've added a directive to prune Carton stile local/ directories.
Change: ed357ecabed9ede1cfffb021f5c922a4bcc5c828
Author: Chris Prather <chris@prather.org>
Date : 2013-10-30 06:19:58 +0000
Merge pull request #2 from ilmari/json-xs-3
Add support for JSON::XS version 3
Change: 6bd1def2e2fddfd79aff4b36e2f05519bc89366e
Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Date : 2013-10-30 11:19:24 +0000
Add support for JSON::XS version 3
For added future robustness, skip modules we manage to load but don't
know how to handle.
Change: 75a29b8203bc430481b5afed2a08a78e52edc037
Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Date : 2013-10-30 11:15:55 +0000
Test string escaping with JSON:PP as well
Change: f8fb91cf5911ea5022883a34d69f362bbf5f59a4
Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Date : 2013-10-30 11:15:55 +0000
Fix no_plan usage
Diffstat (limited to 'converters/p5-JSON-Any')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON-Any/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index 541a9741c15..a82739d0990 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2013/07/03 16:24:57 sno Exp $ +# $NetBSD: Makefile,v 1.20 2014/02/06 12:37:52 abs Exp $ -DISTNAME= JSON-Any-1.30 +DISTNAME= JSON-Any-1.32 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON-Any/distinfo b/converters/p5-JSON-Any/distinfo index fdd741230e6..59cce7a015e 100644 --- a/converters/p5-JSON-Any/distinfo +++ b/converters/p5-JSON-Any/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2013/07/03 16:24:57 sno Exp $ +$NetBSD: distinfo,v 1.11 2014/02/06 12:37:52 abs Exp $ -SHA1 (JSON-Any-1.30.tar.gz) = 2109213e13b14e7b44a2301eeb51262067ee63a5 -RMD160 (JSON-Any-1.30.tar.gz) = 048c86e1a528b9772e016e7f1fe61893566b2bdb -Size (JSON-Any-1.30.tar.gz) = 19612 bytes +SHA1 (JSON-Any-1.32.tar.gz) = aba1fa388772d828f99b18d586d0007abda801d9 +RMD160 (JSON-Any-1.32.tar.gz) = f0be8f7a66df02866b6fb515f4fdc4a0d48b8131 +Size (JSON-Any-1.32.tar.gz) = 26783 bytes |