diff options
author | taca <taca@pkgsrc.org> | 2013-09-15 18:05:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-15 18:05:37 +0000 |
commit | aade374165e30c1e245e432bd1a78d620a05d378 (patch) | |
tree | 69c5ebd9190eff12b7d8f21c0ca482c4849c63fe /www | |
parent | cc08845c1e0607d7f03f45c73a3ff2be98f6a555 (diff) | |
download | pkgsrc-aade374165e30c1e245e432bd1a78d620a05d378.tar.gz |
Update ruby-sass to 3.2.10.
3.2.10
* Use the Sass logger infrastructure for @debug directives.
* When printing a Sass error into a CSS comment, escape */ so the comment
doesn¡Çt end prematurely.
* Preserve the ! in /*! ... */-style comments.
* Fix a bug where selectors were being incorrectly trimmed when using @extend.
* Fix a bug where sass --unix-newlines and sass-convert --in-place are not
working on Windows (thanks SATO Kentaro).
3.2.9
* Fix a bug where @extends would occasionally cause a selector to be generated
with the incorrect specificity.
* Avoid loading listen v1.0, even if it¡Çs installed as a Gem (see issue 719).
* Update the bundled version of listen to 0.7.3.
* Automatically avoid the IE7 content: counter bug.
3.2.8
* Fix some edge cases where redundant selectors were emitted when using @extend.
* Fix a bug where comma-separated lists with interpolation could lose elements.
* Fix a bug in sass-convert where lists being passed as arguments to functions
or mixins would lose their surrounding parentheses.
* Fix a bug in sass-convert where null wasn¡Çt being converted correctly.
* Fix a bug where multiple spaces in a string literal would sometimes be
folded together.
* sass and sass-convert won¡Çt create an empty file before writing to it. This
fixes a flash of unstyled content when using LiveReload and similar tools.
* Fix a case where a corrupted cache could produce fatal errors on some
versions of Ruby.
* Fix a case where a mixin loop error would be incorrectly reported when using
@content.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-sass/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-sass/PLIST | 5 | ||||
-rw-r--r-- | www/ruby-sass/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile index b4e2d116571..3d4f8ccc327 100644 --- a/www/ruby-sass/Makefile +++ b/www/ruby-sass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2013/04/06 03:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.14 2013/09/15 18:05:37 taca Exp $ -DISTNAME= sass-3.2.7 +DISTNAME= sass-3.2.10 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-sass/PLIST b/www/ruby-sass/PLIST index 1103e126d4f..cc3a14352da 100644 --- a/www/ruby-sass/PLIST +++ b/www/ruby-sass/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2013/03/14 16:23:19 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2013/09/15 18:05:37 taca Exp $ bin/sass bin/sass-convert bin/scss @@ -121,6 +121,7 @@ ${GEM_LIBDIR}/lib/sass/tree/while_node.rb ${GEM_LIBDIR}/lib/sass/util.rb ${GEM_LIBDIR}/lib/sass/util/multibyte_string_scanner.rb ${GEM_LIBDIR}/lib/sass/util/subset_map.rb +${GEM_LIBDIR}/lib/sass/util/test.rb ${GEM_LIBDIR}/lib/sass/version.rb ${GEM_LIBDIR}/rails/init.rb ${GEM_LIBDIR}/test/Gemfile @@ -131,6 +132,7 @@ ${GEM_LIBDIR}/test/sass/conversion_test.rb ${GEM_LIBDIR}/test/sass/css2sass_test.rb ${GEM_LIBDIR}/test/sass/data/hsl-rgb.txt ${GEM_LIBDIR}/test/sass/engine_test.rb +${GEM_LIBDIR}/test/sass/exec_test.rb ${GEM_LIBDIR}/test/sass/extend_test.rb ${GEM_LIBDIR}/test/sass/fixtures/test_staleness_check_across_importers.css ${GEM_LIBDIR}/test/sass/fixtures/test_staleness_check_across_importers.scss @@ -193,6 +195,7 @@ ${GEM_LIBDIR}/test/sass/templates/bork1.sass ${GEM_LIBDIR}/test/sass/templates/bork2.sass ${GEM_LIBDIR}/test/sass/templates/bork3.sass ${GEM_LIBDIR}/test/sass/templates/bork4.sass +${GEM_LIBDIR}/test/sass/templates/bork5.sass ${GEM_LIBDIR}/test/sass/templates/cached_import_option.scss ${GEM_LIBDIR}/test/sass/templates/compact.sass ${GEM_LIBDIR}/test/sass/templates/complex.sass diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo index 90f264c17c0..fa5b7a94c8e 100644 --- a/www/ruby-sass/distinfo +++ b/www/ruby-sass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/03/14 16:23:19 taca Exp $ +$NetBSD: distinfo,v 1.12 2013/09/15 18:05:37 taca Exp $ -SHA1 (sass-3.2.7.gem) = c80ba98904cff41bf7d1f2b9942bef72cb39ed2f -RMD160 (sass-3.2.7.gem) = 48b70c0669e14e57465faa5dea68b775e5ba12ac -Size (sass-3.2.7.gem) = 258048 bytes +SHA1 (sass-3.2.10.gem) = 94dfe91de2dbf67ac8212e31ac710417667dd02c +RMD160 (sass-3.2.10.gem) = 89010f1957c11edfac040dc3b1e36fdf851ee5d7 +Size (sass-3.2.10.gem) = 261632 bytes |