diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-17 11:21:32 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-17 11:21:32 +0800 |
commit | 83ea246aa4564c8c7ce4aaf63ca9fdd1f2ebc112 (patch) | |
tree | baf42e83ce30d68accb41de23906982076769b98 | |
parent | 8a593377b8a7b0a05cad3b5b73c0889c5459f641 (diff) | |
download | freebsd-ports-gnome-83ea246aa4564c8c7ce4aaf63ca9fdd1f2ebc112.tar.gz freebsd-ports-gnome-83ea246aa4564c8c7ce4aaf63ca9fdd1f2ebc112.tar.zst freebsd-ports-gnome-83ea246aa4564c8c7ce4aaf63ca9fdd1f2ebc112.zip |
- Update ports/chinese/scim-chewing to 0.3.0
PR: ports/97359
Submitted by: maintainer (Ying-Chieh Chen)
-rw-r--r-- | chinese/scim-chewing/Makefile | 5 | ||||
-rw-r--r-- | chinese/scim-chewing/distinfo | 6 | ||||
-rw-r--r-- | chinese/scim-chewing/files/patch-src::Makefile.in | 28 | ||||
-rw-r--r-- | chinese/scim-chewing/pkg-plist | 1 |
4 files changed, 6 insertions, 34 deletions
diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile index 179ad3cfdb12..138b7011c47f 100644 --- a/chinese/scim-chewing/Makefile +++ b/chinese/scim-chewing/Makefile @@ -6,8 +6,7 @@ # PORTNAME= scim-chewing -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= chinese MASTER_SITES= http://chewing.csie.net/download/scim/ @@ -15,7 +14,7 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= SCIM chewing Chinese input methods BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim -LIB_DEPENDS= chewing.2:${PORTSDIR}/chinese/libchewing +LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes diff --git a/chinese/scim-chewing/distinfo b/chinese/scim-chewing/distinfo index 200f2b23eeea..71e2c8182dc0 100644 --- a/chinese/scim-chewing/distinfo +++ b/chinese/scim-chewing/distinfo @@ -1,3 +1,3 @@ -MD5 (scim-chewing-0.2.1.tar.gz) = 9bcf113305eaa6bc651998032abdf7ca -SHA256 (scim-chewing-0.2.1.tar.gz) = 83dc9b258938771b33a6f12f1cc8b9be7f036cb336a148c6f72e06c24dfb0745 -SIZE (scim-chewing-0.2.1.tar.gz) = 416196 +MD5 (scim-chewing-0.3.0.tar.gz) = fd0d1faca7ce21d6966a2e4bbf68e542 +SHA256 (scim-chewing-0.3.0.tar.gz) = c38be62823e3f70ef5a6f8ee66bd29e720a864773ef2ec23ee0d12a47868e756 +SIZE (scim-chewing-0.3.0.tar.gz) = 425729 diff --git a/chinese/scim-chewing/files/patch-src::Makefile.in b/chinese/scim-chewing/files/patch-src::Makefile.in deleted file mode 100644 index d4ea1d750437..000000000000 --- a/chinese/scim-chewing/files/patch-src::Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- src/Makefile.in.orig Mon Feb 28 10:24:08 2005 -+++ src/Makefile.in Wed Feb 22 05:25:19 2006 -@@ -234,6 +234,7 @@ - -I$(top_builddir) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/src \ -+ -I/usr/local/include \ - -DSCIM_ICONDIR=\"@SCIM_ICONDIR@\" \ - -DSCIM_CHEWING_ICON_FILE=\"@SCIM_ICONDIR@/scim-chewing.png\" - -@@ -247,7 +248,7 @@ - -avoid-version \ - -rpath $(moduledir) \ - -module \ -- @LIBTOOL_EXPORT_OPTIONS@ \ -+ -export-symbols-regex "^[[^_]].*" \ - @INTLLIBS@ @SCIM_LIBS@ \ - @CHEWING_LIBS@ - -@@ -265,7 +266,7 @@ - -avoid-version \ - -rpath $(setupmoduledir) \ - -module \ -- @LIBTOOL_EXPORT_OPTIONS@ \ -+ -export-symbols-regex "^[[^_]].*" \ - @SCIM_GTKUTILS_LIBS@ \ - @INTLLIBS@ \ - @SCIM_LIBS@ diff --git a/chinese/scim-chewing/pkg-plist b/chinese/scim-chewing/pkg-plist index e0afee5a1fc5..2ec3357870b1 100644 --- a/chinese/scim-chewing/pkg-plist +++ b/chinese/scim-chewing/pkg-plist @@ -5,5 +5,6 @@ lib/scim-1.0/SetupUI/chewing-imengine-setup.a lib/scim-1.0/SetupUI/chewing-imengine-setup.la lib/scim-1.0/SetupUI/chewing-imengine-setup.so share/scim/icons/scim-chewing.png +share/scim/icons/scim-chewing-swap-colors.png @dirrmtry lib/scim-1.0/IMEngine @dirrmtry lib/scim-1.0/SetupUI |