Date: Tue, 11 Jan 2022 18:52:29 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: d97f097bf455 - main - textproc/rubygem-sass-rails-rails70: Add rubygem-sass-rails-rails70 6.0.0 (copied from rubygem-sass-rails-rails61) Message-ID: <202201111852.20BIqT4T060184@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=d97f097bf4557e37401d1d96381d9d05b29f5607 commit d97f097bf4557e37401d1d96381d9d05b29f5607 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 16:54:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:43:47 +0000 textproc/rubygem-sass-rails-rails70: Add rubygem-sass-rails-rails70 6.0.0 (copied from rubygem-sass-rails-rails61) --- textproc/Makefile | 1 + textproc/rubygem-sass-rails-rails70/Makefile | 22 ++++++++++++++++++++++ textproc/rubygem-sass-rails-rails70/distinfo | 3 +++ textproc/rubygem-sass-rails-rails70/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 56f59d73435d..a51ed365b501 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1764,6 +1764,7 @@ SUBDIR += rubygem-sass-rails-rails52 SUBDIR += rubygem-sass-rails-rails60 SUBDIR += rubygem-sass-rails-rails61 + SUBDIR += rubygem-sass-rails-rails70 SUBDIR += rubygem-sassc SUBDIR += rubygem-sassc-rails-rails4 SUBDIR += rubygem-sassc-rails-rails5 diff --git a/textproc/rubygem-sass-rails-rails70/Makefile b/textproc/rubygem-sass-rails-rails70/Makefile new file mode 100644 index 000000000000..7a328d914490 --- /dev/null +++ b/textproc/rubygem-sass-rails-rails70/Makefile @@ -0,0 +1,22 @@ +# Created by: Johannes Jost Meixner <xmj@FreeBSD.org> + +PORTNAME= sass-rails +PORTVERSION= 6.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails70 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Sass adapter for the Rails asset pipeline + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-sassc-rails-rails70>=2.1.1<3:textproc/rubygem-sassc-rails-rails70 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-sass-rails-rails70/distinfo b/textproc/rubygem-sass-rails-rails70/distinfo new file mode 100644 index 000000000000..299386c07d4a --- /dev/null +++ b/textproc/rubygem-sass-rails-rails70/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1569832463 +SHA256 (rubygem/sass-rails-6.0.0.gem) = e0b6448ea1c7929fd5929fc7a8eb2d78045e44cc82fc0765a249d3fa1c5810d3 +SIZE (rubygem/sass-rails-6.0.0.gem) = 7168 diff --git a/textproc/rubygem-sass-rails-rails70/pkg-descr b/textproc/rubygem-sass-rails-rails70/pkg-descr new file mode 100644 index 000000000000..e4a6b809b4d8 --- /dev/null +++ b/textproc/rubygem-sass-rails-rails70/pkg-descr @@ -0,0 +1,3 @@ +Sass adapter for the Rails asset pipeline. + +WWW: https://github.com/rails/sass-rails
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111852.20BIqT4T060184>