aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-11-03 12:44:45 +0800
committeryuri <yuri@FreeBSD.org>2018-11-03 12:44:45 +0800
commit842e169488b6cc122a47d22ac184f8c94925dd0e (patch)
tree44a3c9db184c62d86cc4dea6b11dd496fc3bbbb4 /textproc
parentf8e6504fc00d9a5e400d19f11ff969f51f8e09f7 (diff)
downloadfreebsd-ports-gnome-842e169488b6cc122a47d22ac184f8c94925dd0e.tar.gz
freebsd-ports-gnome-842e169488b6cc122a47d22ac184f8c94925dd0e.tar.zst
freebsd-ports-gnome-842e169488b6cc122a47d22ac184f8c94925dd0e.zip
textproc/jq: Update 1.5 -> 1.6
Changelog: https://github.com/stedolan/jq/releases/tag/jq-1.6 Port changes: * Order the USExx section * Update the ONIGURUMA option section * Update WWW
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jq/Makefile21
-rw-r--r--textproc/jq/distinfo5
-rw-r--r--textproc/jq/pkg-descr2
3 files changed, 13 insertions, 15 deletions
diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile
index 48db9eb78c50..301db5b67981 100644
--- a/textproc/jq/Makefile
+++ b/textproc/jq/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= jq
-PORTVERSION= 1.5
-PORTREVISION= 3
DISTVERSIONPREFIX= ${PORTNAME}-
+DISTVERSION= 1.6
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
@@ -13,28 +12,26 @@ COMMENT= Lightweight and flexible command-line JSON processor
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= autoreconf gmake libtool
USE_GITHUB= yes
GH_ACCOUNT= stedolan
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --docdir="${DOCSDIR}" \
--disable-maintainer-mode
USE_CSTD= gnu99
USE_LDCONFIG= yes
-USES= gmake libtool
INSTALL_TARGET= install-strip
PORTDOCS= *
-OPTIONS_DEFINE= DOCS ONIGURUMA
-OPTIONS_DEFAULT=ONIGURUMA
+OPTIONS_DEFINE= DOCS ONIGURUMA
+OPTIONS_DEFAULT= ONIGURUMA
-DOCS_MAKE_ARGS_OFF= docdir=
-DOCS_CONFIGURE_ENABLE= docs
+DOCS_MAKE_ARGS_OFF= docdir=
+DOCS_CONFIGURE_ENABLE= docs
-ONIGURUMA_DESC= With oniguruma BSDL regular expression library
-ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma
-#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}
+ONIGURUMA_DESC= With oniguruma BSDL regular expression library
+ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma
+ONIGURUMA_CONFIGURE_WITH= oniguruma=${LOCALBASE}
.include <bsd.port.mk>
diff --git a/textproc/jq/distinfo b/textproc/jq/distinfo
index f72859789838..de775319ae38 100644
--- a/textproc/jq/distinfo
+++ b/textproc/jq/distinfo
@@ -1,2 +1,3 @@
-SHA256 (stedolan-jq-jq-1.5_GH0.tar.gz) = d5667641d28c27d0c1e70de83e7f9bd8b2fed7fbf6a1d68731177d400a533c65
-SIZE (stedolan-jq-jq-1.5_GH0.tar.gz) = 1118086
+TIMESTAMP = 1541217486
+SHA256 (stedolan-jq-jq-1.6_GH0.tar.gz) = 158182b85f3be9e23ab1dc50cfcc24e415aade2a0b8a5d9f709e0b587666d61b
+SIZE (stedolan-jq-jq-1.6_GH0.tar.gz) = 417405
diff --git a/textproc/jq/pkg-descr b/textproc/jq/pkg-descr
index d08a6ea8c595..58e487c47f40 100644
--- a/textproc/jq/pkg-descr
+++ b/textproc/jq/pkg-descr
@@ -2,4 +2,4 @@ jq is like sed for JSON data - you can use it to slice and
filter and map and transform structured data with the same
ease that sed, awk, grep and friends let you play with text.
-WWW: http://stedolan.github.com/jq/
+WWW: https://stedolan.github.io/jq/