aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/scim-tomoe
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2007-08-17 00:32:28 +0800
committerume <ume@FreeBSD.org>2007-08-17 00:32:28 +0800
commit41b9fec7d5b69df1b323ad481c0873ab99faaa77 (patch)
treef3f9b1d83ebd6e68b0decabbc13421fd9c1ed61e /japanese/scim-tomoe
parent10c3a47e4608804c30417b4b8c1dd46c8473f3c5 (diff)
downloadfreebsd-ports-gnome-41b9fec7d5b69df1b323ad481c0873ab99faaa77.tar.gz
freebsd-ports-gnome-41b9fec7d5b69df1b323ad481c0873ab99faaa77.tar.zst
freebsd-ports-gnome-41b9fec7d5b69df1b323ad481c0873ab99faaa77.zip
Update to 0.6.0.
Diffstat (limited to 'japanese/scim-tomoe')
-rw-r--r--japanese/scim-tomoe/Makefile9
-rw-r--r--japanese/scim-tomoe/distinfo6
-rw-r--r--japanese/scim-tomoe/files/patch-configure13
-rw-r--r--japanese/scim-tomoe/files/patch-src::Makefile.in13
4 files changed, 21 insertions, 20 deletions
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile
index ac8fadef744d..70a947477fc5 100644
--- a/japanese/scim-tomoe/Makefile
+++ b/japanese/scim-tomoe/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= scim-tomoe
-PORTVERSION= 0.5.0
-PORTREVISION= 4
+PORTVERSION= 0.6.0
+#PORTREVISION= 0
CATEGORIES= japanese
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR=scim-imengine/23343
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=tomoe
MAINTAINER= ume@FreeBSD.org
COMMENT= SCIM IMEngine module using Tomoe
@@ -21,6 +21,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
USE_GNOME= lthack
USE_X_LIB= yes
+USE_GETTEXT= yes
USE_ICONV= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/japanese/scim-tomoe/distinfo b/japanese/scim-tomoe/distinfo
index 2fdcc1930297..22adc84483b9 100644
--- a/japanese/scim-tomoe/distinfo
+++ b/japanese/scim-tomoe/distinfo
@@ -1,3 +1,3 @@
-MD5 (scim-tomoe-0.5.0.tar.gz) = 9d18a485faff3bc2aa18537d0115ca51
-SHA256 (scim-tomoe-0.5.0.tar.gz) = 9523a34006aab3b8a005dcef2e9f5c2bbc35d66363bd60cd8dcc3bd4b1f56a41
-SIZE (scim-tomoe-0.5.0.tar.gz) = 506966
+MD5 (scim-tomoe-0.6.0.tar.gz) = 21207dad4ceb5c00651673ec3737e010
+SHA256 (scim-tomoe-0.6.0.tar.gz) = 4f053944285ed50e7916ebdb38298025e60eb430b64715fdad9375483456dc06
+SIZE (scim-tomoe-0.6.0.tar.gz) = 385126
diff --git a/japanese/scim-tomoe/files/patch-configure b/japanese/scim-tomoe/files/patch-configure
new file mode 100644
index 000000000000..f50c98f591a9
--- /dev/null
+++ b/japanese/scim-tomoe/files/patch-configure
@@ -0,0 +1,13 @@
+Index: configure
+diff -u configure.orig configure
+--- configure.orig 2007-08-16 04:51:25.000000000 +0900
++++ configure 2007-08-16 04:55:27.000000000 +0900
+@@ -25607,7 +25607,7 @@
+ "modify-itlocaledir":C)
+ sed \
+ -i'' \
+- -e "s/^itlocaledir = /itlocaledir = \$(datadir)\/locale\n#itlocaledir = /" \
++ -e "s/^itlocaledir = .*/itlocaledir = \$(datadir)\/locale/" \
+ po/Makefile
+ ;;
+ "po/stamp-it":C)
diff --git a/japanese/scim-tomoe/files/patch-src::Makefile.in b/japanese/scim-tomoe/files/patch-src::Makefile.in
deleted file mode 100644
index ff8348d259cd..000000000000
--- a/japanese/scim-tomoe/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: src/Makefile.in
-diff -u src/Makefile.in.orig src/Makefile.in
---- src/Makefile.in.orig Mon Dec 18 16:40:22 2006
-+++ src/Makefile.in Sat Mar 31 05:10:37 2007
-@@ -262,7 +262,7 @@
- scim_tomoe_prefs.h \
- scim_tomoe_prefs_widget.h
-
--moduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper
-+moduledir = @SCIM_MODULEDIR@/Helper
- module_LTLIBRARIES = tomoe.la
- tomoe_la_SOURCES = \
- scim_tomoe.cpp \