Wed Jan 1 01:19:00 2020 UTC ()
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.


(sjmulder)
diff -r1.1 -r1.2 pkgsrc/textproc/json-yaml/DESCR
diff -r1.3 -r1.4 pkgsrc/textproc/json-yaml/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/json-yaml/PLIST
diff -r1.2 -r1.3 pkgsrc/textproc/json-yaml/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/textproc/json-yaml/DESCR (expand / switch to unified diff)

--- pkgsrc/textproc/json-yaml/DESCR 2018/09/22 07:24:10 1.1
+++ pkgsrc/textproc/json-yaml/DESCR 2020/01/01 01:19:00 1.2
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1Convert JSON to YAML on the command line. Useful to get more readable output 1Convert JSON to YAML or YAML to JSON on the command line. Useful to get more
2from web APIs and such. 2readable output from web APIs and such.

cvs diff -r1.3 -r1.4 pkgsrc/textproc/json-yaml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/json-yaml/Makefile 2019/05/06 09:17:13 1.3
+++ pkgsrc/textproc/json-yaml/Makefile 2020/01/01 01:19:00 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2019/05/06 09:17:13 sjmulder Exp $ 1# $NetBSD: Makefile,v 1.4 2020/01/01 01:19:00 sjmulder Exp $
2 2
3DISTNAME= json-yaml-1.1.2 3DISTNAME= json-yaml-1.2.1
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=sjmulder/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=sjmulder/}
6 6
7MAINTAINER= sjmulder@NetBSD.org 7MAINTAINER= sjmulder@NetBSD.org
8HOMEPAGE= https://github.com/sjmulder/json-yaml/ 8HOMEPAGE= https://github.com/sjmulder/json-yaml/
9COMMENT= Convert JSON to YAML 9COMMENT= Convert JSON to YAML and back
10LICENSE= 2-clause-bsd 10LICENSE= 2-clause-bsd
11 11
12INSTALL_MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} 12INSTALL_MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
13TEST_TARGET= check 13TEST_TARGET= check
14 14
15.include "../../textproc/libyaml/buildlink3.mk" 15.include "../../textproc/libyaml/buildlink3.mk"
16.include "../../devel/yajl/buildlink3.mk" 16.include "../../devel/yajl/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/json-yaml/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/json-yaml/PLIST 2018/12/06 19:41:08 1.2
+++ pkgsrc/textproc/json-yaml/PLIST 2020/01/01 01:19:00 1.3
@@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
1@comment $NetBSD: PLIST,v 1.2 2018/12/06 19:41:08 leot Exp $ 1@comment $NetBSD: PLIST,v 1.3 2020/01/01 01:19:00 sjmulder Exp $
2bin/json-yaml 2bin/json-yaml
 3bin/yaml-json
3man/man1/json-yaml.1 4man/man1/json-yaml.1
 5man/man1/yaml-json.1

cvs diff -r1.2 -r1.3 pkgsrc/textproc/json-yaml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/json-yaml/distinfo 2018/12/06 19:41:08 1.2
+++ pkgsrc/textproc/json-yaml/distinfo 2020/01/01 01:19:00 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/12/06 19:41:08 leot Exp $ 1$NetBSD: distinfo,v 1.3 2020/01/01 01:19:00 sjmulder Exp $
2 2
3SHA1 (json-yaml-1.1.2.tar.gz) = 52252bd2ad5200f0dd44f32e4d75dba558e0104c 3SHA1 (json-yaml-1.2.1.tar.gz) = 41e4e638db3c14ef4ffa9433caf9f7c10c03e456
4RMD160 (json-yaml-1.1.2.tar.gz) = 975a9b54a30ffedd98b7163ad3dc4b399bb7d0ad 4RMD160 (json-yaml-1.2.1.tar.gz) = 87d0e805b6e5a4b6fdf201b3b993a7b4ca5aaabb
5SHA512 (json-yaml-1.1.2.tar.gz) = 1aad3ae60b4a6215b894966f2857701911262e146be18c223c4ece4ca23fc4746038f0e5200807f29e2e1808ab124217122107b4790b7302fbcb3224e3f94c3e 5SHA512 (json-yaml-1.2.1.tar.gz) = b5fa09329205d4f8e2ff02f2a2e60085102af4d4c4b21fe3f4196bdf86a98c38fe4213da6ec52e3b15625d6254796541e1429b6728c076edb7d72e6cf30dc385
6Size (json-yaml-1.1.2.tar.gz) = 4381 bytes 6Size (json-yaml-1.2.1.tar.gz) = 5409 bytes