From owner-svn-ports-head@FreeBSD.ORG Thu Jun 12 00:09:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C9831BD; Thu, 12 Jun 2014 00:09:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 892532792; Thu, 12 Jun 2014 00:09:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5C09q4P082272; Thu, 12 Jun 2014 00:09:52 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5C09qKi082270; Thu, 12 Jun 2014 00:09:52 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201406120009.s5C09qKi082270@svn.freebsd.org> From: Matthias Andree Date: Thu, 12 Jun 2014 00:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357549 - head/x11-fonts/urwfonts-ttf 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.18 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: Thu, 12 Jun 2014 00:09:52 -0000 Author: mandree Date: Thu Jun 12 00:09:51 2014 New Revision: 357549 URL: http://svnweb.freebsd.org/changeset/ports/357549 QAT: https://qat.redports.org/buildarchive/r357549/ Log: Fix up @fc for traditional pkg_add/pkg_create systems, using @exec/@unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% and @dirrmtry. Approved by: portmgr (blanket "just fix it" approval) Modified: head/x11-fonts/urwfonts-ttf/Makefile head/x11-fonts/urwfonts-ttf/pkg-plist Modified: head/x11-fonts/urwfonts-ttf/Makefile ============================================================================== --- head/x11-fonts/urwfonts-ttf/Makefile Wed Jun 11 23:40:58 2014 (r357548) +++ head/x11-fonts/urwfonts-ttf/Makefile Thu Jun 12 00:09:51 2014 (r357549) @@ -3,7 +3,7 @@ PORTNAME= urwfonts-ttf PORTVERSION= 1.0.7b18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= ftp://ftp.izmiran.rssi.ru/pub/fonts/urw/ DISTNAME= urw-fonts-${PORTVERSION:S/b/pre/}-ttf Modified: head/x11-fonts/urwfonts-ttf/pkg-plist ============================================================================== --- head/x11-fonts/urwfonts-ttf/pkg-plist Wed Jun 11 23:40:58 2014 (r357548) +++ head/x11-fonts/urwfonts-ttf/pkg-plist Thu Jun 12 00:09:51 2014 (r357549) @@ -36,4 +36,6 @@ %%FONTDIR%%/p052024l.ttf %%FONTDIR%%/s050000l.ttf %%FONTDIR%%/z003034l.ttf -@fc %%FONTDIR%% +@unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% || : +@exec fc-cache -s %%PREFIX%%/%%FONTDIR%% || : +@dirrmtry %%FONTDIR%%