Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 15:28:16 +0000
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c405f68b2c25 - main - devel/rubygem-thor14: add new port
Message-ID:  <69821410.416d2.5f200ada@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c405f68b2c25894ec5dbdc9246154839bd5a3391

commit c405f68b2c25894ec5dbdc9246154839bd5a3391
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2026-02-03 15:26:04 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-02-03 15:28:14 +0000

    devel/rubygem-thor14: add new port
    
    to fix build error for sysutils/rubygem-tmuxinator
---
 devel/Makefile                 |  1 +
 devel/rubygem-thor14/Makefile  | 23 +++++++++++++++++++++++
 devel/rubygem-thor14/distinfo  |  3 +++
 devel/rubygem-thor14/pkg-descr |  1 +
 4 files changed, 28 insertions(+)

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69821410.416d2.5f200ada>