aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/jq
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-07-13 18:52:33 +0800
committerpi <pi@FreeBSD.org>2017-07-13 18:52:33 +0800
commit285b71aa542eb2904bcd5b7b0fde6b9360165dc4 (patch)
treeb8804e8dbf2f52946dd417de86a34cab0547244f /textproc/jq
parentd3c19cdf14068d8662fafe00d5ebf66973146d5b (diff)
downloadfreebsd-ports-gnome-285b71aa542eb2904bcd5b7b0fde6b9360165dc4.tar.gz
freebsd-ports-gnome-285b71aa542eb2904bcd5b7b0fde6b9360165dc4.tar.zst
freebsd-ports-gnome-285b71aa542eb2904bcd5b7b0fde6b9360165dc4.zip
textproc/jq: change dependency from oniguruma5 to oniguruma6
PR: 220586 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Diffstat (limited to 'textproc/jq')
-rw-r--r--textproc/jq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile
index 26659c074289..e9e22faa457a 100644
--- a/textproc/jq/Makefile
+++ b/textproc/jq/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jq
PORTVERSION= 1.5
+PORTREVISION= 1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= textproc
@@ -32,7 +33,7 @@ DOCS_MAKE_ARGS_OFF= docdir=
DOCS_CONFIGURE_ENABLE= docs
ONIGURUMA_DESC= With oniguruma BSDL regular expression library
-ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma5
+ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma6
#ONIGURUMA_CONFIGURE_WITH=oniguruma=${LOCALBASE} # pending resolution of https://github.com/stedolan/jq/issues/1021, next line is the workaround
ONIGURUMA_CONFIGURE_ON= --with-oniguruma=${LOCALBASE}