Date: Wed, 13 May 2026 11:43:12 +0000 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: 95e41ce88dbd - main - devel/rubygem-highline2: Fix runtime with Ruby 3.4+ Message-ID: <6a0463d0.45436.7d21f538@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=95e41ce88dbd10df9f57e0049d0a2c2d5119171d commit 95e41ce88dbd10df9f57e0049d0a2c2d5119171d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-13 11:40:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-13 11:40:47 +0000 devel/rubygem-highline2: Fix runtime with Ruby 3.4+ - Bump PORTREVISION for dependency change PR: 295234 Reported by: gavin --- devel/rubygem-highline2/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-highline2/Makefile b/devel/rubygem-highline2/Makefile index 59e3a3c36e1a..d6185e8bac18 100644 --- a/devel/rubygem-highline2/Makefile +++ b/devel/rubygem-highline2/Makefile @@ -1,5 +1,6 @@ PORTNAME= highline PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 2 @@ -18,4 +19,10 @@ NO_ARCH= yes PORTSCOUT= limit:^2\. -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} >= 3.4 +RUN_DEPENDS+= rubygem-abbrev>=0:textproc/rubygem-abbrev +.endif + +.include <bsd.port.post.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0463d0.45436.7d21f538>
