From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 10:32:39 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 044DC106564A; Sat, 8 Sep 2012 10:32:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1948FC0A; Sat, 8 Sep 2012 10:32:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88AWcmo070669; Sat, 8 Sep 2012 10:32:38 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88AWc4T070664; Sat, 8 Sep 2012 10:32:38 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209081032.q88AWc4T070664@svn.freebsd.org> From: Wen Heping Date: Sat, 8 Sep 2012 10:32:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303890 - in head/chinese/fcitx-libpinyin: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 10:32:39 -0000 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 (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@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