diff options
author | obache <obache@pkgsrc.org> | 2008-12-25 01:01:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-25 01:01:00 +0000 |
commit | f65ea1adfb158d3f8af5f563114370d35a15ff7a (patch) | |
tree | 0cb2ea6b01045162b78ed8d229e59047334fca77 /converters/skf/Makefile | |
parent | 2e6d31700787a44db2bb706c1b1726766289281a (diff) | |
download | pkgsrc-f65ea1adfb158d3f8af5f563114370d35a15ff7a.tar.gz |
Update skf to 1.95.6.
ChangeLog:
* fix nkf compatibility
* re-define UTF-16BR/LE as no BOM
* unbuffer case queue check bug fix.
* rpm spec updates.
Diffstat (limited to 'converters/skf/Makefile')
-rw-r--r-- | converters/skf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/skf/Makefile b/converters/skf/Makefile index 0fb2d90c73f..f88d48d94ee 100644 --- a/converters/skf/Makefile +++ b/converters/skf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2008/11/10 05:06:45 taca Exp $ +# $NetBSD: Makefile,v 1.16 2008/12/25 01:01:00 obache Exp $ -DISTNAME= skf_1.95.5 +DISTNAME= skf_1.95.6 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= japanese converters -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/31371/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/36743/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://sourceforge.jp/projects/skf/ |