git: 779cd0bd2ea6 - main - devel/rubygem-web-console-rails71: Add rubygem-web-console-rails71 4.2.1 (copied from rubygem-web-console-rails61)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 07:59:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=779cd0bd2ea6d7c0fb86f829283ec3689febf681 commit 779cd0bd2ea6d7c0fb86f829283ec3689febf681 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 07:56:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 07:56:53 +0000 devel/rubygem-web-console-rails71: Add rubygem-web-console-rails71 4.2.1 (copied from rubygem-web-console-rails61) --- devel/Makefile | 1 + devel/rubygem-web-console-rails71/Makefile | 26 ++++++++++++++++++++++++++ devel/rubygem-web-console-rails71/distinfo | 3 +++ devel/rubygem-web-console-rails71/pkg-descr | 1 + 4 files changed, 31 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 551c13d1353c..afbf26f16fc7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7530,6 +7530,7 @@ SUBDIR += rubygem-weakref SUBDIR += rubygem-web-console-rails60 SUBDIR += rubygem-web-console-rails61 + SUBDIR += rubygem-web-console-rails71 SUBDIR += rubygem-web-console2 SUBDIR += rubygem-web-console3-rails5 SUBDIR += rubygem-web-console3-rails50 diff --git a/devel/rubygem-web-console-rails71/Makefile b/devel/rubygem-web-console-rails71/Makefile new file mode 100644 index 000000000000..f5933f48362d --- /dev/null +++ b/devel/rubygem-web-console-rails71/Makefile @@ -0,0 +1,26 @@ +PORTNAME= web-console +PORTVERSION= 4.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails71 + +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-activemodel71>=6.0.0:databases/rubygem-activemodel71 \ + rubygem-actionview71>=6.0.0:devel/rubygem-actionview71 \ + rubygem-bindex>=0.4.0:devel/rubygem-bindex \ + rubygem-railties71>=6.0.0:www/rubygem-railties71 + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= rubyonrails +CPE_PRODUCT= web_console + +.include <bsd.port.mk> diff --git a/devel/rubygem-web-console-rails71/distinfo b/devel/rubygem-web-console-rails71/distinfo new file mode 100644 index 000000000000..bb92a9c7a746 --- /dev/null +++ b/devel/rubygem-web-console-rails71/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-rails71/pkg-descr b/devel/rubygem-web-console-rails71/pkg-descr new file mode 100644 index 000000000000..51e4e25bbe31 --- /dev/null +++ b/devel/rubygem-web-console-rails71/pkg-descr @@ -0,0 +1 @@ +A debugging tool for your Ruby on Rails applications.