Date: Fri, 31 Jan 2020 17:04:02 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524732 - head/textproc/jo Message-ID: <202001311704.00VH42a2066318@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Fri Jan 31 17:04:02 2020 New Revision: 524732 URL: https://svnweb.freebsd.org/changeset/ports/524732 Log: textproc/jo: Update to 1.3 Changelog: - FIX: Escaped @ ("\@") is treated as "@" (#42, #103) - NEW: Support reading JSON array elements (#91) - UPD: Add home and removable-media interfaces to snap (#94) - FIX: fix unlikely crash after malloc fail when base64 encoding. - NEW: Support reading nested data from pipes (#82) PR: 243419 Approved by: swills (maintainer) Modified: head/textproc/jo/Makefile head/textproc/jo/distinfo Modified: head/textproc/jo/Makefile ============================================================================== --- head/textproc/jo/Makefile Fri Jan 31 16:57:49 2020 (r524731) +++ head/textproc/jo/Makefile Fri Jan 31 17:04:02 2020 (r524732) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jo -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= textproc MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -13,6 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -PLIST_FILES= bin/jo man/man1/jo.1.gz +PLIST_FILES= bin/jo etc/bash_completion.d/jo.bash man/man1/jo.1.gz .include <bsd.port.mk> Modified: head/textproc/jo/distinfo ============================================================================== --- head/textproc/jo/distinfo Fri Jan 31 16:57:49 2020 (r524731) +++ head/textproc/jo/distinfo Fri Jan 31 17:04:02 2020 (r524732) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545966765 -SHA256 (jo-1.2.tar.gz) = 36ec2fc4937c6478467684b18f0b213ff7267d34f5626cd5a0996a39ca64adae -SIZE (jo-1.2.tar.gz) = 138086 +TIMESTAMP = 1579219166 +SHA256 (jo-1.3.tar.gz) = de25c95671a3b392c6bcaba0b15d48eb8e2435508008c29477982d2d2f5ade64 +SIZE (jo-1.3.tar.gz) = 143425
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001311704.00VH42a2066318>