summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-11-25 16:45:08 +0000
committermiwi <miwi@FreeBSD.org>2011-11-25 16:45:08 +0000
commit31c4f9d7b3c2556861dd21784c4454a4698cceb4 (patch)
tree822535f7ca50bd2b6562d1f5ea0649ae2743f022
parente7799a89893df5c285d5fcc56c5b42124c7af5e4 (diff)
downloadFreeBSD-ports-31c4f9d7b3c2556861dd21784c4454a4698cceb4.zip
FreeBSD-ports-31c4f9d7b3c2556861dd21784c4454a4698cceb4.tar.gz
- Update to 0.5.12
PR: 162826 Submitted by: Ports Fury Feature safe: yes
-rw-r--r--x11-fonts/indic-ttf/Makefile9
-rw-r--r--x11-fonts/indic-ttf/distinfo4
-rw-r--r--x11-fonts/indic-ttf/files/pkg-message.in10
3 files changed, 11 insertions, 12 deletions
diff --git a/x11-fonts/indic-ttf/Makefile b/x11-fonts/indic-ttf/Makefile
index c1f060b..6df47b4 100644
--- a/x11-fonts/indic-ttf/Makefile
+++ b/x11-fonts/indic-ttf/Makefile
@@ -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 @@ install-fonts:
${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 --git a/x11-fonts/indic-ttf/distinfo b/x11-fonts/indic-ttf/distinfo
index e1c7da3..9b8fa02 100644
--- a/x11-fonts/indic-ttf/distinfo
+++ b/x11-fonts/indic-ttf/distinfo
@@ -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 --git a/x11-fonts/indic-ttf/files/pkg-message.in b/x11-fonts/indic-ttf/files/pkg-message.in
index fe80210d..088f212 100644
--- a/x11-fonts/indic-ttf/files/pkg-message.in
+++ b/x11-fonts/indic-ttf/files/pkg-message.in
@@ -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 @@ For each language "LANG" in:
%%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:
OpenPOWER on IntegriCloud