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 pkgsrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/42f7d1efd512
branches: trunk
changeset: 395443:42f7d1efd512
user: sno <sno%pkgsrc.org@localhost>
date: Wed Jul 08 07:56:40 2009 +0000
description:
pkgsrc changes:
- Updating package for p5 module JSON::Any from 1.19 to 1.21
- Adjusting license according to META.yml
- Adjusting dependency to JSON::XS according to Makefile.PL
Upstream changes:
1.21 2009-07-03
* Update JSON::XS boolean support; it provides true/false methods (semifor)
* Added a workaround for handlers that fail to decode bare true/false values (semifor)
1.20 2009-07-02
* Re-work things so that deprecated modules just warn but aren't actually excluded (perigrin)
* Improve the warnings when things go awry (semifor)
diffstat:
converters/p5-JSON-Any/Makefile | 8 +++++---
converters/p5-JSON-Any/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r 4e4cb460b332 -r 42f7d1efd512 converters/p5-JSON-Any/Makefile
--- a/converters/p5-JSON-Any/Makefile Wed Jul 08 07:50:43 2009 +0000
+++ b/converters/p5-JSON-Any/Makefile Wed Jul 08 07:56:40 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2009/06/11 12:06:10 abs Exp $
+# $NetBSD: Makefile,v 1.11 2009/07/08 07:56:40 sno Exp $
-DISTNAME= JSON-Any-1.19
+DISTNAME= JSON-Any-1.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
@@ -8,6 +8,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/JSON-Any/
COMMENT= Wrapper Class for the various JSON classes
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
@@ -15,7 +16,8 @@
PERL5_MODULE_TYPE= Module::Install
# p5-JSON-XS appears to be the current "best of breed"
-DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
+# and is the preferred JSON dependency (see Makefile.PL)
+DEPENDS+= p5-JSON-XS>=2.232:../../converters/p5-JSON-XS
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4e4cb460b332 -r 42f7d1efd512 converters/p5-JSON-Any/distinfo
--- a/converters/p5-JSON-Any/distinfo Wed Jul 08 07:50:43 2009 +0000
+++ b/converters/p5-JSON-Any/distinfo Wed Jul 08 07:56:40 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/06/11 12:06:10 abs Exp $
+$NetBSD: distinfo,v 1.7 2009/07/08 07:56:40 sno Exp $
-SHA1 (JSON-Any-1.19.tar.gz) = 7792d3f94d2f9b763f48c9232ce86ada0cb36408
-RMD160 (JSON-Any-1.19.tar.gz) = b071e48b674d943f84ec1d0aa0edb13862d6c9af
-Size (JSON-Any-1.19.tar.gz) = 27023 bytes
+SHA1 (JSON-Any-1.21.tar.gz) = eb83329f2cb1df980eb238393af1508c2e609fdc
+RMD160 (JSON-Any-1.21.tar.gz) = c18e59dc6dd41dcbeaa86b9655e6709b8bb1e954
+Size (JSON-Any-1.21.tar.gz) = 30046 bytes
Home |
Main Index |
Thread Index |
Old Index