Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2011 02:52:11 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/162826: Update port: x11-fonts/indic-ttf to 0.5.12
Message-ID:  <20111125025211.6cd3d96b.tkato432@yahoo.com>
Resent-Message-ID: <201111241820.pAOIKBpj055930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162826
>Category:       ports
>Synopsis:       Update port: x11-fonts/indic-ttf to 0.5.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 24 18:20:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.5.12

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-fonts/indic-ttf/Makefile x11-fonts/indic-ttf/Makefile
--- /usr/ports/x11-fonts/indic-ttf/Makefile	2011-10-15 16:55:35.000000000 +0900
+++ x11-fonts/indic-ttf/Makefile	2011-11-23 22:37:43.000000000 +0900
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	indic-ttf
-PORTVERSION=	0.5.10
+PORTVERSION=	0.5.12
 CATEGORIES=	x11-fonts
-MASTER_SITES=	${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR=	pool/main/t/ttf-indic-fonts
+MASTER_SITES=	DEBIAN/pool/main/t/ttf-indic-fonts
 PKGNAMESUFFIX=	-fonts
 DISTNAME=	${PORTNAME:C|(.*)-(.*)|\2-\1|}${PKGNAMESUFFIX}_${PORTVERSION}
 
@@ -131,8 +130,8 @@
 	${MKDIR} ${FONTSDIR}/${f}
 	${INSTALL_DATA} ${WRKSRC}/ttf-${f}/*.ttf ${FONTSDIR}/${f}
 	${INSTALL_DATA} ${WRKSRC}/debian/ttf-${f}${PKGNAMESUFFIX}.copyright ${FONTSDIR}/${f}
-	${MKFONTSCALE} ${FONTSDIR}/${f} 2>/dev/null || true
-	${MKFONTSDIR} ${FONTSDIR}/${f} 2>/dev/null || true
+	${MKFONTSCALE} ${FONTSDIR}/${f} 2>/dev/null || ${TRUE}
+	${MKFONTSDIR} ${FONTSDIR}/${f} 2>/dev/null || ${TRUE}
 .endfor
 
 install-conf:
diff -urN /usr/ports/x11-fonts/indic-ttf/distinfo x11-fonts/indic-ttf/distinfo
--- /usr/ports/x11-fonts/indic-ttf/distinfo	2011-03-20 03:04:41.000000000 +0900
+++ x11-fonts/indic-ttf/distinfo	2011-11-23 22:24:59.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (ttf-indic-fonts_0.5.10.tar.gz) = 97dc412dd3ca2e4e72e0949170d611b9684636361aab9dd37f627f0740c98c38
-SIZE (ttf-indic-fonts_0.5.10.tar.gz) = 4847914
+SHA256 (ttf-indic-fonts_0.5.12.tar.gz) = 79717f3d1e8b12e27e5d8884a712eeef375514e14c496269df0512009ff5ed49
+SIZE (ttf-indic-fonts_0.5.12.tar.gz) = 4884848
diff -urN /usr/ports/x11-fonts/indic-ttf/files/pkg-message.in x11-fonts/indic-ttf/files/pkg-message.in
--- /usr/ports/x11-fonts/indic-ttf/files/pkg-message.in	2008-04-03 04:38:37.000000000 +0900
+++ x11-fonts/indic-ttf/files/pkg-message.in	2011-11-23 22:45:27.000000000 +0900
@@ -1,5 +1,5 @@
 Make sure that the "freetype" module is loaded. If it is not, add
-the following line to the "Modules" section of your X Windows
+the following line to the "Modules" section of your X server
 configuration file:
 
 	Load "freetype"
@@ -8,13 +8,13 @@
 
  %%FONTS%%
 
-you'll have to add "%%FONTSDIR%%/LANG" to your X font path
-with the following line to the "Files" section of X Windows
-configuration file:
+you'll have to add "%%FONTSDIR%%/LANG" to your
+X font path with the following line to the "Files" section of
+X server configuration file:
 
 	FontPath "%%FONTSDIR%%/LANG"
 
-and restart the Xserver.
+and restart the X server.
 
 Font collection specific configure files are installed in:
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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