pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-sass Update ruby-sass to 3.4.23.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fee8b30c92fb
branches: trunk
changeset: 360016:fee8b30c92fb
user: taca <taca%pkgsrc.org@localhost>
date: Mon Mar 20 16:04:57 2017 +0000
description:
Update ruby-sass to 3.4.23.
3.4.23 (19 December 2016)
* The Sass logger is now instantiated on a per-thread/per-fiber basis and can
now be configured to output to any IO object. This can help services and
processes that wrap Sass compilation reliably extract warnings in a
concurrent environment.
* Setting the numeric precision by assigning to
Sass::Script::Value::Number.precision is now thread safe. To set for all
threads, be sure to set the precision on the main thread.
* Sass cache files will now be world and group writable if your umask allows
it. Issue #1623
* The supports(...) clause in @import statements now allows bare declarations
as per the CSS specification. Issue #1967
* Fix a bug where, under some circumstances, str-slice() would go to the end
of the string even if $end-at was set.
* Fix conversions between numbers with dpi, dpcm, and dppx units. Previously
these conversions were inverted.
* Support url()s containing quoted strings within unknown directives.
diffstat:
www/ruby-sass/Makefile | 4 ++--
www/ruby-sass/PLIST | 4 +++-
www/ruby-sass/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r b20d783f990f -r fee8b30c92fb www/ruby-sass/Makefile
--- a/www/ruby-sass/Makefile Mon Mar 20 16:02:10 2017 +0000
+++ b/www/ruby-sass/Makefile Mon Mar 20 16:04:57 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/10/18 16:18:36 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/03/20 16:04:57 taca Exp $
-DISTNAME= sass-3.4.22
+DISTNAME= sass-3.4.23
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r b20d783f990f -r fee8b30c92fb www/ruby-sass/PLIST
--- a/www/ruby-sass/PLIST Mon Mar 20 16:02:10 2017 +0000
+++ b/www/ruby-sass/PLIST Mon Mar 20 16:04:57 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2016/10/18 16:18:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/03/20 16:04:57 taca Exp $
bin/sass${RUBY_SUFFIX}
bin/sass-convert${RUBY_SUFFIX}
bin/scss${RUBY_SUFFIX}
@@ -16,6 +16,7 @@
${GEM_LIBDIR}/bin/sass
${GEM_LIBDIR}/bin/sass-convert
${GEM_LIBDIR}/bin/scss
+${GEM_LIBDIR}/extra/sass-spec-ref.sh
${GEM_LIBDIR}/extra/update_watch.rb
${GEM_LIBDIR}/init.rb
${GEM_LIBDIR}/lib/sass.rb
@@ -41,6 +42,7 @@
${GEM_LIBDIR}/lib/sass/importers/filesystem.rb
${GEM_LIBDIR}/lib/sass/logger.rb
${GEM_LIBDIR}/lib/sass/logger/base.rb
+${GEM_LIBDIR}/lib/sass/logger/delayed.rb
${GEM_LIBDIR}/lib/sass/logger/log_level.rb
${GEM_LIBDIR}/lib/sass/media.rb
${GEM_LIBDIR}/lib/sass/plugin.rb
diff -r b20d783f990f -r fee8b30c92fb www/ruby-sass/distinfo
--- a/www/ruby-sass/distinfo Mon Mar 20 16:02:10 2017 +0000
+++ b/www/ruby-sass/distinfo Mon Mar 20 16:04:57 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2016/10/18 16:18:36 taca Exp $
+$NetBSD: distinfo,v 1.21 2017/03/20 16:04:57 taca Exp $
-SHA1 (sass-3.4.22.gem) = c39419fef6e2bf78aea56caa27217e0758096e60
-RMD160 (sass-3.4.22.gem) = 2aee04eac1adeb48ca20193d2835332048f2f52c
-SHA512 (sass-3.4.22.gem) = 4565f80bb7959988416488a9d69799bda1947eb0d5eeedbe46def4c6912c9bffe3507be74d335be2d99bc7a527b23cb3818f9a9c182b89c52e1bfc0b8f20c330
-Size (sass-3.4.22.gem) = 349184 bytes
+SHA1 (sass-3.4.23.gem) = 3663f7cc68fea239e0ac408a3ef96c60aa54b2d0
+RMD160 (sass-3.4.23.gem) = 575ffe32f677ff5d8370e4f27bfcaaa5e68688cd
+SHA512 (sass-3.4.23.gem) = b29e6bff3495818e1e99410c479a87575ab15c2df48732b6f2f02e98233ec1c3055fd28ba75215286df237f21d15ed766574fbeeaf965dd20c1f82c2146f917f
+Size (sass-3.4.23.gem) = 351232 bytes
Home |
Main Index |
Thread Index |
Old Index