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.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2da7a85d3013
branches:  trunk
changeset: 354001:2da7a85d3013
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Oct 18 16:18:36 2016 +0000

description:
Update ruby-sass to 3.4.22.

3.4.22 (28 March 2016)

    * Sass now runs without warnings when running ruby with code style
      warnings enabled.

    * Sass no longer watches the current working directory unless it is on
      the load path or the files being compiled are in the current working
      directory. This was causing performance issues for users with large
      numbers of files in their project directory. Issue #1562, Issue #1966,
      Issue #2006.

    * sass-convert now accepts a -q and --quiet option to disable ouput
      while it is running.

    * Fixed a bug in sass-convert when recursively processing CSS files into
      Sass files which caused the process to crash without processing any
      files. Issue #1827,

Deprecation ? Must Read!

    * Support for Ruby 1.8.7 and 1.9.3 is deprecated. See this blog post for
      details.

    * The current handling of CSS variables is deprecated. In order to
      support the CSS spec as fully as possible, no Sass-specific constructs
      other than #{} will be supported in CSS variable values. For
      forwards-compatibility, any SassScript being used in CSS variables
      must be moved into #{}.

diffstat:

 www/ruby-sass/Makefile |   4 ++--
 www/ruby-sass/PLIST    |   7 ++++---
 www/ruby-sass/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (67 lines):

diff -r a31ebcba56e1 -r 2da7a85d3013 www/ruby-sass/Makefile
--- a/www/ruby-sass/Makefile    Tue Oct 18 16:15:22 2016 +0000
+++ b/www/ruby-sass/Makefile    Tue Oct 18 16:18:36 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2016/03/15 16:22:46 taca Exp $
+# $NetBSD: Makefile,v 1.21 2016/10/18 16:18:36 taca Exp $
 
-DISTNAME=      sass-3.4.21
+DISTNAME=      sass-3.4.22
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r a31ebcba56e1 -r 2da7a85d3013 www/ruby-sass/PLIST
--- a/www/ruby-sass/PLIST       Tue Oct 18 16:15:22 2016 +0000
+++ b/www/ruby-sass/PLIST       Tue Oct 18 16:18:36 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2015/09/13 15:45:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/10/18 16:18:36 taca Exp $
 bin/sass${RUBY_SUFFIX}
 bin/sass-convert${RUBY_SUFFIX}
 bin/scss${RUBY_SUFFIX}
@@ -57,6 +57,7 @@
 ${GEM_LIBDIR}/lib/sass/script.rb
 ${GEM_LIBDIR}/lib/sass/script/css_lexer.rb
 ${GEM_LIBDIR}/lib/sass/script/css_parser.rb
+${GEM_LIBDIR}/lib/sass/script/css_variable_warning.rb
 ${GEM_LIBDIR}/lib/sass/script/functions.rb
 ${GEM_LIBDIR}/lib/sass/script/lexer.rb
 ${GEM_LIBDIR}/lib/sass/script/parser.rb
@@ -87,8 +88,6 @@
 ${GEM_LIBDIR}/lib/sass/scss/css_parser.rb
 ${GEM_LIBDIR}/lib/sass/scss/parser.rb
 ${GEM_LIBDIR}/lib/sass/scss/rx.rb
-${GEM_LIBDIR}/lib/sass/scss/script_lexer.rb
-${GEM_LIBDIR}/lib/sass/scss/script_parser.rb
 ${GEM_LIBDIR}/lib/sass/scss/static_parser.rb
 ${GEM_LIBDIR}/lib/sass/selector.rb
 ${GEM_LIBDIR}/lib/sass/selector/abstract_sequence.rb
@@ -149,11 +148,13 @@
 ${GEM_LIBDIR}/lib/sass/util/test.rb
 ${GEM_LIBDIR}/lib/sass/version.rb
 ${GEM_LIBDIR}/rails/init.rb
+${GEM_LIBDIR}/test/sass-spec.yml
 ${GEM_LIBDIR}/test/sass/cache_test.rb
 ${GEM_LIBDIR}/test/sass/callbacks_test.rb
 ${GEM_LIBDIR}/test/sass/compiler_test.rb
 ${GEM_LIBDIR}/test/sass/conversion_test.rb
 ${GEM_LIBDIR}/test/sass/css2sass_test.rb
+${GEM_LIBDIR}/test/sass/css_variable_test.rb
 ${GEM_LIBDIR}/test/sass/data/hsl-rgb.txt
 ${GEM_LIBDIR}/test/sass/encoding_test.rb
 ${GEM_LIBDIR}/test/sass/engine_test.rb
diff -r a31ebcba56e1 -r 2da7a85d3013 www/ruby-sass/distinfo
--- a/www/ruby-sass/distinfo    Tue Oct 18 16:15:22 2016 +0000
+++ b/www/ruby-sass/distinfo    Tue Oct 18 16:18:36 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2016/03/15 16:22:46 taca Exp $
+$NetBSD: distinfo,v 1.20 2016/10/18 16:18:36 taca Exp $
 
-SHA1 (sass-3.4.21.gem) = e340d12cef811198b7a40152c8f9e21c4c568a1c
-RMD160 (sass-3.4.21.gem) = 0f36c17b0c74619e8c8c6a6b5ac5561991661163
-SHA512 (sass-3.4.21.gem) = 10b46c79690edfca10704824b562385b39842832dedeaed80c7b2fb8921174120c48a6997aad4e61c1bfa4bc5a7deaed46e42005f49060f62ff93b6311368a07
-Size (sass-3.4.21.gem) = 345088 bytes
+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



Home | Main Index | Thread Index | Old Index