diff options
author | ume <ume@FreeBSD.org> | 2007-08-17 00:32:28 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-08-17 00:32:28 +0800 |
commit | 41b9fec7d5b69df1b323ad481c0873ab99faaa77 (patch) | |
tree | f3f9b1d83ebd6e68b0decabbc13421fd9c1ed61e /japanese/uim-tomoe-gtk | |
parent | 10c3a47e4608804c30417b4b8c1dd46c8473f3c5 (diff) | |
download | freebsd-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/uim-tomoe-gtk')
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 15 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/distinfo | 6 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/files/patch-configure | 13 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c | 14 |
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> |