Date: Wed, 21 Feb 2024 15:34:37 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 792e9783fa6f - main - devel/rubygem-kafo_wizards: Change RUN_DEPENDS from rubygem-highline to rubygem-highline2 Message-ID: <202402211534.41LFYbBM080981@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=792e9783fa6f0fd6a3a229b074120853c306295f commit 792e9783fa6f0fd6a3a229b074120853c306295f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:54:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:10:24 +0000 devel/rubygem-kafo_wizards: Change RUN_DEPENDS from rubygem-highline to rubygem-highline2 - Bump PORTREVISION for dependency change --- devel/rubygem-kafo_wizards/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-kafo_wizards/Makefile b/devel/rubygem-kafo_wizards/Makefile index 08ef1aa1abd7..d3a15810d232 100644 --- a/devel/rubygem-kafo_wizards/Makefile +++ b/devel/rubygem-kafo_wizards/Makefile @@ -1,5 +1,6 @@ PORTNAME= kafo_wizards PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ WWW= https://github.com/theforeman/kafo_wizards LICENSE= GPLv3+ -RUN_DEPENDS= rubygem-highline>=0<3:devel/rubygem-highline +RUN_DEPENDS= rubygem-highline2>=0<3:devel/rubygem-highline2 USES= gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211534.41LFYbBM080981>