From owner-dev-commits-ports-all@freebsd.org Thu Jul 1 22:25:36 2021 Return-Path: Delivered-To: dev-commits-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 C8D1F65406E; Thu, 1 Jul 2021 22:25:36 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGCTX59rJz3Mqq; Thu, 1 Jul 2021 22:25:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99F22941; Thu, 1 Jul 2021 22:25:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 161MPaDQ016445; Thu, 1 Jul 2021 22:25:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 161MPaBo016444; Thu, 1 Jul 2021 22:25:36 GMT (envelope-from git) Date: Thu, 1 Jul 2021 22:25:36 GMT Message-Id: <202107012225.161MPaBo016444@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ka Ho Ng Subject: git: 4ac9d8cf28d9 - main - textproc/fcitx5-configtool: Use minimal version matching MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: khng X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4ac9d8cf28d9f59e04ab4defec06ccd55ee80441 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2021 22:25:36 -0000 The branch main has been updated by khng (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=4ac9d8cf28d9f59e04ab4defec06ccd55ee80441 commit 4ac9d8cf28d9f59e04ab4defec06ccd55ee80441 Author: Ka Ho Ng AuthorDate: 2021-07-01 22:24:52 +0000 Commit: Ka Ho Ng CommitDate: 2021-07-01 22:24:52 +0000 textproc/fcitx5-configtool: Use minimal version matching pkg is very strict on differentiating different PORTREVISION. Use minimal version matching for now. Approved by: sunpoet (ports) Differential Revision: https://reviews.freebsd.org/D30968 --- textproc/fcitx5-configtool/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/fcitx5-configtool/Makefile b/textproc/fcitx5-configtool/Makefile index d2d99ab46286..1fe618acde6c 100644 --- a/textproc/fcitx5-configtool/Makefile +++ b/textproc/fcitx5-configtool/Makefile @@ -2,18 +2,18 @@ PORTNAME= fcitx5-configtool DISTVERSION= 5.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc x11 -MAINTAINER= khng300@gmail.com +MAINTAINER= khng300@FreeBSD.org COMMENT= Fcitx5 IM framework configuration tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ - fcitx5=5.0.4:textproc/fcitx5 \ - fcitx5-qt=5.0.2:textproc/fcitx5-qt + fcitx5>=5.0.4:textproc/fcitx5 \ + fcitx5-qt>=5.0.2:textproc/fcitx5-qt LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ libFcitx5Core.so:textproc/fcitx5 \ libFcitx5Qt5DBusAddons.so:textproc/fcitx5-qt