From owner-svn-ports-head@freebsd.org Mon Mar 27 10:01:34 2017 Return-Path: Delivered-To: svn-ports-head@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 D9429D1F66F; Mon, 27 Mar 2017 10:01:34 +0000 (UTC) (envelope-from rakuco@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 A617017BE; Mon, 27 Mar 2017 10:01:34 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RA1XCU005541; Mon, 27 Mar 2017 10:01:33 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RA1XGf005539; Mon, 27 Mar 2017 10:01:33 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271001.v2RA1XGf005539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 10:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437019 - head/graphics/libkexiv2-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 10:01:35 -0000 Author: rakuco Date: Mon Mar 27 10:01:33 2017 New Revision: 437019 URL: https://svnweb.freebsd.org/changeset/ports/437019 Log: Stop installing the .pc file with a different name. Use the default one: graphics/libkexiv2 has not existed in the tree since 2013, and the x11/kdelibs4 update from r436971 removed a patch to FindKexiv2.cmake we used to look for libkexiv2-kde4.pc. In practice, this commit unbreaks ports that depended on graphics/libkexiv2-kde4 after the kdelibs4 update I mentioned. Modified: head/graphics/libkexiv2-kde4/Makefile head/graphics/libkexiv2-kde4/pkg-plist Modified: head/graphics/libkexiv2-kde4/Makefile ============================================================================== --- head/graphics/libkexiv2-kde4/Makefile Mon Mar 27 10:00:48 2017 (r437018) +++ head/graphics/libkexiv2-kde4/Makefile Mon Mar 27 10:01:33 2017 (r437019) @@ -2,7 +2,7 @@ PORTNAME= libkexiv2 PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde kde-kde4 MAINTAINER= kde@FreeBSD.org @@ -18,7 +18,6 @@ USE_LDCONFIG= yes pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ - -e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \ ${WRKSRC}/CMakeLists.txt .include Modified: head/graphics/libkexiv2-kde4/pkg-plist ============================================================================== --- head/graphics/libkexiv2-kde4/pkg-plist Mon Mar 27 10:00:48 2017 (r437018) +++ head/graphics/libkexiv2-kde4/pkg-plist Mon Mar 27 10:01:33 2017 (r437019) @@ -15,5 +15,5 @@ lib/cmake/libkexiv2-2.3.2/libkexiv2-expo lib/libkexiv2.so lib/libkexiv2.so.11 lib/libkexiv2.so.11.2.0 -libdata/pkgconfig/libkexiv2-kde4.pc +libdata/pkgconfig/libkexiv2.pc share/apps/libkexiv2/data/topicset.iptc-subjectcode.xml