aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2026-02-03 15:26:04 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2026-02-03 15:28:14 +0000
commitc405f68b2c25894ec5dbdc9246154839bd5a3391 (patch)
tree302042fdb88a4253219d1eed62043529f22346d7
parent25824ff953a24afaf2481d243ab19fcba8c1c7a9 (diff)
devel/rubygem-thor14: add new port
to fix build error for sysutils/rubygem-tmuxinator
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-thor14/Makefile23
-rw-r--r--devel/rubygem-thor14/distinfo3
-rw-r--r--devel/rubygem-thor14/pkg-descr1
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 97afc3bc5082..a8e71e86333f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8157,6 +8157,7 @@
SUBDIR += rubygem-thor
SUBDIR += rubygem-thor0
SUBDIR += rubygem-thor12
+ SUBDIR += rubygem-thor14
SUBDIR += rubygem-thread-local
SUBDIR += rubygem-thread_safe
SUBDIR += rubygem-thrift
diff --git a/devel/rubygem-thor14/Makefile b/devel/rubygem-thor14/Makefile
new file mode 100644
index 000000000000..74fdd1e3750f
--- /dev/null
+++ b/devel/rubygem-thor14/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= thor
+PORTVERSION= 1.4.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 14
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Scripting framework that replaces rake, sake, and rubigen
+WWW= https://github.com/rails/thor
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^1\.4\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/thor
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-thor14/distinfo b/devel/rubygem-thor14/distinfo
new file mode 100644
index 000000000000..09d6c86377c1
--- /dev/null
+++ b/devel/rubygem-thor14/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1770127502
+SHA256 (rubygem/thor-1.4.0.gem) = 8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d
+SIZE (rubygem/thor-1.4.0.gem) = 56320
diff --git a/devel/rubygem-thor14/pkg-descr b/devel/rubygem-thor14/pkg-descr
new file mode 100644
index 000000000000..a0e63010f12e
--- /dev/null
+++ b/devel/rubygem-thor14/pkg-descr
@@ -0,0 +1 @@
+A scripting framework that replaces rake, sake and rubigen