git: 2b439d044aac - 2026Q1 - sysutils/rubygem-tmuxinator: fixed build error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Mar 2026 15:00:12 UTC
The branch 2026Q1 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2b439d044aaccab22daaaad4f6a04895c96ded73
commit 2b439d044aaccab22daaaad4f6a04895c96ded73
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2026-02-03 15:27:08 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-03-13 14:35:23 +0000
sysutils/rubygem-tmuxinator: fixed build error
Fixes regression from 7970105dda6359e7b74511182188cd6edc2617df
(cherry picked from commit 75e0ee6901772003f6785f6d28c79656e7eeba3e)
---
sysutils/rubygem-tmuxinator/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile
index 826a37defda5..e11554589b02 100644
--- a/sysutils/rubygem-tmuxinator/Makefile
+++ b/sysutils/rubygem-tmuxinator/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tmuxinator
PORTVERSION= 3.3.7
+PORTREVISION= 1
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@@ -10,7 +11,7 @@ WWW= https://github.com/tmuxinator/tmuxinator
LICENSE= MIT
RUN_DEPENDS= rubygem-erubi>=1.13<2:www/rubygem-erubi \
- rubygem-thor>=1.4.0<1.5:devel/rubygem-thor
+ rubygem-thor14>=1.4.0<1.5:devel/rubygem-thor14
USES= gem