Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 20:02:03 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481063 - head/x11-fonts/urwfonts-ttf
Message-ID:  <201810012002.w91K23IM067195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Oct  1 20:02:03 2018
New Revision: 481063
URL: https://svnweb.freebsd.org/changeset/ports/481063

Log:
  x11-fonts/urwfonts-ttf: Do not package fonts.{dir,scale}
  
  They are generated by USES=font post-install.  Packaging them just
  leads to checksum errors:
  
  Checking for packages with mismatched checksums:
  urwfonts-ttf-1.0.7b18_6: /usr/local/share/fonts/urwfonts-ttf/fonts.dir
  urwfonts-ttf-1.0.7b18_6: /usr/local/share/fonts/urwfonts-ttf/fonts.scale
  
  PR:		224407
  Reported by:	Marco Beishuizen <mbeis@xs4all.nl>

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	Mon Oct  1 20:01:39 2018	(r481062)
+++ head/x11-fonts/urwfonts-ttf/Makefile	Mon Oct  1 20:02:03 2018	(r481063)
@@ -3,7 +3,7 @@
 
 PORTNAME=	urwfonts-ttf
 PORTVERSION=	1.0.7b18
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-fonts
 MASTER_SITES=	ftp://ftp.izmiran.rssi.ru/pub/fonts/urw/
 DISTNAME=	urw-fonts-${PORTVERSION:S/b/pre/}-ttf
@@ -16,6 +16,7 @@ LICENSE=	LGPL20
 DISABLE_SIZE=	yes
 NO_WRKSUBDIR=	yes
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		fonts tar:bzip2
 

Modified: head/x11-fonts/urwfonts-ttf/pkg-plist
==============================================================================
--- head/x11-fonts/urwfonts-ttf/pkg-plist	Mon Oct  1 20:01:39 2018	(r481062)
+++ head/x11-fonts/urwfonts-ttf/pkg-plist	Mon Oct  1 20:02:03 2018	(r481063)
@@ -12,8 +12,8 @@
 %%FONTSDIR%%/c059033l.ttf
 %%FONTSDIR%%/c059036l.ttf
 %%FONTSDIR%%/d050000l.ttf
-%%FONTSDIR%%/fonts.dir
-%%FONTSDIR%%/fonts.scale
+@comment %%FONTSDIR%%/fonts.dir
+@comment %%FONTSDIR%%/fonts.scale
 %%FONTSDIR%%/n019003l.ttf
 %%FONTSDIR%%/n019004l.ttf
 %%FONTSDIR%%/n019023l.ttf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810012002.w91K23IM067195>