From owner-svn-ports-all@freebsd.org Tue Dec 29 16:02:32 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0AD74C38D0; Tue, 29 Dec 2020 16:02:32 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4zhS48MFz4lmk; Tue, 29 Dec 2020 16:02:32 +0000 (UTC) (envelope-from ygy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 814D56A53; Tue, 29 Dec 2020 16:02:32 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BTG2WSh024386; Tue, 29 Dec 2020 16:02:32 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BTG2WVq024385; Tue, 29 Dec 2020 16:02:32 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202012291602.0BTG2WVq024385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Tue, 29 Dec 2020 16:02:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559591 - head/chinese/fcitx-rime X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/fcitx-rime X-SVN-Commit-Revision: 559591 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Tue, 29 Dec 2020 16:02:32 -0000 Author: ygy (doc committer) Date: Tue Dec 29 16:02:31 2020 New Revision: 559591 URL: https://svnweb.freebsd.org/changeset/ports/559591 Log: chinese/fcitx-rime: Upgrade to use RimeData-based schemas brise has been deprecated since 2019. Replace the usage of chinese/brise in fcitx-rime with RimeData-based schemas. RimeData-based schemas live in ${LOCALBASE}/share/rime-data. PR: 251893 Submitted by: Ka Ho Ng Approved by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27630 Modified: head/chinese/fcitx-rime/Makefile head/chinese/fcitx-rime/distinfo Modified: head/chinese/fcitx-rime/Makefile ============================================================================== --- head/chinese/fcitx-rime/Makefile Tue Dec 29 15:55:47 2020 (r559590) +++ head/chinese/fcitx-rime/Makefile Tue Dec 29 16:02:31 2020 (r559591) @@ -2,25 +2,33 @@ # $FreeBSD$ PORTNAME= fcitx-rime -PORTVERSION= 0.3.2 -PORTREVISION= 1 +DISTVERSION= 0.3.2 +PORTREVISION= 2 CATEGORIES= chinese -MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ +MASTER_SITES= https://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx +PATCH_SITES= https://github.com/fcitx/${PORTNAME}/commit/ +PATCHFILES= a3a9fffb6ee89adc327ad8a7dec05d5f35414f9d.patch:-p1 + MAINTAINER= khng300@gmail.com COMMENT= RIME support for Fcitx LICENSE= GPLv2 -BUILD_DEPENDS= bash:shells/bash +BUILD_DEPENDS= bash:shells/bash \ + ${_SCHEMA_DEPENDS} LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ librime.so:chinese/librime -RUN_DEPENDS= ${LOCALBASE}/share/brise/default.yaml:chinese/brise +RUN_DEPENDS= ${_SCHEMA_DEPENDS} -USES= cmake gettext gnome pkgconfig tar:xz +USES= cmake gettext gnome localbase pkgconfig tar:xz INSTALLS_ICONS= yes -CMAKE_ARGS+= -DBRISE_DIR=${LOCALBASE}/share/brise +_SCHEMA_DEPENDS= \ + ${LOCALBASE}/share/rime-data/luna_pinyin.schema.yaml:chinese/rime-luna-pinyin \ + ${LOCALBASE}/share/rime-data/bopomofo.schema.yaml:chinese/rime-bopomofo \ + ${LOCALBASE}/share/rime-data/cangjie5.schema.yaml:chinese/rime-cangjie \ + ${LOCALBASE}/share/rime-data/stroke.schema.yaml:chinese/rime-stroke .include Modified: head/chinese/fcitx-rime/distinfo ============================================================================== --- head/chinese/fcitx-rime/distinfo Tue Dec 29 15:55:47 2020 (r559590) +++ head/chinese/fcitx-rime/distinfo Tue Dec 29 16:02:31 2020 (r559591) @@ -1,3 +1,5 @@ -TIMESTAMP = 1536696850 +TIMESTAMP = 1608116604 SHA256 (fcitx/fcitx-rime-0.3.2.tar.xz) = f97ea6f515fcc5f526cc25dce3d4ba05fa1c83001f68502d6c284ba39cd5a82d SIZE (fcitx/fcitx-rime-0.3.2.tar.xz) = 40960 +SHA256 (fcitx/a3a9fffb6ee89adc327ad8a7dec05d5f35414f9d.patch) = b108314263ab980947f92ad08ac42642cc5e5274f256bc3cb0d2e86825a78586 +SIZE (fcitx/a3a9fffb6ee89adc327ad8a7dec05d5f35414f9d.patch) = 3167