diff options
author | abs <abs> | 2014-02-06 12:45:44 +0000 |
---|---|---|
committer | abs <abs> | 2014-02-06 12:45:44 +0000 |
commit | 9209c15c71cc4ffa2a7d4f248614e5e8d4c32a87 (patch) | |
tree | 25164f4521385e9e4aee86160bea8e3b30a13742 /converters | |
parent | 631518b863cbe3ac2a0255102974378835f3f85e (diff) | |
download | pkgsrc-9209c15c71cc4ffa2a7d4f248614e5e8d4c32a87.tar.gz |
Updated converters/p5-JSON-XS to 3.010
3.01 Tue Oct 29 16:55:15 CET 2013
- backport to perls < 5.18 (reported by Paul Howarth).
3.0 Tue Oct 29 01:35:37 CET 2013
- implemented an object tagging extension (using the
Types::Serialiser serialisation protocol).
- reworked the documentation regarding object serialisation,
add a new OBJECT SERIALISATION section that explains the
whole process.
- new setting: allow_tags.
- switch to Types::Serialiser booleans.
- remove to_json/from_json.
- other minor improvements to the documentation.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 7 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 49910497b1b..b9b7c22b6b8 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2013/07/03 13:41:10 sno Exp $ +# $NetBSD: Makefile,v 1.25 2014/02/06 12:45:44 abs Exp $ -DISTNAME= JSON-XS-2.34 +DISTNAME= JSON-XS-3.01 PKGNAME= p5-${DISTNAME}0 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} @@ -10,7 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/JSON-XS/ COMMENT= JSON serialising/deserialising, done correctly and fast LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense +DEPENDS+= p5-common-sense>=0:../../devel/p5-common-sense +DEPENDS+= p5-Types-Serialiser>=0:../../devel/p5-Types-Serialiser PERL5_PACKLIST= auto/JSON/XS/.packlist diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo index 84afcbf0d9b..93ef90be0d3 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2013/07/03 13:41:10 sno Exp $ +$NetBSD: distinfo,v 1.19 2014/02/06 12:45:44 abs Exp $ -SHA1 (JSON-XS-2.34.tar.gz) = ff86aae36de4cfeb78593cef9a85fe7e0e9ad339 -RMD160 (JSON-XS-2.34.tar.gz) = c437c0c9857bf5e9374156dc8b3788f3ab290615 -Size (JSON-XS-2.34.tar.gz) = 75468 bytes +SHA1 (JSON-XS-3.01.tar.gz) = 725f67ef1de914a6fdaf99d751aea3018cee492b +RMD160 (JSON-XS-3.01.tar.gz) = 5936adbe9098f40c934fe0663f93a7c183ee1464 +Size (JSON-XS-3.01.tar.gz) = 78245 bytes |