diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-04-06 21:59:54 +0800 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-04-07 13:35:09 +0800 |
commit | 5cb436ecd7cb220344c28f69d10a5521840037af (patch) | |
tree | c0b0745cbee0be874c03031606097bde29383fb0 | |
parent | f8073ad6107a1be3c29978dcd3334f62fff2dc05 (diff) | |
download | freebsd-ports-gnome-5cb436ecd7cb220344c28f69d10a5521840037af.tar.gz freebsd-ports-gnome-5cb436ecd7cb220344c28f69d10a5521840037af.tar.zst freebsd-ports-gnome-5cb436ecd7cb220344c28f69d10a5521840037af.zip |
textproc/json-yaml: upgrade to 1.2.1
ChangeLog: https://github.com/sjmulder/json-yaml/blob/1.2.1/CHANGES.md
PR: 254642
Submitted by: alonsoschaich@fastmail.fm (maintainer)
Reported by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
MFH:
Relnotes:
Security:
Sponsored by:
Differential Revision:
-rw-r--r-- | textproc/json-yaml/Makefile | 10 | ||||
-rw-r--r-- | textproc/json-yaml/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/textproc/json-yaml/Makefile b/textproc/json-yaml/Makefile index 0936daab68df..9001597c2461 100644 --- a/textproc/json-yaml/Makefile +++ b/textproc/json-yaml/Makefile @@ -1,6 +1,6 @@ PORTNAME= json-yaml -DISTVERSION= 1.1.2 +DISTVERSION= 1.2.1 CATEGORIES= textproc MAINTAINER= ik@sjmulder.nl @@ -12,12 +12,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libyajl.so:devel/yajl \ libyaml.so:textproc/libyaml -MAKE_ARGS+= MANPREFIX=${PREFIX}/man - USE_GITHUB= yes GH_ACCOUNT= sjmulder +MAKE_ARGS+= MANPREFIX=${PREFIX}/man CFLAGS=-I${PREFIX}/include\ -L${PREFIX}/lib + PLIST_FILES= bin/json-yaml \ - man/man1/json-yaml.1.gz + bin/yaml-json \ + man/man1/json-yaml.1.gz \ + man/man1/yaml-json.1.gz .include <bsd.port.mk> diff --git a/textproc/json-yaml/distinfo b/textproc/json-yaml/distinfo index dc6d00977578..0bb8b6bfdb5d 100644 --- a/textproc/json-yaml/distinfo +++ b/textproc/json-yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545817767 -SHA256 (sjmulder-json-yaml-1.1.2_GH0.tar.gz) = a3302a0492186225388f13bd1a9bcd0759dfa2d39d2fef9768583de8da3420ad -SIZE (sjmulder-json-yaml-1.1.2_GH0.tar.gz) = 4381 +TIMESTAMP = 1617034361 +SHA256 (sjmulder-json-yaml-1.2.1_GH0.tar.gz) = b48b0fe2c806010b1ee800697974d52451da16f9645143cf8e9cfa41e4e31087 +SIZE (sjmulder-json-yaml-1.2.1_GH0.tar.gz) = 5409 |