aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-mona-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-mona-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-mona-ipa')
-rw-r--r--japanese/font-mona-ipa/Makefile2
-rw-r--r--japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf24
2 files changed, 18 insertions, 8 deletions
diff --git a/japanese/font-mona-ipa/Makefile b/japanese/font-mona-ipa/Makefile
index ad29c20ea99d..1dfcf8f036ba 100644
--- a/japanese/font-mona-ipa/Makefile
+++ b/japanese/font-mona-ipa/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mona-ipa
PORTVERSION= 1.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://www.geocities.jp/ipa_mona/
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf b/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf
index 75532095619b..84f0c85a1eab 100644
--- a/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf
+++ b/japanese/font-mona-ipa/files/20-unhint-mona-ipa.conf
@@ -3,13 +3,23 @@
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
- <test name="family">
- <string>IPAMonaMincho</string>
- <string>IPAMonaGothic</string>
- <string>IPAMonaPMincho</string>
- <string>IPAMonaPGothic</string>
- <string>IPAMonaUIGothic</string>
- </test>
+ <or>
+ <test name="family">
+ <string>IPAMonaMincho</string>
+ </test>
+ <test name="family">
+ <string>IPAMonaGothic</string>
+ </test>
+ <test name="family">
+ <string>IPAMonaPMincho</string>
+ </test>
+ <test name="family">
+ <string>IPAMonaPGothic</string>
+ </test>
+ <test name="family">
+ <string>IPAMonaUIGothic</string>
+ </test>
+ </or>
<edit name="autohint">
<bool>false</bool>
</edit>