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 to 1.34. From the change...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f45246bbd2a2
branches:  trunk
changeset: 635661:f45246bbd2a2
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 18:21:07 2014 +0000

description:
Update to 1.34. From the changelog:

- remove test dependency on Devel::StringInfo, which requires Moose
  (RT#96034)
- line numbers in shipped code are now almost the same (within 3) as the
  repository source, for easier debugging
- Changes content once again included manually, rather than extracted
  directly from git! (there are release tests to ensure that the file is
  kept current.)
- Improve error message when failing to find a suitable backend (RT#87751)
- when no backend is available at install time, JSON::PP is used as the
  default prereq rather than JSON.pm (re RT#67967)
- documentation updated to recommend JSON::MaybeXS instead of JSON.pm for
  new code

diffstat:

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

diffs (27 lines):

diff -r cbf9704c74f9 -r f45246bbd2a2 converters/p5-JSON-Any/Makefile
--- a/converters/p5-JSON-Any/Makefile   Mon Jun 09 18:15:52 2014 +0000
+++ b/converters/p5-JSON-Any/Makefile   Mon Jun 09 18:21:07 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2014/05/29 23:35:22 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2014/06/09 18:21:07 schmonz Exp $
 
-DISTNAME=      JSON-Any-1.32
+DISTNAME=      JSON-Any-1.34
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5 converters
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=JSON/}
 
diff -r cbf9704c74f9 -r f45246bbd2a2 converters/p5-JSON-Any/distinfo
--- a/converters/p5-JSON-Any/distinfo   Mon Jun 09 18:15:52 2014 +0000
+++ b/converters/p5-JSON-Any/distinfo   Mon Jun 09 18:21:07 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2014/02/06 12:37:52 abs Exp $
+$NetBSD: distinfo,v 1.12 2014/06/09 18:21:07 schmonz Exp $
 
-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
+SHA1 (JSON-Any-1.34.tar.gz) = 561a373909e4f3950be2e2b2b66c618542a42767
+RMD160 (JSON-Any-1.34.tar.gz) = 17be00cb6622a69348b856733d75d124168afd23
+Size (JSON-Any-1.34.tar.gz) = 34274 bytes



Home | Main Index | Thread Index | Old Index