Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 16:30:33 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1c5bf3e55b4 - main - devel/rubygem-web-console-rails80: Add rubygem-web-console-rails80 4.2.1 (copied from rubygem-web-console-rails72)
Message-ID:  <202501021630.502GUXH3048915@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit f1c5bf3e55b4b2c373b59806ec3096528ed0e15a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:28:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:28:38 +0000

    devel/rubygem-web-console-rails80: Add rubygem-web-console-rails80 4.2.1 (copied from rubygem-web-console-rails72)
---
 devel/Makefile                              |  1 +
 devel/rubygem-web-console-rails80/Makefile  | 26 ++++++++++++++++++++++++++
 devel/rubygem-web-console-rails80/distinfo  |  3 +++
 devel/rubygem-web-console-rails80/pkg-descr |  1 +
 4 files changed, 31 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 3288722d50d5..743d79d98e09 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8027,6 +8027,7 @@
     SUBDIR += rubygem-web-console-rails61
     SUBDIR += rubygem-web-console-rails71
     SUBDIR += rubygem-web-console-rails72
+    SUBDIR += rubygem-web-console-rails80
     SUBDIR += rubygem-web-console2
     SUBDIR += rubygem-web-console3-rails5
     SUBDIR += rubygem-web-console3-rails50
diff --git a/devel/rubygem-web-console-rails80/Makefile b/devel/rubygem-web-console-rails80/Makefile
new file mode 100644
index 000000000000..6a00633e5e0a
--- /dev/null
+++ b/devel/rubygem-web-console-rails80/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	web-console
+PORTVERSION=	4.2.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails80
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Debugging tool for your Ruby on Rails applications
+WWW=		https://github.com/rails/web-console
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS=	rubygem-activemodel80>=6.0.0:databases/rubygem-activemodel80 \
+		rubygem-actionview80>=6.0.0:devel/rubygem-actionview80 \
+		rubygem-bindex>=0.4.0:devel/rubygem-bindex \
+		rubygem-railties80>=6.0.0:www/rubygem-railties80
+
+USES=		cpe gem
+
+NO_ARCH=	yes
+
+CPE_VENDOR=	rubyonrails
+CPE_PRODUCT=	web_console
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-web-console-rails80/distinfo b/devel/rubygem-web-console-rails80/distinfo
new file mode 100644
index 000000000000..bb92a9c7a746
--- /dev/null
+++ b/devel/rubygem-web-console-rails80/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1697330214
+SHA256 (rubygem/web-console-4.2.1.gem) = e7bcf37a10ea2b4ec4281649d1cee461b32232d0a447e82c786e6841fd22fe20
+SIZE (rubygem/web-console-4.2.1.gem) = 29184
diff --git a/devel/rubygem-web-console-rails80/pkg-descr b/devel/rubygem-web-console-rails80/pkg-descr
new file mode 100644
index 000000000000..51e4e25bbe31
--- /dev/null
+++ b/devel/rubygem-web-console-rails80/pkg-descr
@@ -0,0 +1 @@
+A debugging tool for your Ruby on Rails applications.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501021630.502GUXH3048915>