From owner-svn-ports-head@freebsd.org Sat Feb 4 15:05:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A72D7CCE8F4; Sat, 4 Feb 2017 15:05:57 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69AA3E7E; Sat, 4 Feb 2017 15:05:57 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v14F5uk8031486; Sat, 4 Feb 2017 15:05:56 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v14F5ucw031482; Sat, 4 Feb 2017 15:05:56 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702041505.v14F5ucw031482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 4 Feb 2017 15:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433316 - in head/chinese/libchewing: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 15:05:57 -0000 Author: vanilla Date: Sat Feb 4 15:05:56 2017 New Revision: 433316 URL: https://svnweb.freebsd.org/changeset/ports/433316 Log: Update to 0.5.1. Modified: head/chinese/libchewing/Makefile head/chinese/libchewing/distinfo head/chinese/libchewing/files/patch-CMakeLists.txt head/chinese/libchewing/pkg-plist Modified: head/chinese/libchewing/Makefile ============================================================================== --- head/chinese/libchewing/Makefile Sat Feb 4 14:57:33 2017 (r433315) +++ head/chinese/libchewing/Makefile Sat Feb 4 15:05:56 2017 (r433316) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libchewing -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= chinese textproc MAINTAINER= ports@FreeBSD.org Modified: head/chinese/libchewing/distinfo ============================================================================== --- head/chinese/libchewing/distinfo Sat Feb 4 14:57:33 2017 (r433315) +++ head/chinese/libchewing/distinfo Sat Feb 4 15:05:56 2017 (r433316) @@ -1,2 +1,3 @@ -SHA256 (chewing-libchewing-v0.5.0_GH0.tar.gz) = ef56c62ca1a84fd307aebc1eb271a1fb5d9becf05300c6fc1c97d1320c4f201b -SIZE (chewing-libchewing-v0.5.0_GH0.tar.gz) = 3380799 +TIMESTAMP = 1486218448 +SHA256 (chewing-libchewing-v0.5.1_GH0.tar.gz) = b30a809123b6ba36283765b9337a98d695a292d361bd6f6bc74f03ac4f5772f8 +SIZE (chewing-libchewing-v0.5.1_GH0.tar.gz) = 3380799 Modified: head/chinese/libchewing/files/patch-CMakeLists.txt ============================================================================== --- head/chinese/libchewing/files/patch-CMakeLists.txt Sat Feb 4 14:57:33 2017 (r433315) +++ head/chinese/libchewing/files/patch-CMakeLists.txt Sat Feb 4 15:05:56 2017 (r433316) @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2016-05-09 16:30:03 UTC +--- CMakeLists.txt.orig 2017-02-04 14:42:12 UTC +++ CMakeLists.txt @@ -140,6 +140,7 @@ set(libdir "\${exec_prefix}/lib") set(includedir "\${prefix}/include") @@ -21,12 +21,3 @@ endif() -@@ -362,7 +359,7 @@ add_library(chewing OBJECT - ${SRC_DIR}/bopomofo.c - ) - set_target_properties(chewing PROPERTIES -- COMPILE_DEFINITIONS "CHEWING_DATADIR=\"${CMAKE_INSTALL_DATADIR}/libchewing\"" -+ COMPILE_DEFINITIONS "CHEWING_DATADIR=\"${CMAKE_INSTALL_FULL_DATADIR}/libchewing\"" - ) - - if (WITH_SQLITE3) Modified: head/chinese/libchewing/pkg-plist ============================================================================== --- head/chinese/libchewing/pkg-plist Sat Feb 4 14:57:33 2017 (r433315) +++ head/chinese/libchewing/pkg-plist Sat Feb 4 15:05:56 2017 (r433316) @@ -6,7 +6,7 @@ include/chewing/mod_aux.h lib/libchewing.a lib/libchewing.so lib/libchewing.so.3 -lib/libchewing.so.3.3.0 +lib/libchewing.so.3.3.1 libdata/pkgconfig/chewing.pc %%DATADIR%%/dictionary.dat %%DATADIR%%/index_tree.dat