diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-01-08 12:58:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-01-08 12:58:39 +0000 |
commit | 2d81c273fd80e45b5096c9ad471dfa29751bc3e0 (patch) | |
tree | a03ac1df4861e60de23fad68f6241db8ff366ce3 /fonts/umefont-ttf/Makefile | |
parent | 68e573b0157d3e878280807be321b1f0f25c3597 (diff) | |
download | pkgsrc-2d81c273fd80e45b5096c9ad471dfa29751bc3e0.tar.gz |
Update to 0.435.
Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-668f, 9722-ffff (first check)
* Fix glyphs in SJIS : second check completed
In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-668f, 9832-ffff (first check)
* Fix glyphs in SJIS : second check completed
Diffstat (limited to 'fonts/umefont-ttf/Makefile')
-rw-r--r-- | fonts/umefont-ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/umefont-ttf/Makefile b/fonts/umefont-ttf/Makefile index 0354b374992..c7f5d7ca861 100644 --- a/fonts/umefont-ttf/Makefile +++ b/fonts/umefont-ttf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2011/12/05 19:11:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2012/01/08 12:58:39 ryoon Exp $ # -DISTNAME= umefont_434 +DISTNAME= umefont_435 PKGNAME= ${DISTNAME:S/_/-ttf-0./} CATEGORIES= fonts japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=ume-font/22212/} |