summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorobache <obache>2013-12-27 08:32:05 +0000
committerobache <obache>2013-12-27 08:32:05 +0000
commit97e7101a8407b3fe5a8c0bd2136b4ba4d12c1064 (patch)
treee487c88a406ce4e6cdc65d555cef28189fa5aa71 /converters
parent06aeaf7cb2112cc64864ba96b5dff986666909fb (diff)
downloadpkgsrc-97e7101a8407b3fe5a8c0bd2136b4ba4d12c1064.tar.gz
Update skf to 1.99.7.
skf (1.99.7) * ruby 2.1.0 support * fix bug in MIME encoding under early_mime_out mode * further nkf-compatibility * trim some terminal sequence sweep behaviors * UnicodeData undated to 6.3 * fix nkf compatible option --cp932 behavior * fix some bugs
Diffstat (limited to 'converters')
-rw-r--r--converters/skf/Makefile6
-rw-r--r--converters/skf/distinfo10
-rw-r--r--converters/skf/patches/patch-configure18
3 files changed, 23 insertions, 11 deletions
diff --git a/converters/skf/Makefile b/converters/skf/Makefile
index a8f580bde88..544905d5255 100644
--- a/converters/skf/Makefile
+++ b/converters/skf/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.45 2013/08/01 12:41:01 obache Exp $
+# $NetBSD: Makefile,v 1.46 2013/12/27 08:32:05 obache Exp $
-DISTNAME= skf_${VERSION}.6
+DISTNAME= skf_${VERSION}.7
VERSION= 1.99
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= japanese converters
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/59205/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/60149/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://sourceforge.jp/projects/skf/
diff --git a/converters/skf/distinfo b/converters/skf/distinfo
index b4dce7cc528..0924e1cd685 100644
--- a/converters/skf/distinfo
+++ b/converters/skf/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.34 2013/08/01 12:41:01 obache Exp $
+$NetBSD: distinfo,v 1.35 2013/12/27 08:32:05 obache Exp $
-SHA1 (skf_1.99.6.tar.gz) = 7e629a4aa337a57addea1ae98c6ee0f87fd498fe
-RMD160 (skf_1.99.6.tar.gz) = 8dff9ae3ca6e1c43dac05f2a57d691e00ecde3e0
-Size (skf_1.99.6.tar.gz) = 1322517 bytes
+SHA1 (skf_1.99.7.tar.gz) = 6ae9fb50836fdf230cdd8beed68276bedda39615
+RMD160 (skf_1.99.7.tar.gz) = 11bc437e6908a2703563fe367c2c3b9428aee053
+Size (skf_1.99.7.tar.gz) = 1327869 bytes
SHA1 (patch-aa) = e49fcf49f05d89d6de2b32729b95234436e583f1
-SHA1 (patch-configure) = dcb7efd139ce7ea0f29e6ba89b948f72b70322d2
+SHA1 (patch-configure) = 39c83d7c2d4d91e3f81af692d6d5bfd0cf6d4546
diff --git a/converters/skf/patches/patch-configure b/converters/skf/patches/patch-configure
index 47036d393e1..29b2e39e3ac 100644
--- a/converters/skf/patches/patch-configure
+++ b/converters/skf/patches/patch-configure
@@ -1,10 +1,22 @@
-$NetBSD: patch-configure,v 1.3 2013/08/01 12:41:01 obache Exp $
+$NetBSD: patch-configure,v 1.4 2013/12/27 08:32:05 obache Exp $
* test(1) portability fix
---- configure.orig 2013-07-26 10:13:30.000000000 +0000
+--- configure.orig 2013-12-24 10:20:55.000000000 +0000
+++ configure
-@@ -5223,7 +5223,7 @@ $as_echo_n "checking major version... "
+@@ -5115,9 +5115,9 @@ $as_echo "$ruby_version" >&6; }
+ elif test "$ruby_version" = "20"; then
+ ruby_20_preferred="yes"
+ ruby_19_preferred="yes"
+- elif test "$ruby_version" == "19"; then
++ elif test "$ruby_version" = "19"; then
+ ruby_19_preferred="yes"
+- elif test "$ruby_version" == "18"; then
++ elif test "$ruby_version" = "18"; then
+ ruby_18_preferred="yes"
+ else
+ ruby_21_preferred="yes"
+@@ -5342,7 +5342,7 @@ $as_echo_n "checking major version... "
* ) darwin_shared="-arch i386 -arch x86_64";
deployment_target=MACOSX_DEPLOYMENT_TARGET=10.6;;
esac