pkgsrc-WIP-changes archive

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

json2tsv: Update to 0.2



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 17 16:20:12 2019 +0200
Changeset:	fe6bf09d3cd69b681d452037f73c153460bfa850

Modified Files:
	json2tsv/Makefile
	json2tsv/distinfo

Log Message:
json2tsv: Update to 0.2

Changes:
0.2
---
 - Bump max node depth to 64
 - Add support for high-low surrogates and UTF-16 decoding
 - Misc bug fixes and improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fe6bf09d3cd69b681d452037f73c153460bfa850

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 json2tsv/Makefile | 4 ++--
 json2tsv/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/json2tsv/Makefile b/json2tsv/Makefile
index 630a5e0eb6..d684e58ef4 100644
--- a/json2tsv/Makefile
+++ b/json2tsv/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD: Makefile,v 1.9 2019/08/01 18:55:29 leot Exp $
 
-DISTNAME=	json2tsv-0.1
+DISTNAME=	json2tsv-0.2
 CATEGORIES=	textproc
 MASTER_SITES=	http://codemadness.org/releases/json2tsv/
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	http://codemadness.org/git/json2tsv/file/README.html
 COMMENT=	Convert JSON to TSV
 LICENSE=	isc
diff --git a/json2tsv/distinfo b/json2tsv/distinfo
index e0d2e40ee2..93aaef7cc6 100644
--- a/json2tsv/distinfo
+++ b/json2tsv/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.7 2019/08/01 18:55:29 leot Exp $
 
-SHA1 (json2tsv-0.1.tar.gz) = d1bbe51e66b7a9d470c79543b5f580c48fb60c25
-RMD160 (json2tsv-0.1.tar.gz) = bc8bc2b42b35c61bd70fac579528cc801c9231ec
-SHA512 (json2tsv-0.1.tar.gz) = bb43847d95b25fcf8ec56268e22f7889b113717589779f68f43cbab65ab4099c65bd9a86c0b8adeb2d101a8f384fe4a315f271ee8ddacfc6fd220a1424e1b0df
-Size (json2tsv-0.1.tar.gz) = 4752 bytes
+SHA1 (json2tsv-0.2.tar.gz) = ea96a66a5e41e54f3b76d89be12af4c8627297d7
+RMD160 (json2tsv-0.2.tar.gz) = 6a86b63e068971b616492073c00ec5316ba1c045
+SHA512 (json2tsv-0.2.tar.gz) = 8205113cf263037da300a8463abf18fec2dd077e42ed34764c7c44b35025990ddd6f5586d7235080f9b975c23e44bdb8870316fafe3682fc6450e28e519da3b1
+Size (json2tsv-0.2.tar.gz) = 5171 bytes


Home | Main Index | Thread Index | Old Index