pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-XS pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10ae22fd5440
branches:  trunk
changeset: 394710:10ae22fd5440
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jun 14 20:56:05 2009 +0000

description:
pkgsrc changes:
  - Updating package of p5 module JSON::XS from 2.232 to 2.240 (module
    version 2.24)
  - Setting license to ${PERL5_LICENSE} according to COPYING

Upstream changes:
2.24  Sat May 30 08:25:45 CEST 2009
        - the incremental parser did not update its parse offset
          pointer correctly when parsing utf8-strings (nicely
          debugged by Martin Evans).
        - appending a non-utf8-string to the incremental parser
          in utf8 mode failed to upgrade the string.
        - wording of parse error messages has been improved.

diffstat:

 converters/p5-JSON-XS/Makefile |  7 ++++---
 converters/p5-JSON-XS/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 6f41fdcbac72 -r 10ae22fd5440 converters/p5-JSON-XS/Makefile
--- a/converters/p5-JSON-XS/Makefile    Sun Jun 14 20:47:52 2009 +0000
+++ b/converters/p5-JSON-XS/Makefile    Sun Jun 14 20:56:05 2009 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.9 2009/02/24 19:30:35 he Exp $
+# $NetBSD: Makefile,v 1.10 2009/06/14 20:56:05 sno Exp $
 #
 
-DISTNAME=      JSON-XS-2.232
-PKGNAME=       p5-${DISTNAME}
+DISTNAME=      JSON-XS-2.24
+PKGNAME=       p5-${DISTNAME}0
 CATEGORIES=    textproc perl5
 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=JSON/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/JSON-XS/
 COMMENT=       JSON serialising/deserialising, done correctly and fast
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 6f41fdcbac72 -r 10ae22fd5440 converters/p5-JSON-XS/distinfo
--- a/converters/p5-JSON-XS/distinfo    Sun Jun 14 20:47:52 2009 +0000
+++ b/converters/p5-JSON-XS/distinfo    Sun Jun 14 20:56:05 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/02/24 19:30:35 he Exp $
+$NetBSD: distinfo,v 1.8 2009/06/14 20:56:06 sno Exp $
 
-SHA1 (JSON-XS-2.232.tar.gz) = bb0907398258b7516116c128620d6be853dbc307
-RMD160 (JSON-XS-2.232.tar.gz) = 5735bfd203c93e9633746c834058366e6056aa9d
-Size (JSON-XS-2.232.tar.gz) = 68864 bytes
+SHA1 (JSON-XS-2.24.tar.gz) = 34deb524e5d7af6f272e9541770a13dd7cc53e45
+RMD160 (JSON-XS-2.24.tar.gz) = 1b3df25269d8583872b5a99d38e5e3f5777a80c9
+Size (JSON-XS-2.24.tar.gz) = 69306 bytes



Home | Main Index | Thread Index | Old Index