Date: Wed, 18 Sep 2024 06:18:42 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: f4c642bdb50c - main - devel/rubygem-sprockets-rails-rails72: Add rubygem-sprockets-rails-rails72 3.5.2 Message-ID: <202409180618.48I6IgBC031855@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=f4c642bdb50cd0ffb6b48f23a2a3c0f4a8227340 commit f4c642bdb50cd0ffb6b48f23a2a3c0f4a8227340 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:51:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:04 +0000 devel/rubygem-sprockets-rails-rails72: Add rubygem-sprockets-rails-rails72 3.5.2 Sprockets Rails integration --- devel/Makefile | 1 + devel/rubygem-sprockets-rails-rails72/Makefile | 22 ++++++++++++++++++++++ devel/rubygem-sprockets-rails-rails72/distinfo | 3 +++ devel/rubygem-sprockets-rails-rails72/pkg-descr | 1 + 4 files changed, 27 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 6d3d8c64d2dc..bf5653632f10 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7756,6 +7756,7 @@ SUBDIR += rubygem-sprockets-rails-rails61 SUBDIR += rubygem-sprockets-rails-rails70 SUBDIR += rubygem-sprockets-rails-rails71 + SUBDIR += rubygem-sprockets-rails-rails72 SUBDIR += rubygem-sprockets-sass SUBDIR += rubygem-sprockets2 SUBDIR += rubygem-sprockets3 diff --git a/devel/rubygem-sprockets-rails-rails72/Makefile b/devel/rubygem-sprockets-rails-rails72/Makefile new file mode 100644 index 000000000000..98cd02f623e2 --- /dev/null +++ b/devel/rubygem-sprockets-rails-rails72/Makefile @@ -0,0 +1,22 @@ +PORTNAME= sprockets-rails +PORTVERSION= 3.5.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails72 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Sprockets Rails integration +WWW= https://github.com/rails/sprockets-rails + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack72>=5.2:www/rubygem-actionpack72 \ + rubygem-activesupport72>=5.2:devel/rubygem-activesupport72 \ + rubygem-sprockets>=3.0.0:devel/rubygem-sprockets + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-sprockets-rails-rails72/distinfo b/devel/rubygem-sprockets-rails-rails72/distinfo new file mode 100644 index 000000000000..ac8e143c69bc --- /dev/null +++ b/devel/rubygem-sprockets-rails-rails72/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1722711329 +SHA256 (rubygem/sprockets-rails-3.5.2.gem) = a9e88e6ce9f8c912d349aa5401509165ec42326baf9e942a85de4b76dbc4119e +SIZE (rubygem/sprockets-rails-3.5.2.gem) = 16384 diff --git a/devel/rubygem-sprockets-rails-rails72/pkg-descr b/devel/rubygem-sprockets-rails-rails72/pkg-descr new file mode 100644 index 000000000000..04e7020dca45 --- /dev/null +++ b/devel/rubygem-sprockets-rails-rails72/pkg-descr @@ -0,0 +1 @@ +Sprockets Rails integration
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180618.48I6IgBC031855>