diff options
author | wen <wen@FreeBSD.org> | 2012-05-25 15:45:08 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-05-25 15:45:08 +0800 |
commit | 6438732e54e48f3df4c1186c221a165eff49c7f7 (patch) | |
tree | 9b9211a56be5302a25baa5f2309f4971f576e8e0 /chinese | |
parent | 49e32b4dc645f9ec953be9d34b7c58897e17847d (diff) | |
download | freebsd-ports-gnome-6438732e54e48f3df4c1186c221a165eff49c7f7.tar.gz freebsd-ports-gnome-6438732e54e48f3df4c1186c221a165eff49c7f7.tar.zst freebsd-ports-gnome-6438732e54e48f3df4c1186c221a165eff49c7f7.zip |
- Update to 0.3.6
PR: 167863
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx-sunpinyin/Makefile | 2 | ||||
-rw-r--r-- | chinese/fcitx-sunpinyin/distinfo | 4 | ||||
-rw-r--r-- | chinese/fcitx-sunpinyin/files/patch-cmake_FindSunpinyin.cmake | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile index bf4ca9ce7144..5c8c3dfd24c5 100644 --- a/chinese/fcitx-sunpinyin/Makefile +++ b/chinese/fcitx-sunpinyin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fcitx-sunpinyin -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= fcitx diff --git a/chinese/fcitx-sunpinyin/distinfo b/chinese/fcitx-sunpinyin/distinfo index 8bcbb7004c45..69e34576c89a 100644 --- a/chinese/fcitx-sunpinyin/distinfo +++ b/chinese/fcitx-sunpinyin/distinfo @@ -1,2 +1,2 @@ -SHA256 (fcitx/fcitx-sunpinyin-0.3.5.tar.xz) = 932b74eafb86f9051400a311c4da09ad4888190015e667eea3c4019934f67b62 -SIZE (fcitx/fcitx-sunpinyin-0.3.5.tar.xz) = 40248 +SHA256 (fcitx/fcitx-sunpinyin-0.3.6.tar.xz) = 6ed029860fe8df1e39bf8f36ada4473a94467887614e103d5832fd8a09cfa6a6 +SIZE (fcitx/fcitx-sunpinyin-0.3.6.tar.xz) = 40348 diff --git a/chinese/fcitx-sunpinyin/files/patch-cmake_FindSunpinyin.cmake b/chinese/fcitx-sunpinyin/files/patch-cmake_FindSunpinyin.cmake deleted file mode 100644 index c2d5a35fe298..000000000000 --- a/chinese/fcitx-sunpinyin/files/patch-cmake_FindSunpinyin.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/FindSunpinyin.cmake~ 2012-03-04 21:43:53.000000000 -0600 -+++ cmake/FindSunpinyin.cmake 2012-04-06 02:14:47.564463773 -0500 -@@ -16,7 +16,7 @@ if(SUNPINYIN_INCLUDE_DIR AND SUNPINYIN_L - endif(SUNPINYIN_INCLUDE_DIR AND SUNPINYIN_LIBRARIES) - - find_package(PkgConfig REQUIRED) --pkg_check_modules(PC_LIBSUNPINYIN "sunpinyin-2.0 >= 2.0.4") -+pkg_check_modules(PC_LIBSUNPINYIN "sunpinyin-2.0 >= 2.0.3") - - find_path(SUNPINYIN_MAIN_INCLUDE_DIR - NAMES sunpinyin.h |