git: 5cb436ecd7cb - main - textproc/json-yaml: upgrade to 1.2.1
Fernando Apesteguía
fernape at FreeBSD.org
Wed Apr 7 05:38:57 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5cb436ecd7cb220344c28f69d10a5521840037af
commit 5cb436ecd7cb220344c28f69d10a5521840037af
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-04-06 13:59:54 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-04-07 05:35:09 +0000
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 at fastmail.fm (maintainer)
Reported by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
MFH:
Relnotes:
Security:
Sponsored by:
Differential Revision:
---
textproc/json-yaml/Makefile | 10 ++++++----
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 at 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
More information about the dev-commits-ports-all
mailing list