aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-migu
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-migu
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-migu')
-rw-r--r--japanese/font-migu/Makefile5
-rw-r--r--japanese/font-migu/distinfo16
-rw-r--r--japanese/font-migu/files/20-unhint-migu.conf20
3 files changed, 24 insertions, 17 deletions
diff --git a/japanese/font-migu/Makefile b/japanese/font-migu/Makefile
index 655b705bc647..7d9932ec32df 100644
--- a/japanese/font-migu/Makefile
+++ b/japanese/font-migu/Makefile
@@ -1,11 +1,10 @@
# $FreeBSD$
PORTNAME= migu
-PORTVERSION= 1.0.20130430
-PORTREVISION= 1
+PORTVERSION= 1.0.20130617
CATEGORIES= japanese x11-fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR= mix-mplus-ipa/58720
+MASTER_SITE_SUBDIR= mix-mplus-ipa/59022
PKGNAMEPREFIX= ja-font-
DISTFILES= ${PORTNAME}-1p-${PORTVERSION:E}${EXTRACT_SUFX} \
${PORTNAME}-1c-${PORTVERSION:E}${EXTRACT_SUFX} \
diff --git a/japanese/font-migu/distinfo b/japanese/font-migu/distinfo
index c54d837f1d80..9bc9f7af5613 100644
--- a/japanese/font-migu/distinfo
+++ b/japanese/font-migu/distinfo
@@ -1,8 +1,8 @@
-SHA256 (migu-1p-20130430.zip) = e455d560ff26c547e8870535a2b0c816bf37b8a0f2950ffa0c4249e98a0e9f9a
-SIZE (migu-1p-20130430.zip) = 4364204
-SHA256 (migu-1c-20130430.zip) = 367b7b0810ab75523a68b2efdf17944287dcca16889c1dd087a154fec00d9d2c
-SIZE (migu-1c-20130430.zip) = 4372878
-SHA256 (migu-1m-20130430.zip) = 97eefcf84f97b345a34a0db027c12926f01f6c3c4a255cf2622cd9443c2d22d5
-SIZE (migu-1m-20130430.zip) = 4268281
-SHA256 (migu-2m-20130430.zip) = baf88cff246c96251994e6042a9935fecc39855ffb9172d662416d5540a43b9d
-SIZE (migu-2m-20130430.zip) = 4266364
+SHA256 (migu-1p-20130617.zip) = 2c59928b41508a8f4871edc61cdb2259ee8bb078e915c11cda3ca3a54a3a5a19
+SIZE (migu-1p-20130617.zip) = 4365146
+SHA256 (migu-1c-20130617.zip) = 3defd9a68e4f3c406b0ccf3dbb978006fa03ccdd7ef6e822fa8115c7baf22a4e
+SIZE (migu-1c-20130617.zip) = 4373842
+SHA256 (migu-1m-20130617.zip) = c52025471b560e5aba73ec2327a160d6e514def05964056dbb1a8409e5870b45
+SIZE (migu-1m-20130617.zip) = 4268071
+SHA256 (migu-2m-20130617.zip) = 25092541e927bbebc094f9c1d7cfaec3e8e2c7a997c360c507a3433ed11e8278
+SIZE (migu-2m-20130617.zip) = 4266805
diff --git a/japanese/font-migu/files/20-unhint-migu.conf b/japanese/font-migu/files/20-unhint-migu.conf
index c427a8f62edc..1d02a4e836d6 100644
--- a/japanese/font-migu/files/20-unhint-migu.conf
+++ b/japanese/font-migu/files/20-unhint-migu.conf
@@ -3,12 +3,20 @@
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
- <test name="family">
- <string>Migu 1C</string>
- <string>Migu 1P</string>
- <string>Migu 1M</string>
- <string>Migu 2M</string>
- </test>
+ <or>
+ <test name="family">
+ <string>Migu 1C</string>
+ </test>
+ <test name="family">
+ <string>Migu 1P</string>
+ </test>
+ <test name="family">
+ <string>Migu 1M</string>
+ </test>
+ <test name="family">
+ <string>Migu 2M</string>
+ </test>
+ </or>
<edit name="autohint">
<bool>false</bool>
</edit>