Received: by mail.netbsd.org (Postfix, from userid 605) id DEFFC84D37; Sun, 30 Oct 2022 16:52:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1897D84CFD for ; Sun, 30 Oct 2022 16:52:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gAHrJTfHjsgt for ; Sun, 30 Oct 2022 16:52:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 82F5384CEA for ; Sun, 30 Oct 2022 16:52:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75607FA90; Sun, 30 Oct 2022 16:52:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667148749185520" MIME-Version: 1.0 Date: Sun, 30 Oct 2022 16:52:29 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/textproc/jo To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20221030165229.75607FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667148749185520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sun Oct 30 16:52:29 UTC 2022 Modified Files: pkgsrc/textproc/jo: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/jo/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/jo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667148749185520 Content-Disposition: inline Content-Length: 1464 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/jo/Makefile diff -u pkgsrc/textproc/jo/Makefile:1.14 pkgsrc/textproc/jo/Makefile:1.15 --- pkgsrc/textproc/jo/Makefile:1.14 Mon Jun 27 15:29:17 2022 +++ pkgsrc/textproc/jo/Makefile Sun Oct 30 16:52:29 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/06/27 15:29:17 fcambus Exp $ +# $NetBSD: Makefile,v 1.15 2022/10/30 16:52:29 fcambus Exp $ -DISTNAME= jo-1.6 +DISTNAME= jo-1.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=jpmens/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/textproc/jo/distinfo diff -u pkgsrc/textproc/jo/distinfo:1.10 pkgsrc/textproc/jo/distinfo:1.11 --- pkgsrc/textproc/jo/distinfo:1.10 Fri Jan 7 21:29:43 2022 +++ pkgsrc/textproc/jo/distinfo Sun Oct 30 16:52:29 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2022/01/07 21:29:43 fcambus Exp $ +$NetBSD: distinfo,v 1.11 2022/10/30 16:52:29 fcambus Exp $ -BLAKE2s (jo-1.6.tar.gz) = e7f62734b64a0c5e4fe744f04fd5d0b8f7a2672b68e71c52012735e9968dac16 -SHA512 (jo-1.6.tar.gz) = a2cb1327c8255e0f8d1b6e6056bbce081d7703192bdb974e908549b863d7db645531dbeff87629a6ed53626295ab7ca8a72816d104f9188846ef175c8a9acb07 -Size (jo-1.6.tar.gz) = 151941 bytes +BLAKE2s (jo-1.7.tar.gz) = 7437763f64e7615267dc519b291d932e894876f2efab9c57494e98870bee9972 +SHA512 (jo-1.7.tar.gz) = 3bbd18b60233760718170f1501653671607247c7c029bfe9a72ca0363e04f0867db05c110f0fca4406a46b7bb0a886be0f6d4497e1ad54f32798571b1d9c965a +Size (jo-1.7.tar.gz) = 152982 bytes --_----------=_1667148749185520--