From owner-svn-ports-head@freebsd.org Sun May 13 08:13:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73F69FCD677; Sun, 13 May 2018 08:13:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 196726B261; Sun, 13 May 2018 08:13:29 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEB162928; Sun, 13 May 2018 08:13:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4D8DSnB034869; Sun, 13 May 2018 08:13:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D8DSwL034866; Sun, 13 May 2018 08:13:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805130813.w4D8DSwL034866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 08:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469780 - in head/misc/cldr-emoji-annotation: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc/cldr-emoji-annotation: . files X-SVN-Commit-Revision: 469780 X-SVN-Commit-Repository: ports 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.25 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: Sun, 13 May 2018 08:13:29 -0000 Author: yuri Date: Sun May 13 08:13:28 2018 New Revision: 469780 URL: https://svnweb.freebsd.org/changeset/ports/469780 Log: misc/cldr-emoji-annotation: Fix the location of .pc file Added: head/misc/cldr-emoji-annotation/files/ head/misc/cldr-emoji-annotation/files/patch-Makefile.am (contents, props changed) Modified: head/misc/cldr-emoji-annotation/Makefile head/misc/cldr-emoji-annotation/pkg-plist Modified: head/misc/cldr-emoji-annotation/Makefile ============================================================================== --- head/misc/cldr-emoji-annotation/Makefile Sun May 13 07:52:48 2018 (r469779) +++ head/misc/cldr-emoji-annotation/Makefile Sun May 13 08:13:28 2018 (r469780) @@ -2,6 +2,7 @@ PORTNAME= cldr-emoji-annotation DISTVERSION= 33.0.0_1 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org Added: head/misc/cldr-emoji-annotation/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/cldr-emoji-annotation/files/patch-Makefile.am Sun May 13 08:13:28 2018 (r469780) @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2018-05-13 08:07:38 UTC ++++ Makefile.am +@@ -10,7 +10,7 @@ SUBDIRS = \ + annotationsDerived \ + $(NULL) + +-pkgconfigdir = $(datadir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = cldr-emoji-annotation.pc + + EXTRA_DIST = \ Modified: head/misc/cldr-emoji-annotation/pkg-plist ============================================================================== --- head/misc/cldr-emoji-annotation/pkg-plist Sun May 13 07:52:48 2018 (r469779) +++ head/misc/cldr-emoji-annotation/pkg-plist Sun May 13 08:13:28 2018 (r469780) @@ -1,4 +1,4 @@ -share/pkgconfig/cldr-emoji-annotation.pc +libdata/pkgconfig/cldr-emoji-annotation.pc share/unicode/cldr/common/annotations/af.xml share/unicode/cldr/common/annotations/am.xml share/unicode/cldr/common/annotations/ar.xml