diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-09-19 07:20:18 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-09-19 07:20:18 +0000 |
commit | 7a8715667243409b4dc0d2ea40a11c99d10f1824 (patch) | |
tree | 622dd575dada41364153a91b4e375921a49170dc /chinese/fcitx-cloudpinyin | |
parent | 7774897f46d7f5f342a3c836dcb4c9069c105ca7 (diff) | |
download | ports-7a8715667243409b4dc0d2ea40a11c99d10f1824.tar.gz ports-7a8715667243409b4dc0d2ea40a11c99d10f1824.zip |
Notes
Diffstat (limited to 'chinese/fcitx-cloudpinyin')
-rw-r--r-- | chinese/fcitx-cloudpinyin/Makefile | 2 | ||||
-rw-r--r-- | chinese/fcitx-cloudpinyin/distinfo | 4 | ||||
-rw-r--r-- | chinese/fcitx-cloudpinyin/files/patch-CMakeLists.txt | 8 |
3 files changed, 11 insertions, 3 deletions
diff --git a/chinese/fcitx-cloudpinyin/Makefile b/chinese/fcitx-cloudpinyin/Makefile index ba44fbd9d290..c501a8c542dc 100644 --- a/chinese/fcitx-cloudpinyin/Makefile +++ b/chinese/fcitx-cloudpinyin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fcitx-cloudpinyin -PORTVERSION= 0.2.3 +PORTVERSION= 0.3.0 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= fcitx diff --git a/chinese/fcitx-cloudpinyin/distinfo b/chinese/fcitx-cloudpinyin/distinfo index 12e98320f085..ede38536ce6f 100644 --- a/chinese/fcitx-cloudpinyin/distinfo +++ b/chinese/fcitx-cloudpinyin/distinfo @@ -1,2 +1,2 @@ -SHA256 (fcitx/fcitx-cloudpinyin-0.2.3.tar.xz) = 01a97c975e2485831d47bb9648f724683a89facba53d8d127bff950e61a77dff -SIZE (fcitx/fcitx-cloudpinyin-0.2.3.tar.xz) = 18636 +SHA256 (fcitx/fcitx-cloudpinyin-0.3.0.tar.xz) = a68f27d9785bb1e31610424acb81faa933bfe9b7e93140c9895cd34987547b84 +SIZE (fcitx/fcitx-cloudpinyin-0.3.0.tar.xz) = 19344 diff --git a/chinese/fcitx-cloudpinyin/files/patch-CMakeLists.txt b/chinese/fcitx-cloudpinyin/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..7242457163a5 --- /dev/null +++ b/chinese/fcitx-cloudpinyin/files/patch-CMakeLists.txt @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2012-09-19 15:09:58.000000000 +0800 ++++ CMakeLists.txt 2012-09-19 15:10:32.000000000 +0800 +@@ -33,4 +33,3 @@ + + add_subdirectory(src) + add_subdirectory(po) +-add_subdirectory(test) +\ No newline at end of file |