Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2018 04:44:45 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483874 - head/textproc/jq
Message-ID:  <201811030444.wA34ij1S099538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Nov  3 04:44:45 2018
New Revision: 483874
URL: https://svnweb.freebsd.org/changeset/ports/483874

Log:
  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

Modified:
  head/textproc/jq/Makefile
  head/textproc/jq/distinfo
  head/textproc/jq/pkg-descr

Modified: head/textproc/jq/Makefile
==============================================================================
--- head/textproc/jq/Makefile	Sat Nov  3 04:29:40 2018	(r483873)
+++ head/textproc/jq/Makefile	Sat Nov  3 04:44:45 2018	(r483874)
@@ -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 pr
 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>

Modified: head/textproc/jq/distinfo
==============================================================================
--- head/textproc/jq/distinfo	Sat Nov  3 04:29:40 2018	(r483873)
+++ head/textproc/jq/distinfo	Sat Nov  3 04:44:45 2018	(r483874)
@@ -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

Modified: head/textproc/jq/pkg-descr
==============================================================================
--- head/textproc/jq/pkg-descr	Sat Nov  3 04:29:40 2018	(r483873)
+++ head/textproc/jq/pkg-descr	Sat Nov  3 04:44:45 2018	(r483874)
@@ -2,4 +2,4 @@ jq is like sed for JSON data - you can use it to slice
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811030444.wA34ij1S099538>