pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-sass
Module Name: pkgsrc
Committed By: taca
Date: Tue Oct 18 16:18:36 UTC 2016
Modified Files:
pkgsrc/www/ruby-sass: Makefile PLIST distinfo
Log Message:
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 #{}.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-sass/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/ruby-sass/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-sass/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-sass/Makefile
diff -u pkgsrc/www/ruby-sass/Makefile:1.20 pkgsrc/www/ruby-sass/Makefile:1.21
--- pkgsrc/www/ruby-sass/Makefile:1.20 Tue Mar 15 16:22:46 2016
+++ pkgsrc/www/ruby-sass/Makefile Tue Oct 18 16:18:36 2016
@@ -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
Index: pkgsrc/www/ruby-sass/PLIST
diff -u pkgsrc/www/ruby-sass/PLIST:1.13 pkgsrc/www/ruby-sass/PLIST:1.14
--- pkgsrc/www/ruby-sass/PLIST:1.13 Sun Sep 13 15:45:45 2015
+++ pkgsrc/www/ruby-sass/PLIST Tue Oct 18 16:18:36 2016
@@ -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/root.rb
${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.rb
${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/subset_map.r
${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
Index: pkgsrc/www/ruby-sass/distinfo
diff -u pkgsrc/www/ruby-sass/distinfo:1.19 pkgsrc/www/ruby-sass/distinfo:1.20
--- pkgsrc/www/ruby-sass/distinfo:1.19 Tue Mar 15 16:22:46 2016
+++ pkgsrc/www/ruby-sass/distinfo Tue Oct 18 16:18:36 2016
@@ -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