pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-Any Update convertors/JSON-Any to 1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c66ebf39bad
branches:  trunk
changeset: 539118:9c66ebf39bad
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Feb 28 09:15:12 2008 +0000

description:
Update convertors/JSON-Any to 1.16

Changes since 1.08:

1.16    2008-02-13
    * JSON::Any now compatible with both versions of JSON::XS  (Simon Wistow)
    * Document that calling 'use JSON::Any ();' is a bad idea
    * Make JSON.pm required unless a supported JSON package is already installed

1.15    2008-01-02
    * Update the config params for JSON and JSON/XS configuration
    * Update JSON handler to always pass in the -support_by_pp option
      if you don't want support_by_pp then don't use JSON.pm ...
    *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.14    2007-12-20
    * Fix for the new JSON/JSON::XS 2.0
    *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.13    2007-11-06
    * Fix 10_unicode.t to skip_all if no supported unicode backend is found
     (reported by Andreas König)

1.12    2007-10-22
    * Fix issue with 05-JSON-Syck.t so we can pass our tests again

1.11    17 Oct 2007
    * fix issue with JSON::Syck when using Object API as reported by Miyagawa

1.10    12 Oct 2007
    * fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917

1.09    10 Oct 2007
    * also test for is_utf8() - nothingmuch
    * improve unicode test      - nothingmuch
    * add utf8 support for JSON::{Converter,Parser}     - nothingmuch
    * Add a test for unicode strings    - nothingmuch

diffstat:

 converters/p5-JSON-Any/Makefile         |   5 ++---
 converters/p5-JSON-Any/distinfo         |  10 +++++-----
 converters/p5-JSON-Any/patches/patch-aa |  10 +++++-----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (48 lines):

diff -r 731d0d57278b -r 9c66ebf39bad converters/p5-JSON-Any/Makefile
--- a/converters/p5-JSON-Any/Makefile   Thu Feb 28 08:53:31 2008 +0000
+++ b/converters/p5-JSON-Any/Makefile   Thu Feb 28 09:15:12 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/09/11 17:16:32 abs Exp $
+# $NetBSD: Makefile,v 1.4 2008/02/28 09:15:12 abs Exp $
 
-DISTNAME=              JSON-Any-1.08
+DISTNAME=              JSON-Any-1.16
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            www perl5 converters
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PERIGRIN/}
 
diff -r 731d0d57278b -r 9c66ebf39bad converters/p5-JSON-Any/distinfo
--- a/converters/p5-JSON-Any/distinfo   Thu Feb 28 08:53:31 2008 +0000
+++ b/converters/p5-JSON-Any/distinfo   Thu Feb 28 09:15:12 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $
+$NetBSD: distinfo,v 1.2 2008/02/28 09:15:12 abs Exp $
 
-SHA1 (JSON-Any-1.08.tar.gz) = bc996119a5f52eb06d1ee37453cfbe60a5f46ff2
-RMD160 (JSON-Any-1.08.tar.gz) = e0fa20be962cd8cc56d63067e015e725bfb2faff
-Size (JSON-Any-1.08.tar.gz) = 21344 bytes
-SHA1 (patch-aa) = d78062c9be66f341ff54fd531c1a40daf73bcf44
+SHA1 (JSON-Any-1.16.tar.gz) = 791d974f89a83c810d2c22345141fa95d289890e
+RMD160 (JSON-Any-1.16.tar.gz) = 691339f3f936be13671a41aae52cb7bb752e137c
+Size (JSON-Any-1.16.tar.gz) = 23972 bytes
+SHA1 (patch-aa) = dab82cda2f24e6f779b7f06b5bf43922a6bd0168
diff -r 731d0d57278b -r 9c66ebf39bad converters/p5-JSON-Any/patches/patch-aa
--- a/converters/p5-JSON-Any/patches/patch-aa   Thu Feb 28 08:53:31 2008 +0000
+++ b/converters/p5-JSON-Any/patches/patch-aa   Thu Feb 28 09:15:12 2008 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $
+$NetBSD: patch-aa,v 1.2 2008/02/28 09:15:12 abs Exp $
 
---- Makefile.PL.orig   2007-05-10 13:59:42.000000000 +0100
+--- Makefile.PL.orig   2008-02-14 00:05:25.000000000 +0000
 +++ Makefile.PL
-@@ -31,5 +31,5 @@ feature 'JSON::Syck',
- build_requires 'Test::More' => '0';
- no_index 'directory'        => 'ex';
+@@ -52,5 +52,5 @@ if ( $ENV{BUILD_STANDARD_TESTS} ) {
+     use_standard_tests;
+ }
  
 -auto_install;
 +# auto_install;



Home | Main Index | Thread Index | Old Index