git: 75e0ee690177 - main - sysutils/rubygem-tmuxinator: fixed build error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 15:28:17 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=75e0ee6901772003f6785f6d28c79656e7eeba3e
commit 75e0ee6901772003f6785f6d28c79656e7eeba3e
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2026-02-03 15:27:08 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-02-03 15:28:14 +0000
sysutils/rubygem-tmuxinator: fixed build error
Fixes regression from 7970105dda6359e7b74511182188cd6edc2617df
---
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