diff options
author | dryice <dryice@FreeBSD.org> | 2007-12-25 17:14:42 +0800 |
---|---|---|
committer | dryice <dryice@FreeBSD.org> | 2007-12-25 17:14:42 +0800 |
commit | b3c74e8b3cc6f156e4344935816921c33ba918f5 (patch) | |
tree | fc7ff18335ee3b7ae6eb262535e7ebeef9981218 /chinese | |
parent | 84632ef5255ed6e5988fce74e3b1451be06c7e4e (diff) | |
download | freebsd-ports-gnome-b3c74e8b3cc6f156e4344935816921c33ba918f5.tar.gz freebsd-ports-gnome-b3c74e8b3cc6f156e4344935816921c33ba918f5.tar.zst freebsd-ports-gnome-b3c74e8b3cc6f156e4344935816921c33ba918f5.zip |
update to 3.5, the BlackFriday version
PR: ports/118508
Submitted by: Sutra <zhoushuqun@gmail.com>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 6 | ||||
-rw-r--r-- | chinese/fcitx/distinfo | 6 | ||||
-rw-r--r-- | chinese/fcitx/pkg-plist | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index a1ceb2cc9525..5d6d85e325dd 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -6,13 +6,14 @@ # PORTNAME= fcitx -PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTVERSION= 3.5 CATEGORIES= chinese x11 MASTER_SITES= http://www.fcitx.org/download/ \ + ftp://mirrors.redv.com/pub/fcitx/ \ ${MASTER_SITE_LOCAL} \ http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= dryice +DISTNAME= fcitx-3.5-BlackFri MAINTAINER= dryice@FreeBSD.org COMMENT= A simple and fast GBK Chinese XIM server @@ -24,6 +25,7 @@ USE_XLIB= yes USE_ICONV= yes GNU_CONFIGURE= yes USE_GMAKE= yes +WRKSRC= ${WRKDIR}/fcitx-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's#zh_CN.GB2312#zh_CN.eucCN#g' ${WRKSRC}/src/xim.c diff --git a/chinese/fcitx/distinfo b/chinese/fcitx/distinfo index db23a0f30f81..078d79014554 100644 --- a/chinese/fcitx/distinfo +++ b/chinese/fcitx/distinfo @@ -1,3 +1,3 @@ -MD5 (fcitx-3.4.2.tar.bz2) = 30ca366f7c08ea96da69689adb8d55f7 -SHA256 (fcitx-3.4.2.tar.bz2) = 64d8f4183593c7c3a855b4b1d07afe605d9548cefdbfc07b1d0f79fc3f4c02ed -SIZE (fcitx-3.4.2.tar.bz2) = 3155032 +MD5 (fcitx-3.5-BlackFri.tar.bz2) = a04233de3fb56fee6e583c2765616032 +SHA256 (fcitx-3.5-BlackFri.tar.bz2) = 07dfb11655097a15be57f38d33ef04c5db98adb7eb5c3326d9ed1acdf3bc80be +SIZE (fcitx-3.5-BlackFri.tar.bz2) = 5719492 diff --git a/chinese/fcitx/pkg-plist b/chinese/fcitx/pkg-plist index 8b1c89aebf9a..64393d4bdb8c 100644 --- a/chinese/fcitx/pkg-plist +++ b/chinese/fcitx/pkg-plist @@ -8,6 +8,7 @@ bin/readPYBase bin/readPYMB bin/txt2mb bin/win2fcitx +%%DATADIR%%/data/AutoEng.dat %%DATADIR%%/data/cj.mb %%DATADIR%%/data/config %%DATADIR%%/data/erbi.mb @@ -16,9 +17,12 @@ bin/win2fcitx %%DATADIR%%/data/pySym.mb %%DATADIR%%/data/pybase.mb %%DATADIR%%/data/pyphrase.mb +%%DATADIR%%/data/qxm.mb %%DATADIR%%/data/sp.dat %%DATADIR%%/data/tables.conf %%DATADIR%%/data/vk.conf +%%DATADIR%%/data/wanfeng.mb +%%DATADIR%%/data/wbpy.mb %%DATADIR%%/data/wbx.mb @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% |