1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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)
This commit is contained in:
Danilo G. Baio 2020-01-31 17:04:02 +00:00
parent 648245723a
commit 7c11604a3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524732
2 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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