forked from Lainports/opnsense-ports
textproc/jq: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
63a3482688
commit
fd76b1ef24
3 changed files with 14 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= jq
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 1.6
|
||||
DISTVERSION= 1.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -10,16 +11,21 @@ WWW= https://stedolan.github.io/jq/
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf cpe gmake libtool
|
||||
USES= autoreconf bison cpe gmake libtool
|
||||
USE_CSTD= gnu99
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPE_VENDOR= ${PORTNAME}_project
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= stedolan
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --docdir="${DOCSDIR}" \
|
||||
--disable-maintainer-mode
|
||||
USE_CSTD= gnu99
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check # 3 tests fail, see https://github.com/jqlang/jq/issues/2885
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541217486
|
||||
SHA256 (stedolan-jq-jq-1.6_GH0.tar.gz) = 158182b85f3be9e23ab1dc50cfcc24e415aade2a0b8a5d9f709e0b587666d61b
|
||||
SIZE (stedolan-jq-jq-1.6_GH0.tar.gz) = 417405
|
||||
TIMESTAMP = 1694068636
|
||||
SHA256 (stedolan-jq-jq-1.7_GH0.tar.gz) = f755e813b88b494a5087502812cb35bc32e1544102345900707e8d71124caffc
|
||||
SIZE (stedolan-jq-jq-1.7_GH0.tar.gz) = 1267139
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ lib/libjq.a
|
|||
lib/libjq.so
|
||||
lib/libjq.so.1
|
||||
lib/libjq.so.1.0.4
|
||||
libdata/pkgconfig/libjq.pc
|
||||
man/man1/jq.1.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue