diff options
author | ume <ume@FreeBSD.org> | 2007-04-30 11:55:43 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-04-30 11:55:43 +0800 |
commit | d9e50ba62e713ee19d31d5023d1cbb506fc3eba6 (patch) | |
tree | 80c11e1485c11f821eed271b371009935fdf1efa /japanese | |
parent | c0c276f3df04f8b12e0fee6e9ec3cf2dca03405d (diff) | |
download | freebsd-ports-gnome-d9e50ba62e713ee19d31d5023d1cbb506fc3eba6.tar.gz freebsd-ports-gnome-d9e50ba62e713ee19d31d5023d1cbb506fc3eba6.tar.zst freebsd-ports-gnome-d9e50ba62e713ee19d31d5023d1cbb506fc3eba6.zip |
Update to 1.2.3.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-anthy/Makefile | 6 | ||||
-rw-r--r-- | japanese/scim-anthy/distinfo | 6 | ||||
-rw-r--r-- | japanese/scim-anthy/files/patch-src::Makefile.in | 13 |
3 files changed, 6 insertions, 19 deletions
diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index f2b46fc8f3ee..bf7d70bfc785 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -6,11 +6,11 @@ # PORTNAME= scim-anthy -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.2.3 +#PORTREVISION= 0 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR=scim-imengine/22709 +MASTER_SITE_SUBDIR=scim-imengine/25148 MAINTAINER= ume@FreeBSD.org COMMENT= SCIM IMEngine module using Anthy diff --git a/japanese/scim-anthy/distinfo b/japanese/scim-anthy/distinfo index c7c04645487b..fcedff51281d 100644 --- a/japanese/scim-anthy/distinfo +++ b/japanese/scim-anthy/distinfo @@ -1,3 +1,3 @@ -MD5 (scim-anthy-1.2.2.tar.gz) = ed0120f5559f551769c7d05bcdef5908 -SHA256 (scim-anthy-1.2.2.tar.gz) = a0cb44ae086ec7e56559c81bb1dd43c3cef5142cd470a2148cb500db0c8008ef -SIZE (scim-anthy-1.2.2.tar.gz) = 648417 +MD5 (scim-anthy-1.2.3.tar.gz) = 7b31a7f3a81a37aaa07a7c0180acbb24 +SHA256 (scim-anthy-1.2.3.tar.gz) = fbe2301a497f310a9be99b0957e7cdd846f936ad9b971d539384a13650379e72 +SIZE (scim-anthy-1.2.3.tar.gz) = 638922 diff --git a/japanese/scim-anthy/files/patch-src::Makefile.in b/japanese/scim-anthy/files/patch-src::Makefile.in deleted file mode 100644 index a20f73c0c202..000000000000 --- a/japanese/scim-anthy/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 Nov 13 11:42:58 2006 -+++ src/Makefile.in Sat Mar 31 05:05:47 2007 -@@ -389,7 +389,7 @@ - # Helper Program - # - @SCIM_BUILD_HELPER_TRUE@HELPER_MODULE = anthy-imengine-helper.la --helpermoduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper -+helpermoduledir = @SCIM_MODULEDIR@/Helper - helpermodule_LTLIBRARIES = $(HELPER_MODULE) - anthy_imengine_helper_la_SOURCES = scim_anthy_helper.cpp - anthy_imengine_helper_la_CFLAGS = @GTK2_CFLAGS@ \ |