svn commit: r357549 - head/x11-fonts/urwfonts-ttf

Matthias Andree mandree at FreeBSD.org
Thu Jun 12 00:09:52 UTC 2014


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
- at fc %%FONTDIR%%
+ at unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% || :
+ at exec fc-cache -s %%PREFIX%%/%%FONTDIR%% || :
+ at dirrmtry %%FONTDIR%%


More information about the svn-ports-head mailing list