Sun Oct 30 16:52:29 2022 UTC ()
jo: update to 1.7.

2022-10-29 1.7
- FIX: fix warnings on Windows build and reimplement err{x,} functions
- FIX: fix reading of long lines from stdin and refactor slurp_file() in
  the process
- NEW: Add option -o outfile for when not run from a shell and redirect
  '>' is not an option
- FIX: fix tables in jo.md


(fcambus)
diff -r1.14 -r1.15 pkgsrc/textproc/jo/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/jo/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/textproc/jo/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/jo/Makefile 2022/06/27 15:29:17 1.14
+++ pkgsrc/textproc/jo/Makefile 2022/10/30 16:52:29 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2022/06/27 15:29:17 fcambus Exp $ 1# $NetBSD: Makefile,v 1.15 2022/10/30 16:52:29 fcambus Exp $
2 2
3DISTNAME= jo-1.6 3DISTNAME= jo-1.7
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=jpmens/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=jpmens/}
6GITHUB_RELEASE= ${PKGVERSION_NOREV} 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jpmens/jo 9HOMEPAGE= https://github.com/jpmens/jo
10COMMENT= JSON output from a shell 10COMMENT= JSON output from a shell
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_LANGUAGES= c c99 13USE_LANGUAGES= c c99
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ENV+= bashcompdir=${PREFIX}/share/bash_completion.d 15CONFIGURE_ENV+= bashcompdir=${PREFIX}/share/bash_completion.d
16CONFIGURE_ENV+= ac_cv_path_PANDOC=none 16CONFIGURE_ENV+= ac_cv_path_PANDOC=none

cvs diff -r1.10 -r1.11 pkgsrc/textproc/jo/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/jo/distinfo 2022/01/07 21:29:43 1.10
+++ pkgsrc/textproc/jo/distinfo 2022/10/30 16:52:29 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2022/01/07 21:29:43 fcambus Exp $ 1$NetBSD: distinfo,v 1.11 2022/10/30 16:52:29 fcambus Exp $
2 2
3BLAKE2s (jo-1.6.tar.gz) = e7f62734b64a0c5e4fe744f04fd5d0b8f7a2672b68e71c52012735e9968dac16 3BLAKE2s (jo-1.7.tar.gz) = 7437763f64e7615267dc519b291d932e894876f2efab9c57494e98870bee9972
4SHA512 (jo-1.6.tar.gz) = a2cb1327c8255e0f8d1b6e6056bbce081d7703192bdb974e908549b863d7db645531dbeff87629a6ed53626295ab7ca8a72816d104f9188846ef175c8a9acb07 4SHA512 (jo-1.7.tar.gz) = 3bbd18b60233760718170f1501653671607247c7c029bfe9a72ca0363e04f0867db05c110f0fca4406a46b7bb0a886be0f6d4497e1ad54f32798571b1d9c965a
5Size (jo-1.6.tar.gz) = 151941 bytes 5Size (jo-1.7.tar.gz) = 152982 bytes