aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/jq
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-11-10 19:39:22 +0800
committerzi <zi@FreeBSD.org>2014-11-10 19:39:22 +0800
commit64665b9f38059530f32d9c72837b430b13cb86e0 (patch)
tree0c5bc2f311297de7911d655abc40ea29e704711c /textproc/jq
parentab3771c118391749f5660d61f4ed1a4f32b720d1 (diff)
downloadfreebsd-ports-gnome-64665b9f38059530f32d9c72837b430b13cb86e0.tar.gz
freebsd-ports-gnome-64665b9f38059530f32d9c72837b430b13cb86e0.tar.zst
freebsd-ports-gnome-64665b9f38059530f32d9c72837b430b13cb86e0.zip
- Update to 1.4
PR: 193838 Submitted by: zi@ Approved by: maintainer timeout (3+ weeks)
Diffstat (limited to 'textproc/jq')
-rw-r--r--textproc/jq/Makefile12
-rw-r--r--textproc/jq/distinfo4
2 files changed, 12 insertions, 4 deletions
diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile
index 5bb6d74a1a05..c34e55bbbeb6 100644
--- a/textproc/jq/Makefile
+++ b/textproc/jq/Makefile
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= jq
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= textproc
-MASTER_SITES= http://stedolan.github.io/jq/download/source/
+MASTER_SITES= http://stedolan.github.io/jq/download/source/ \
+ http://mirrors.rit.edu/zi/
MAINTAINER= jnlin@csie.nctu.edu.tw
COMMENT= Lightweight and flexible command-line JSON processor
@@ -14,8 +15,12 @@ OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs --docdir="${DOCSDIR}"
USE_CSTD= gnu99
+USE_LDCONFIG= yes
+USES= libtool
PLIST_FILES= bin/${PORTNAME} \
+ include/jq.h include/jv.h \
+ lib/libjq.a lib/libjq.so lib/libjq.so.1 lib/libjq.so.1.0.4 \
man/man1/${PORTNAME}.1.gz
PORTDOCS= *
@@ -25,4 +30,7 @@ PORTDOCS= *
MAKE_ARGS= docdir=
.endif
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libjq.so.1.0.4
+
.include <bsd.port.mk>
diff --git a/textproc/jq/distinfo b/textproc/jq/distinfo
index e2678fb7a01a..3f9e755bb3a6 100644
--- a/textproc/jq/distinfo
+++ b/textproc/jq/distinfo
@@ -1,2 +1,2 @@
-SHA256 (jq-1.3.tar.gz) = 623f23c36abfc1d96d85020cf421b56f90a229d566f26a4a0d3e8536244bfed7
-SIZE (jq-1.3.tar.gz) = 333678
+SHA256 (jq-1.4.tar.gz) = 998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d
+SIZE (jq-1.4.tar.gz) = 578317