Update skf to 1.97.5.
skf (1.97.5) * fix crash in certain environment with --show-supported-charset * fix tscii support is broken. * fix python extension configuration settings. * fix debug opt initialization bug
This commit is contained in:
parent
5ab46760e2
commit
3adafa1c29
3 changed files with 10 additions and 10 deletions
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.34 2011/12/23 11:32:37 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2012/03/17 15:03:29 obache Exp $
|
||||
|
||||
DISTNAME= skf_${VERSION}.4
|
||||
DISTNAME= skf_${VERSION}.5
|
||||
VERSION= 1.97
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= japanese converters
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/50807/}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/55294/}
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://sourceforge.jp/projects/skf/
|
||||
|
@ -25,6 +24,7 @@ MAKE_JOBS_SAFE= no
|
|||
REPLACE_PERL= scripts/parse_uni.p
|
||||
|
||||
PLIST_SUBST+= VERSION=${VERSION}
|
||||
PRINT_PLIST_AWK+= {gsub(/${VERSION}/, "$${VERSION}");}
|
||||
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2011/12/23 11:32:37 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2012/03/17 15:03:29 obache Exp $
|
||||
bin/skf
|
||||
man/ja_JP.EUC/man1/skf.1
|
||||
man/ja_JP.UTF-8/man1/skf.1
|
||||
|
@ -117,7 +117,6 @@ share/skf/lib/${VERSION}/iNM34O.stb
|
|||
share/skf/lib/${VERSION}/iNM34P.stb
|
||||
share/skf/lib/${VERSION}/iNM34Q.stb
|
||||
share/skf/lib/${VERSION}/iNM35C.stb
|
||||
share/skf/lib/${VERSION}/iNM35D.stb
|
||||
share/skf/lib/${VERSION}/iNM35F.stb
|
||||
share/skf/lib/${VERSION}/iNM35G.stb
|
||||
share/skf/lib/${VERSION}/iNM35J.stb
|
||||
|
@ -135,6 +134,7 @@ share/skf/lib/${VERSION}/iNS34W.stb
|
|||
share/skf/lib/${VERSION}/iNS34X.stb
|
||||
share/skf/lib/${VERSION}/iNS34Y.stb
|
||||
share/skf/lib/${VERSION}/iNS34Z.stb
|
||||
share/skf/lib/${VERSION}/iNS35D.stb
|
||||
share/skf/lib/${VERSION}/iNS35E.stb
|
||||
share/skf/lib/${VERSION}/iNS35F.stb
|
||||
share/skf/lib/${VERSION}/iNS35G.stb
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.27 2011/02/04 02:01:55 obache Exp $
|
||||
$NetBSD: distinfo,v 1.28 2012/03/17 15:03:29 obache Exp $
|
||||
|
||||
SHA1 (skf_1.97.4.tar.gz) = 15eb837a2ddd69a2a9f5df1d2b4b4099b1b198bc
|
||||
RMD160 (skf_1.97.4.tar.gz) = 2232c1ebd7cdf31f34a50c9e65280336939338ab
|
||||
Size (skf_1.97.4.tar.gz) = 1269335 bytes
|
||||
SHA1 (skf_1.97.5.tar.gz) = b81d6aa996c1d92e6345623eb6a7eddc974b932a
|
||||
RMD160 (skf_1.97.5.tar.gz) = 3ca901e9682ebddc40b1744db1ee2ee1a60a5ea0
|
||||
Size (skf_1.97.5.tar.gz) = 1269467 bytes
|
||||
SHA1 (patch-aa) = e4345cfc8a818ef0813297214866791b15d755f5
|
||||
|
|
Loading…
Reference in a new issue