diff options
author | obache <obache@pkgsrc.org> | 2012-04-12 13:50:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-12 13:50:22 +0000 |
commit | 97eeb32e27ab95a200ad52f9dc1d0d0d5965fa57 (patch) | |
tree | 2e6b5413d8696ca2c02bdfe2260053092a458491 /converters/skf/Makefile | |
parent | 6ec7ec21cd6d29aebe6c710736161eba7e82ce2d (diff) | |
download | pkgsrc-97eeb32e27ab95a200ad52f9dc1d0d0d5965fa57.tar.gz |
Update skf to 0.99.0.
skf (1.99.0) experimental; urgency=low
* Unicode 6.1 support
* Mime related issue fixed.
* further fix for nkf compatibility.
* added support for ruby 1.9.x
-- Seiji Kaneko <efialtes@sourceforge.jp> Thu, 01 Mar 2012 19:40:38 +0900
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 8606a17fc86..3306f3f2ea5 100644 --- a/converters/skf/Makefile +++ b/converters/skf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.35 2012/03/17 15:03:29 obache Exp $ +# $NetBSD: Makefile,v 1.36 2012/04/12 13:50:22 obache Exp $ -DISTNAME= skf_${VERSION}.5 -VERSION= 1.97 +DISTNAME= skf_${VERSION}.0 +VERSION= 1.99 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= japanese converters -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/55294/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/55295/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://sourceforge.jp/projects/skf/ |