git: 4ac9d8cf28d9 - main - textproc/fcitx5-configtool: Use minimal version matching

Ka Ho Ng khng at FreeBSD.org
Thu Jul 1 22:25:36 UTC 2021


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 <khng at FreeBSD.org>
AuthorDate: 2021-07-01 22:24:52 +0000
Commit:     Ka Ho Ng <khng at FreeBSD.org>
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 at gmail.com
+MAINTAINER=	khng300 at 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


More information about the dev-commits-ports-all mailing list