svn commit: r303890 - in head/chinese/fcitx-libpinyin: . files
Wen Heping
wen at FreeBSD.org
Sat Sep 8 10:32:39 UTC 2012
Author: wen
Date: Sat Sep 8 10:32:37 2012
New Revision: 303890
URL: http://svn.freebsd.org/changeset/ports/303890
Log:
- Update to 0.2.0
PR: 171330
Submitted by: Zhihao Yuan <lichray at gmail.com> (maintainer)
Added:
head/chinese/fcitx-libpinyin/files/
head/chinese/fcitx-libpinyin/files/patch-CMakeLists.txt (contents, props changed)
Modified:
head/chinese/fcitx-libpinyin/Makefile
head/chinese/fcitx-libpinyin/distinfo
Modified: head/chinese/fcitx-libpinyin/Makefile
==============================================================================
--- head/chinese/fcitx-libpinyin/Makefile Sat Sep 8 10:26:40 2012 (r303889)
+++ head/chinese/fcitx-libpinyin/Makefile Sat Sep 8 10:32:37 2012 (r303890)
@@ -6,7 +6,7 @@
#
PORTNAME= fcitx-libpinyin
-PORTVERSION= 0.1.1
+PORTVERSION= 0.2.0
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://cloud.github.com/downloads/fcitx/fcitx-libpinyin/:libpinyin
@@ -18,7 +18,7 @@ MAINTAINER= lichray at gmail.com
COMMENT= The libpinyin support for Fcitx
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
- pinyin.0:${PORTSDIR}/chinese/libpinyin
+ pinyin.2:${PORTSDIR}/chinese/libpinyin
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
USE_XZ= yes
Modified: head/chinese/fcitx-libpinyin/distinfo
==============================================================================
--- head/chinese/fcitx-libpinyin/distinfo Sat Sep 8 10:26:40 2012 (r303889)
+++ head/chinese/fcitx-libpinyin/distinfo Sat Sep 8 10:32:37 2012 (r303890)
@@ -1,4 +1,4 @@
-SHA256 (fcitx/fcitx-libpinyin-0.1.1.tar.xz) = adb84d0b0f9f3bd26b124dd5c4130adacd7d15293fc0e1917266ff35c51be03c
-SIZE (fcitx/fcitx-libpinyin-0.1.1.tar.xz) = 24220
+SHA256 (fcitx/fcitx-libpinyin-0.2.0.tar.xz) = b39649d4e4ebb4b054ea520fe80efd520b273d42223d6d8c0b699b11fa4cd039
+SIZE (fcitx/fcitx-libpinyin-0.2.0.tar.xz) = 24464
SHA256 (fcitx/model.text.tar.gz) = 8d87d9c0b622f3163976a8c8bc57ded878cf0dee63c855b8a7afd36a151114eb
SIZE (fcitx/model.text.tar.gz) = 9991219
Added: head/chinese/fcitx-libpinyin/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/fcitx-libpinyin/files/patch-CMakeLists.txt Sat Sep 8 10:32:37 2012 (r303890)
@@ -0,0 +1,10 @@
+--- CMakeLists.txt~ 2012-07-05 04:14:59.000000000 -0500
++++ CMakeLists.txt 2012-09-04 16:36:28.118990420 -0500
+@@ -9,7 +9,6 @@ FIND_PACKAGE(Gettext REQUIRED)
+ FIND_PACKAGE(Fcitx 4.2.0 REQUIRED)
+ find_package(GLIB2 REQUIRED)
+ find_package(Libpinyin REQUIRED)
+-find_program(WGET wget REQUIRED)
+ find_program(TAR tar REQUIRED)
+
+ # uninstall target
More information about the svn-ports-head
mailing list