aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/font-takao
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-09-05 05:15:21 +0800
committerhrs <hrs@FreeBSD.org>2013-09-05 05:15:21 +0800
commit63ba9febfa002cd557c020ccedab7396ac671e84 (patch)
tree50783d2a432030563550cbc1eb312bc5333bf86b /japanese/font-takao
parent09148ad2edbc12f68de084005ba1c102f41bbede (diff)
downloadfreebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.tar.gz
freebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.tar.zst
freebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.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 [*]
Diffstat (limited to 'japanese/font-takao')
-rw-r--r--japanese/font-takao/Makefile1
-rw-r--r--japanese/font-takao/files/20-unhint-takao.conf28
2 files changed, 21 insertions, 8 deletions
diff --git a/japanese/font-takao/Makefile b/japanese/font-takao/Makefile
index ac21ffd070c7..75ed76642297 100644
--- a/japanese/font-takao/Makefile
+++ b/japanese/font-takao/Makefile
@@ -2,6 +2,7 @@
PORTNAME= takao
PORTVERSION= 003.02.01
+PORTREVISION= 1
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://launchpadlibrarian.net/40218948/
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-takao/files/20-unhint-takao.conf b/japanese/font-takao/files/20-unhint-takao.conf
index 19d5e83c2ded..daa9fb4c97d4 100644
--- a/japanese/font-takao/files/20-unhint-takao.conf
+++ b/japanese/font-takao/files/20-unhint-takao.conf
@@ -3,14 +3,26 @@
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
- <test name="family">
- <string>TakaoMincho</string>
- <string>TakaoGothic</string>
- <string>TakaoPMincho</string>
- <string>TakaoPGothic</string>
- <string>TakaoExMincho</string>
- <string>TakaoExGothic</string>
- </test>
+ <or>
+ <test name="family">
+ <string>TakaoMincho</string>
+ </test>
+ <test name="family">
+ <string>TakaoGothic</string>
+ </test>
+ <test name="family">
+ <string>TakaoPMincho</string>
+ </test>
+ <test name="family">
+ <string>TakaoPGothic</string>
+ </test>
+ <test name="family">
+ <string>TakaoExMincho</string>
+ </test>
+ <test name="family">
+ <string>TakaoExGothic</string>
+ </test>
+ </or>
<edit name="autohint">
<bool>false</bool>
</edit>