diff options
author | sno <sno@pkgsrc.org> | 2009-06-14 20:46:30 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-14 20:46:30 +0000 |
commit | 264c2a33ae884a74fb5a2c39871d085fe675053c (patch) | |
tree | 73e5c77b9402c0cfd3beafadd315412b828a052d | |
parent | f74db537a137c88c69a04c6f7a82a7df4e62bc0e (diff) | |
download | pkgsrc-264c2a33ae884a74fb5a2c39871d085fe675053c.tar.gz |
pkgsrc changes:
- Updating package of p5 module JSON and subclasses from 2.14 to 2.15
- Setting LICENSE to ${PERL5_LICENSE} accroding to META.yaml
Upstream changes:
2.15 Tue Jun 2 16:36:42 2009
[JSON]
- made compatible with JSON::XS 2.24
- corrected copyrights in some modules.
[JSON::PP]
- modified incr_parse, pointed by Martin J. Evans (rt#46439)
- deleted a meaningless code
-rw-r--r-- | converters/p5-JSON/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index 3e8f762a10b..70cf3609524 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2009/02/24 19:25:32 he Exp $ +# $NetBSD: Makefile,v 1.11 2009/06/14 20:46:30 sno Exp $ -DISTNAME= JSON-2.14 +DISTNAME= JSON-2.15 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/JSON/ COMMENT= Perl module converts between JSON and Perl data structure +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo index 3ea4f29fd55..dec4f6616c7 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/02/24 19:25:32 he Exp $ +$NetBSD: distinfo,v 1.9 2009/06/14 20:46:30 sno Exp $ -SHA1 (JSON-2.14.tar.gz) = 876b6d803514bbb46fef3d713c9277c1072c1c0b -RMD160 (JSON-2.14.tar.gz) = 316cfd27b6bc89cb8daf0a5f07de965ac14c46a0 -Size (JSON-2.14.tar.gz) = 67930 bytes +SHA1 (JSON-2.15.tar.gz) = e62cd4ed02fbd1335b1e7883043cbe44066d917a +RMD160 (JSON-2.15.tar.gz) = 1d828b2b70843ab2699dffe6eeb73aa6ae1ff22d +Size (JSON-2.15.tar.gz) = 68370 bytes |