Date: Wed, 21 Jul 2021 18:14:39 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: 073785354515 - main - www/rubygem-bootstrap-sass: Update to 3.4.1 Message-ID: <202107211814.16LIEdxA044651@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=073785354515e8db7c1d151e62d6380796cbc6bb commit 073785354515e8db7c1d151e62d6380796cbc6bb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-21 17:21:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-21 18:12:06 +0000 www/rubygem-bootstrap-sass: Update to 3.4.1 Changes: https://github.com/twbs/bootstrap-sass/releases https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md --- www/rubygem-bootstrap-sass/Makefile | 11 +++++++---- www/rubygem-bootstrap-sass/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/www/rubygem-bootstrap-sass/Makefile b/www/rubygem-bootstrap-sass/Makefile index 7c548a5817ea..815d57e4190d 100644 --- a/www/rubygem-bootstrap-sass/Makefile +++ b/www/rubygem-bootstrap-sass/Makefile @@ -1,5 +1,5 @@ PORTNAME= bootstrap-sass -PORTVERSION= 3.3.7 +PORTVERSION= 3.4.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,10 +10,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-autoprefixer-rails>=5.2.1:textproc/rubygem-autoprefixer-rails \ - rubygem-sass>=3.3.4:textproc/rubygem-sass + rubygem-sassc>=2.0.0:textproc/rubygem-sassc -NO_ARCH= yes +USES= gem shebangfix USE_RUBY= yes -USES= gem + +NO_ARCH= yes + +SHEBANG_FILES= test/node_sass_compile_test.sh .include <bsd.port.mk> diff --git a/www/rubygem-bootstrap-sass/distinfo b/www/rubygem-bootstrap-sass/distinfo index 462ae95e4330..3e4aea7071cd 100644 --- a/www/rubygem-bootstrap-sass/distinfo +++ b/www/rubygem-bootstrap-sass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480761934 -SHA256 (rubygem/bootstrap-sass-3.3.7.gem) = a92f02af5be165be7e9934d1dfd597ab7ee64de96595b073b0b835c58c5b89ad -SIZE (rubygem/bootstrap-sass-3.3.7.gem) = 259072 +TIMESTAMP = 1626714728 +SHA256 (rubygem/bootstrap-sass-3.4.1.gem) = ba4673535eb0a8334a39a258ea8d81904832f47607069d0a1735b0937645c7df +SIZE (rubygem/bootstrap-sass-3.4.1.gem) = 276992
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211814.16LIEdxA044651>