diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-12-25 09:14:42 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-12-25 09:14:42 +0000 |
commit | 1e0d03ff62bac5aeedcd3908d8123902e427779a (patch) | |
tree | 9bbb93a827481b50ab01acce551b9a0815e0cd29 | |
parent | 32a5b61b3135586cfdda63f2a7186edd50abeaa1 (diff) | |
download | ports-1e0d03ff62bac5aeedcd3908d8123902e427779a.tar.gz ports-1e0d03ff62bac5aeedcd3908d8123902e427779a.zip |
update to 3.5, the BlackFriday version
PR: ports/118508
Submitted by: Sutra <zhoushuqun@gmail.com>
Notes
Notes:
svn path=/head/; revision=204507
-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%% |