diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 16:45:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 16:45:08 +0000 |
commit | dfc817d72f894d25f3faf45496599262e69efc5e (patch) | |
tree | b2a1e004909d7b19d1413d54ecefdd4312827d68 /x11-fonts | |
parent | 6e5cb1573670af38fc22563ba882df8d806b906d (diff) | |
download | ports-dfc817d72f894d25f3faf45496599262e69efc5e.tar.gz ports-dfc817d72f894d25f3faf45496599262e69efc5e.zip |
- Update to 0.5.12
PR: 162826
Submitted by: Ports Fury
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286415
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/indic-ttf/Makefile | 9 | ||||
-rw-r--r-- | x11-fonts/indic-ttf/distinfo | 4 | ||||
-rw-r--r-- | x11-fonts/indic-ttf/files/pkg-message.in | 10 |
3 files changed, 11 insertions, 12 deletions
diff --git a/x11-fonts/indic-ttf/Makefile b/x11-fonts/indic-ttf/Makefile index c1f060b9635c..6df47b471c67 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 e1c7da325add..9b8fa02889e5 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 fe80210d17e7..088f212c6ed7 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: |