aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-migmix
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-migmix
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-migmix')
-rw-r--r--japanese/font-migmix/Makefile1
-rw-r--r--japanese/font-migmix/files/20-unhint-migmix.conf20
2 files changed, 15 insertions, 6 deletions
diff --git a/japanese/font-migmix/Makefile b/japanese/font-migmix/Makefile
index 9f0ea4629ef1..a31c07458b38 100644
--- a/japanese/font-migmix/Makefile
+++ b/japanese/font-migmix/Makefile
@@ -2,6 +2,7 @@
PORTNAME= migmix
PORTVERSION= 1.0.20130430
+PORTREVISION= 1
CATEGORIES= japanese x11-fonts
MASTER_SITES= SFJP/mix-mplus-ipa/58721
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-migmix/files/20-unhint-migmix.conf b/japanese/font-migmix/files/20-unhint-migmix.conf
index 8564e91cdbe6..344e33ce0962 100644
--- a/japanese/font-migmix/files/20-unhint-migmix.conf
+++ b/japanese/font-migmix/files/20-unhint-migmix.conf
@@ -3,12 +3,20 @@
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
- <test name="family">
- <string>MigMix 1M</string>
- <string>MigMix 1P</string>
- <string>MigMix 2M</string>
- <string>MigMix 2P</string>
- </test>
+ <or>
+ <test name="family">
+ <string>MigMix 1M</string>
+ </test>
+ <test name="family">
+ <string>MigMix 1P</string>
+ </test>
+ <test name="family">
+ <string>MigMix 2M</string>
+ </test>
+ <test name="family">
+ <string>MigMix 2P</string>
+ </test>
+ </or>
<edit name="autohint">
<bool>false</bool>
</edit>