aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-tomoe-gtk
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2007-08-16 16:32:28 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2007-08-16 16:32:28 +0000
commit49a68e13971b8f0e2c0ac93c507cbe40c4a80ab0 (patch)
treef348da6c78dc3d0e5cd9d51d67ca82121ce20a22 /japanese/uim-tomoe-gtk
parent24f5b61bded5e23582bda8b5d922f599aba092af (diff)
downloadports-49a68e13971b8f0e2c0ac93c507cbe40c4a80ab0.tar.gz
ports-49a68e13971b8f0e2c0ac93c507cbe40c4a80ab0.zip
Update to 0.6.0.
Notes
Notes: svn path=/head/; revision=197814
Diffstat (limited to 'japanese/uim-tomoe-gtk')
-rw-r--r--japanese/uim-tomoe-gtk/Makefile15
-rw-r--r--japanese/uim-tomoe-gtk/distinfo6
-rw-r--r--japanese/uim-tomoe-gtk/files/patch-configure13
-rw-r--r--japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c14
4 files changed, 25 insertions, 23 deletions
diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile
index a78797d3ad90..cb027e6d7ca7 100644
--- a/japanese/uim-tomoe-gtk/Makefile
+++ b/japanese/uim-tomoe-gtk/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= uim-tomoe-gtk
-PORTVERSION= 0.5.0
-PORTREVISION= 3
+PORTVERSION= 0.6.0
+#PORTREVISION= 0
CATEGORIES= japanese
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR=tomoe/23342
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=tomoe
MAINTAINER= ume@FreeBSD.org
COMMENT= UIM helper program for Tomoe
@@ -22,9 +22,12 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
USE_GNOME= lthack gtk20
USE_X_LIB= yes
USE_GMAKE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
-PLIST_FILES= bin/uim-tomoe-gtk
-#PLIST_FILES+= share/locale/ja/LC_MESSAGES/uim-tomoe-gtk.mo
+PLIST_FILES= bin/uim-tomoe-gtk \
+ share/locale/ja/LC_MESSAGES/uim-tomoe-gtk.mo
+
+CONFIGURE_ENV+= GMSGFMT='/usr/local/bin/msgfmt'
.include <bsd.port.mk>
diff --git a/japanese/uim-tomoe-gtk/distinfo b/japanese/uim-tomoe-gtk/distinfo
index b1ade8c6b93e..213b5af1594d 100644
--- a/japanese/uim-tomoe-gtk/distinfo
+++ b/japanese/uim-tomoe-gtk/distinfo
@@ -1,3 +1,3 @@
-MD5 (uim-tomoe-gtk-0.5.0.tar.gz) = 1a03b74a0caca44d98de8a4c38baef16
-SHA256 (uim-tomoe-gtk-0.5.0.tar.gz) = 84b7fffa4b4f078132918223fc9f36b55938ce1ae7c5fd474a93b33d53744124
-SIZE (uim-tomoe-gtk-0.5.0.tar.gz) = 335294
+MD5 (uim-tomoe-gtk-0.6.0.tar.gz) = 2c2573d405b9bf08c618c8dabf3b668a
+SHA256 (uim-tomoe-gtk-0.6.0.tar.gz) = a419a061cbb91aa4d68a0d31528e5967039ef4914c4e99848b0086f5b5e6e589
+SIZE (uim-tomoe-gtk-0.6.0.tar.gz) = 372357
diff --git a/japanese/uim-tomoe-gtk/files/patch-configure b/japanese/uim-tomoe-gtk/files/patch-configure
new file mode 100644
index 000000000000..3a1695dc65c2
--- /dev/null
+++ b/japanese/uim-tomoe-gtk/files/patch-configure
@@ -0,0 +1,13 @@
+Index: configure
+diff -u configure.orig configure
+--- configure.orig 2007-08-16 03:48:43.000000000 +0900
++++ configure 2007-08-16 03:48:56.000000000 +0900
+@@ -25862,7 +25862,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/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c b/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c
deleted file mode 100644
index 277cc2782316..000000000000
--- a/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: src/uim-tomoe-gtk.c
-diff -u -p src/uim-tomoe-gtk.c.orig src/uim-tomoe-gtk.c
---- src/uim-tomoe-gtk.c.orig Wed Dec 6 15:48:57 2006
-+++ src/uim-tomoe-gtk.c Mon Apr 9 02:55:56 2007
-@@ -24,6 +24,9 @@
- #ifdef HAVE_CONFIG_H
- #include <config.h>
- #endif /* HAVE_CONFIG_H */
-+#ifdef HAVE_LOCALE_H
-+#include <locale.h>
-+#endif /* HAVE_LOCALE_H */
- #include <gtk/gtk.h>
- #include <uim/uim.h>
- #include <uim/uim-helper.h>