pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/json-yaml json-yaml: Update to 1.2.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/011a5c12f334
branches: trunk
changeset: 406965:011a5c12f334
user: sjmulder <sjmulder%pkgsrc.org@localhost>
date: Wed Jan 01 01:19:00 2020 +0000
description:
json-yaml: Update to 1.2.1
Changes in 1.2.1:
- Fixed: extraneous error message due to switch fallthrough.
Changes in 1.2:
- Added: yaml-json to convert YAML back into JSON. Doesn't suport YAML
aliases yet.
- Changed: Makefile no longer hardcodes /usr/local/{include,lib}.
- Changed: no longer requires nonstandard libc headers (err.h).
- Changed: small documentation tweaks.
- Removed: cleanup function; let OS handle it.
- Removed: version number from usage output.
diffstat:
textproc/json-yaml/DESCR | 4 ++--
textproc/json-yaml/Makefile | 6 +++---
textproc/json-yaml/PLIST | 4 +++-
textproc/json-yaml/distinfo | 10 +++++-----
4 files changed, 13 insertions(+), 11 deletions(-)
diffs (52 lines):
diff -r 9948e4fcea3e -r 011a5c12f334 textproc/json-yaml/DESCR
--- a/textproc/json-yaml/DESCR Wed Jan 01 01:10:58 2020 +0000
+++ b/textproc/json-yaml/DESCR Wed Jan 01 01:19:00 2020 +0000
@@ -1,2 +1,2 @@
-Convert JSON to YAML on the command line. Useful to get more readable output
-from web APIs and such.
+Convert JSON to YAML or YAML to JSON on the command line. Useful to get more
+readable output from web APIs and such.
diff -r 9948e4fcea3e -r 011a5c12f334 textproc/json-yaml/Makefile
--- a/textproc/json-yaml/Makefile Wed Jan 01 01:10:58 2020 +0000
+++ b/textproc/json-yaml/Makefile Wed Jan 01 01:19:00 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2019/05/06 09:17:13 sjmulder Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/01 01:19:00 sjmulder Exp $
-DISTNAME= json-yaml-1.1.2
+DISTNAME= json-yaml-1.2.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=sjmulder/}
MAINTAINER= sjmulder%NetBSD.org@localhost
HOMEPAGE= https://github.com/sjmulder/json-yaml/
-COMMENT= Convert JSON to YAML
+COMMENT= Convert JSON to YAML and back
LICENSE= 2-clause-bsd
INSTALL_MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
diff -r 9948e4fcea3e -r 011a5c12f334 textproc/json-yaml/PLIST
--- a/textproc/json-yaml/PLIST Wed Jan 01 01:10:58 2020 +0000
+++ b/textproc/json-yaml/PLIST Wed Jan 01 01:19:00 2020 +0000
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2018/12/06 19:41:08 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/01/01 01:19:00 sjmulder Exp $
bin/json-yaml
+bin/yaml-json
man/man1/json-yaml.1
+man/man1/yaml-json.1
diff -r 9948e4fcea3e -r 011a5c12f334 textproc/json-yaml/distinfo
--- a/textproc/json-yaml/distinfo Wed Jan 01 01:10:58 2020 +0000
+++ b/textproc/json-yaml/distinfo Wed Jan 01 01:19:00 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/12/06 19:41:08 leot Exp $
+$NetBSD: distinfo,v 1.3 2020/01/01 01:19:00 sjmulder Exp $
-SHA1 (json-yaml-1.1.2.tar.gz) = 52252bd2ad5200f0dd44f32e4d75dba558e0104c
-RMD160 (json-yaml-1.1.2.tar.gz) = 975a9b54a30ffedd98b7163ad3dc4b399bb7d0ad
-SHA512 (json-yaml-1.1.2.tar.gz) = 1aad3ae60b4a6215b894966f2857701911262e146be18c223c4ece4ca23fc4746038f0e5200807f29e2e1808ab124217122107b4790b7302fbcb3224e3f94c3e
-Size (json-yaml-1.1.2.tar.gz) = 4381 bytes
+SHA1 (json-yaml-1.2.1.tar.gz) = 41e4e638db3c14ef4ffa9433caf9f7c10c03e456
+RMD160 (json-yaml-1.2.1.tar.gz) = 87d0e805b6e5a4b6fdf201b3b993a7b4ca5aaabb
+SHA512 (json-yaml-1.2.1.tar.gz) = b5fa09329205d4f8e2ff02f2a2e60085102af4d4c4b21fe3f4196bdf86a98c38fe4213da6ec52e3b15625d6254796541e1429b6728c076edb7d72e6cf30dc385
+Size (json-yaml-1.2.1.tar.gz) = 5409 bytes
Home |
Main Index |
Thread Index |
Old Index