From owner-svn-ports-all@freebsd.org Fri Aug 12 22:20:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC795BB8DA7; Fri, 12 Aug 2016 22:20:37 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 952AB19FB; Fri, 12 Aug 2016 22:20:37 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7CMKaqm047354; Fri, 12 Aug 2016 22:20:36 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7CMKaER047351; Fri, 12 Aug 2016 22:20:36 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201608122220.u7CMKaER047351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 12 Aug 2016 22:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420147 - head/devel/libfastjson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2016 22:20:38 -0000 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 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