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
This commit is contained in:
parent
c05f276113
commit
6b031da697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483874
3 changed files with 13 additions and 15 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue