aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 01:53:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 02:08:57 +0000
commitef6a8d794c33dc6f6eb3339586364667ef563b5b (patch)
tree6b534edb48bf849ff316c702f8664073bb76dc94
parent6bd84848e188390d44dd05a7aefac8800bf3c8ae (diff)
downloadports-ef6a8d794c33dc6f6eb3339586364667ef563b5b.tar.gz
ports-ef6a8d794c33dc6f6eb3339586364667ef563b5b.zip
sysutils/rubygem-tmuxinator: Change RUN_DEPENDS from rubygem-thor to rubygem-thor12
- Bump PORTREVISION for dependency change
-rw-r--r--sysutils/rubygem-tmuxinator/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile
index 3053df65c40e..977d6787bee7 100644
--- a/sysutils/rubygem-tmuxinator/Makefile
+++ b/sysutils/rubygem-tmuxinator/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tmuxinator
PORTVERSION= 3.0.5
+PORTREVISION= 1
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@@ -10,7 +11,7 @@ WWW= https://github.com/tmuxinator/tmuxinator
LICENSE= MIT
RUN_DEPENDS= rubygem-erubis>=2.6<3:www/rubygem-erubis \
- rubygem-thor>=1.2.1<1.3:devel/rubygem-thor \
+ rubygem-thor12>=1.2.1<1.3:devel/rubygem-thor12 \
rubygem-xdg2>=2.2.5<3:devel/rubygem-xdg2
USES= gem