From owner-svn-ports-all@freebsd.org Fri May 27 12:01:58 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 1A167B4A3AA; Fri, 27 May 2016 12:01:58 +0000 (UTC) (envelope-from pi@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 DAD8B171E; Fri, 27 May 2016 12:01:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RC1vWl052684; Fri, 27 May 2016 12:01:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RC1uoM052683; Fri, 27 May 2016 12:01:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605271201.u4RC1uoM052683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 27 May 2016 12:01:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415936 - head/devel/jsoncpp 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, 27 May 2016 12:01:58 -0000 Author: pi Date: Fri May 27 12:01:56 2016 New Revision: 415936 URL: https://svnweb.freebsd.org/changeset/ports/415936 Log: devel/jsoncpp: fix jsoncpp.pc includedir - and: submitter becomes maintainer PR: 209407 Submitted by: yuri@rawbw.com (new maintainer) Reported by: johan@stromnet.se (old maintainer) Approved by: johan@stromnet.se (old maintainer) Modified: head/devel/jsoncpp/Makefile Modified: head/devel/jsoncpp/Makefile ============================================================================== --- head/devel/jsoncpp/Makefile Fri May 27 11:32:29 2016 (r415935) +++ head/devel/jsoncpp/Makefile Fri May 27 12:01:56 2016 (r415936) @@ -1,11 +1,12 @@ -# Created by: Johan Str??m +# Created by: Johan Str??m # $FreeBSD$ PORTNAME= jsoncpp DISTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= johan@stromnet.se +MAINTAINER= yuri@rawbw.com COMMENT= JSON reader and writer library for C++ LICENSE= MIT @@ -41,7 +42,7 @@ do-install: @${REINPLACE_CMD} -i '' \ -e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|g' \ -e 's|@LIBRARY_INSTALL_DIR@|${PREFIX}/lib|g' \ - -e 's|@INCLUDE_INSTALL_DIR@|${PREFIX}/jsoncpp|g' \ + -e 's|@INCLUDE_INSTALL_DIR@|${PREFIX}/include/jsoncpp|g' \ -e 's|@JSONCPP_VERSION@|${DISTVERSION}|g' \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc