Date: Fri, 12 Aug 2016 22:20:36 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420147 - head/devel/libfastjson Message-ID: <201608122220.u7CMKaER047351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Fri Aug 12 22:20:36 2016 New Revision: 420147 URL: https://svnweb.freebsd.org/changeset/ports/420147 Log: devel/libfastjson: Update version 0.99.2=>0.99.4 - Add USES=gmake pathfix Modified: head/devel/libfastjson/Makefile head/devel/libfastjson/distinfo head/devel/libfastjson/pkg-plist Modified: head/devel/libfastjson/Makefile ============================================================================== --- head/devel/libfastjson/Makefile Fri Aug 12 21:55:38 2016 (r420146) +++ head/devel/libfastjson/Makefile Fri Aug 12 22:20:36 2016 (r420147) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libfastjson -PORTVERSION= 0.99.2 +PORTVERSION= 0.99.4 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -15,11 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= rsyslog GNU_CONFIGURE= yes -USES= autoreconf libtool pkgconfig +USES= autoreconf gmake libtool pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip -post-patch: - ${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \ - ${WRKSRC}/Makefile.am - .include <bsd.port.mk> Modified: head/devel/libfastjson/distinfo ============================================================================== --- head/devel/libfastjson/distinfo Fri Aug 12 21:55:38 2016 (r420146) +++ head/devel/libfastjson/distinfo Fri Aug 12 22:20:36 2016 (r420147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465730680 -SHA256 (rsyslog-libfastjson-v0.99.2_GH0.tar.gz) = fcdca0c4702362de3db3f02c8da05f985b54a9eccd618af41730409b75d10a8f -SIZE (rsyslog-libfastjson-v0.99.2_GH0.tar.gz) = 87526 +TIMESTAMP = 1471039698 +SHA256 (rsyslog-libfastjson-v0.99.4_GH0.tar.gz) = 03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d +SIZE (rsyslog-libfastjson-v0.99.4_GH0.tar.gz) = 80954 Modified: head/devel/libfastjson/pkg-plist ============================================================================== --- head/devel/libfastjson/pkg-plist Fri Aug 12 21:55:38 2016 (r420146) +++ head/devel/libfastjson/pkg-plist Fri Aug 12 22:20:36 2016 (r420147) @@ -1,21 +1,12 @@ -include/libfastjson/arraylist.h -include/libfastjson/bits.h -include/libfastjson/debug.h +include/libfastjson/atomic.h include/libfastjson/json.h -include/libfastjson/json_c_version.h -include/libfastjson/json_config.h -include/libfastjson/json_inttypes.h include/libfastjson/json_object.h include/libfastjson/json_object_iterator.h include/libfastjson/json_object_private.h include/libfastjson/json_tokener.h include/libfastjson/json_util.h -include/libfastjson/linkhash.h -include/libfastjson/math_compat.h -include/libfastjson/printbuf.h -include/libfastjson/random_seed.h lib/libfastjson.a lib/libfastjson.so -lib/libfastjson.so.3 -lib/libfastjson.so.3.0.0 +lib/libfastjson.so.4 +lib/libfastjson.so.4.0.0 libdata/pkgconfig/libfastjson.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608122220.u7CMKaER047351>