diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-23 14:39:51 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-23 14:39:51 +0800 |
commit | 6b2037c43596078afa7ee392025771a61d9ca823 (patch) | |
tree | d90894bbc3efd2249352163b1e570a54c6f7aaf5 /chinese | |
parent | 018a3de9e758d5704360bdc109df27940edad21d (diff) | |
download | freebsd-ports-gnome-6b2037c43596078afa7ee392025771a61d9ca823.tar.gz freebsd-ports-gnome-6b2037c43596078afa7ee392025771a61d9ca823.tar.zst freebsd-ports-gnome-6b2037c43596078afa7ee392025771a61d9ca823.zip |
- Update to 3.3
PR: ports/102420
Submitted by: maintainer (Dryice Liu)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 2 | ||||
-rw-r--r-- | chinese/fcitx/distinfo | 6 | ||||
-rw-r--r-- | chinese/fcitx/files/patch-doc-Makefile.in | 16 | ||||
-rw-r--r-- | chinese/fcitx/files/patch-xpm-Makefile.in | 14 | ||||
-rw-r--r-- | chinese/fcitx/pkg-plist | 4 |
5 files changed, 23 insertions, 19 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 96948629ae5e..9d7904fdfff2 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fcitx -PORTVERSION= 3.2.1 +PORTVERSION= 3.3 CATEGORIES= chinese x11 MASTER_SITES= http://www.fcitx.org/download/ \ http://dryice.name/computer/FreeBSD/distfiles/ diff --git a/chinese/fcitx/distinfo b/chinese/fcitx/distinfo index 42765a3a9e73..407e83e92b4c 100644 --- a/chinese/fcitx/distinfo +++ b/chinese/fcitx/distinfo @@ -1,3 +1,3 @@ -MD5 (fcitx-3.2.1.tar.bz2) = 07be1eaabfb52ad5ce2386e89d4160ae -SHA256 (fcitx-3.2.1.tar.bz2) = f77eacf1326c7764fd2773b18cf64f577a8de41fbbc336da9b5da39e90327325 -SIZE (fcitx-3.2.1.tar.bz2) = 3089016 +MD5 (fcitx-3.3.tar.bz2) = 627eca1c16f80ba3588794782b8ce857 +SHA256 (fcitx-3.3.tar.bz2) = 5e44d4ef12fd0aaae6f6d7ec9743b2d0c277b442a36a97c6f633385c3549a5bb +SIZE (fcitx-3.3.tar.bz2) = 3156125 diff --git a/chinese/fcitx/files/patch-doc-Makefile.in b/chinese/fcitx/files/patch-doc-Makefile.in index 5428af110565..e405a0ed11f9 100644 --- a/chinese/fcitx/files/patch-doc-Makefile.in +++ b/chinese/fcitx/files/patch-doc-Makefile.in @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig Tue Jun 6 22:17:38 2006 -+++ doc/Makefile.in Wed Jun 14 10:42:58 2006 -@@ -90,7 +90,7 @@ - install_sh = @install_sh@ - mkdir_p = @mkdir_p@ - +--- doc/Makefile.in.orig Fri Aug 11 00:40:27 2006 ++++ doc/Makefile.in Wed Aug 23 12:44:19 2006 +@@ -148,7 +148,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -docdir = $(pkgdatadir)/doc +docdir = $(datadir)/doc/@PACKAGE@ - doc_DATA = cjkvinput.txt wb_fh.htm fcitx3.pdf pinyin.txt + doc_DATA = \ + cjkvinput.txt wb_fh.htm fcitx3.pdf pinyin.txt - EXTRA_DIST = $(doc_DATA) diff --git a/chinese/fcitx/files/patch-xpm-Makefile.in b/chinese/fcitx/files/patch-xpm-Makefile.in index 59ac0767cae4..698d8d088207 100644 --- a/chinese/fcitx/files/patch-xpm-Makefile.in +++ b/chinese/fcitx/files/patch-xpm-Makefile.in @@ -1,11 +1,11 @@ ---- xpm/Makefile.in.orig Tue Jun 6 22:17:38 2006 -+++ xpm/Makefile.in Wed Jun 14 10:47:39 2006 -@@ -90,7 +90,7 @@ - install_sh = @install_sh@ - mkdir_p = @mkdir_p@ - +--- xpm/Makefile.in.orig Wed Aug 23 12:45:40 2006 ++++ xpm/Makefile.in Wed Aug 23 12:45:08 2006 +@@ -148,7 +148,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -xpmdir = $(pkgdatadir)/xpm +xpmdir = xpm_DATA = EXTRA_DIST = $(xpm_DATA) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + all: all-am diff --git a/chinese/fcitx/pkg-plist b/chinese/fcitx/pkg-plist index 7eba49c9c166..a900c0433f91 100644 --- a/chinese/fcitx/pkg-plist +++ b/chinese/fcitx/pkg-plist @@ -1,9 +1,13 @@ bin/createPYMB bin/fcitx +bin/jd2fcitx bin/mb2txt +bin/pyjj2fcitx bin/txt2mb +bin/win2fcitx %%DATADIR%%/data/cj.mb %%DATADIR%%/data/erbi.mb +%%DATADIR%%/data/gbks2t.tab %%DATADIR%%/data/punc.mb %%DATADIR%%/data/pySym.mb %%DATADIR%%/data/pybase.mb |