aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-ipa
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-09-04 21:15:21 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-09-04 21:15:21 +0000
commit9edc5c1eb237b00e56a50e5ca865cfa4ae290688 (patch)
tree50783d2a432030563550cbc1eb312bc5333bf86b /japanese/font-ipa
parentd8b0e5a7d7d78b28b099311555abbf220adff5d7 (diff)
downloadports-9edc5c1eb237b00e56a50e5ca865cfa4ae290688.tar.gz
ports-9edc5c1eb237b00e56a50e5ca865cfa4ae290688.zip
- Fix a warning "Having multiple values in <test> isn't supported and may
not work as expected" when using the latest x11-fonts/fontconfig [*]. - Update to the latest version (font-migu, font-ume, font-vlgothic). - Style clean-ups. PR: ports/181701 [*]
Notes
Notes: svn path=/head/; revision=326328
Diffstat (limited to 'japanese/font-ipa')
-rw-r--r--japanese/font-ipa/Makefile1
-rw-r--r--japanese/font-ipa/files/20-unhint-ipa.conf20
2 files changed, 15 insertions, 6 deletions
diff --git a/japanese/font-ipa/Makefile b/japanese/font-ipa/Makefile
index c2075d82e8be..4c589035b70f 100644
--- a/japanese/font-ipa/Makefile
+++ b/japanese/font-ipa/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ipa
PORTVERSION= 00303
+PORTREVISION= 1
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-ipa/files/20-unhint-ipa.conf b/japanese/font-ipa/files/20-unhint-ipa.conf
index e64965400774..4b978ada6611 100644
--- a/japanese/font-ipa/files/20-unhint-ipa.conf
+++ b/japanese/font-ipa/files/20-unhint-ipa.conf
@@ -3,12 +3,20 @@
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
- <test name="family">
- <string>IPAMincho</string>
- <string>IPAGothic</string>
- <string>IPAPMincho</string>
- <string>IPAPGothic</string>
- </test>
+ <or>
+ <test name="family">
+ <string>IPAMincho</string>
+ </test>
+ <test name="family">
+ <string>IPAGothic</string>
+ </test>
+ <test name="family">
+ <string>IPAPMincho</string>
+ </test>
+ <test name="family">
+ <string>IPAPGothic</string>
+ </test>
+ </or>
<edit name="autohint">
<bool>false</bool>
</edit>