diff options
author | obache <obache@pkgsrc.org> | 2007-02-27 02:29:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-02-27 02:29:40 +0000 |
commit | ba044a5e4a1b7e2fb6413754b797f1413d266856 (patch) | |
tree | acc0b37c0d025bbd80352587a53a0547044582c7 /converters/skf/Makefile | |
parent | d877cbb39129f326563aee6e5d4c547a5e3ead38 (diff) | |
download | pkgsrc-ba044a5e4a1b7e2fb6413754b797f1413d266856.tar.gz |
Update skf to 1.94.7.
* fix dyn_table improper bound check.
* fix euro sign in GBK is not properly output.
* delete old-hangul-location code, for it is not working.
* nec/ibm gaiji coding fixed.
* Mac OS X porting issue fixed.
* rpm compatibility issue fixed.
# debian compatibility issue fixed
Diffstat (limited to 'converters/skf/Makefile')
-rw-r--r-- | converters/skf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/skf/Makefile b/converters/skf/Makefile index 2fb313804fe..46ea599ee02 100644 --- a/converters/skf/Makefile +++ b/converters/skf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2007/01/02 17:46:53 obache Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/27 02:29:40 obache Exp $ -DISTNAME= skf_1.94.6 -PKGNAME= skf-1.94.6 +DISTNAME= skf_1.94.7 +PKGNAME= skf-1.94.7 CATEGORIES= japanese converters -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/23403/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/24158/} MAINTAINER= obata@lins.jp HOMEPAGE= http://sourceforge.jp/projects/skf/ |