pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-MaybeXS 1.003002 - 2014-11-16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf8c693a4e28
branches:  trunk
changeset: 641876:bf8c693a4e28
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Nov 20 09:25:50 2014 +0000

description:
1.003002 - 2014-11-16
 - correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003001 - 2014-11-13
 - fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003_000 - 2014-10-30
 - add :legacy tag to support legacy apps

1.002006 - 2014-10-22
 - add some additional test diagnostics, to help find bad version combinations
   of JSON backends

1.002005 - 2014-10-12
 - fix "can I haz XS?" logic precedence in Makefile.PL
 - added the ':all' export tag
 - removed dependency on Safe::Isa
 - repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git

1.002004 - 2014-10-11
 - support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
   dependency
 - new is_bool() interface

1.002003 - 2014-10-07
 - document how to use booleans

diffstat:

 converters/p5-JSON-MaybeXS/Makefile |  4 ++--
 converters/p5-JSON-MaybeXS/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 3de46a974dbb -r bf8c693a4e28 converters/p5-JSON-MaybeXS/Makefile
--- a/converters/p5-JSON-MaybeXS/Makefile       Thu Nov 20 09:23:38 2014 +0000
+++ b/converters/p5-JSON-MaybeXS/Makefile       Thu Nov 20 09:25:50 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/06/09 18:15:41 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2014/11/20 09:25:50 mef Exp $
 
-DISTNAME=      JSON-MaybeXS-1.002002
+DISTNAME=      JSON-MaybeXS-1.003002
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5 converters
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=JSON/}
diff -r 3de46a974dbb -r bf8c693a4e28 converters/p5-JSON-MaybeXS/distinfo
--- a/converters/p5-JSON-MaybeXS/distinfo       Thu Nov 20 09:23:38 2014 +0000
+++ b/converters/p5-JSON-MaybeXS/distinfo       Thu Nov 20 09:25:50 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/06/09 18:15:41 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2014/11/20 09:25:50 mef Exp $
 
-SHA1 (JSON-MaybeXS-1.002002.tar.gz) = 3c4c59607008d8eac89b290eb748b570aa7b0e95
-RMD160 (JSON-MaybeXS-1.002002.tar.gz) = 77819e63b0405c475d7225590dd251ddc108c1b9
-Size (JSON-MaybeXS-1.002002.tar.gz) = 5992 bytes
+SHA1 (JSON-MaybeXS-1.003002.tar.gz) = ec6dcffb1a4d042aef910bc5d233f3dc8c189e40
+RMD160 (JSON-MaybeXS-1.003002.tar.gz) = 60b097673eeb8addf9e8baafa38161f9d371253e
+Size (JSON-MaybeXS-1.003002.tar.gz) = 9215 bytes



Home | Main Index | Thread Index | Old Index