summaryrefslogtreecommitdiff
path: root/japanese/font-kochi
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-kochi
parentUpdate to 2.12. (diff)
- 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-kochi')
-rw-r--r--japanese/font-kochi/Makefile2
-rw-r--r--japanese/font-kochi/files/20-unhint-kochi.conf12
2 files changed, 9 insertions, 5 deletions
diff --git a/japanese/font-kochi/Makefile b/japanese/font-kochi/Makefile
index 81438f02f3cd..6bb0dd36c14a 100644
--- a/japanese/font-kochi/Makefile
+++ b/japanese/font-kochi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kochi
PORTVERSION= 20030809
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese x11-fonts
MASTER_SITES= SFJP/efont/5411/
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-kochi/files/20-unhint-kochi.conf b/japanese/font-kochi/files/20-unhint-kochi.conf
index 262064b7132d..821929d9ece2 100644
--- a/japanese/font-kochi/files/20-unhint-kochi.conf
+++ b/japanese/font-kochi/files/20-unhint-kochi.conf
@@ -3,10 +3,14 @@
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
- <test name="family">
- <string>Kochi Mincho</string>
- <string>Kochi Gothic</string>
- </test>
+ <or>
+ <test name="family">
+ <string>Kochi Mincho</string>
+ </test>
+ <test name="family">
+ <string>Kochi Gothic</string>
+ </test>
+ </or>
<edit name="autohint">
<bool>false</bool>
</edit>