Update ruby-sass to 3.2.7.

3.2.7

* The index and zip functions now work like all other list functions and treat
  individual values as single-element lists.
* Avoid stack overflow errors caused by very long function or mixin argument
  lists.
* Emit relative paths when using the --line-comments flag of the sass
  executable.
* Fix a case where very long numbers would cause the SCSS parser to take
  exponential time.

3.2.6

* Support for Rubinius 2.0.0.rc1. All tests pass in 1.8 mode. 1.9 mode has
  some tests blocked on Rubinius issue 2139.
* Support for JRuby 1.7.2.
* Support for symlinked executables. Thanks to Yin-So Chen.
* Support for bubbling @supports queries in the indented syntax.
* Fix an incorrect warning when using @extend from within nested @media
  queries.
* Update the bundled version of listen to 0.7.2.
This commit is contained in:
taca 2013-03-14 16:23:19 +00:00
parent 28f50d29c5
commit 020b38316d
3 changed files with 12 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2013/02/11 14:47:00 taca Exp $
# $NetBSD: Makefile,v 1.12 2013/03/14 16:23:19 taca Exp $
DISTNAME= sass-3.2.5
DISTNAME= sass-3.2.7
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2012/12/17 15:52:31 taca Exp $
@comment $NetBSD: PLIST,v 1.9 2013/03/14 16:23:19 taca Exp $
bin/sass
bin/sass-convert
bin/scss
@ -240,6 +240,7 @@ ${GEM_LIBDIR}/test/sass/util/subset_map_test.rb
${GEM_LIBDIR}/test/sass/util_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/vendor/listen/CHANGELOG.md
${GEM_LIBDIR}/vendor/listen/CONTRIBUTING.md
${GEM_LIBDIR}/vendor/listen/Gemfile
${GEM_LIBDIR}/vendor/listen/Guardfile
${GEM_LIBDIR}/vendor/listen/LICENSE
@ -248,10 +249,12 @@ ${GEM_LIBDIR}/vendor/listen/Rakefile
${GEM_LIBDIR}/vendor/listen/Vagrantfile
${GEM_LIBDIR}/vendor/listen/lib/listen.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/adapter.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/adapters/bsd.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/adapters/darwin.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/adapters/linux.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/adapters/polling.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/adapters/windows.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/dependency_manager.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/directory_record.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/listener.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/multi_listener.rb
@ -259,10 +262,12 @@ ${GEM_LIBDIR}/vendor/listen/lib/listen/turnstile.rb
${GEM_LIBDIR}/vendor/listen/lib/listen/version.rb
${GEM_LIBDIR}/vendor/listen/listen.gemspec
${GEM_LIBDIR}/vendor/listen/spec/listen/adapter_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/adapters/bsd_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/adapters/darwin_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/adapters/linux_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/adapters/polling_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/adapters/windows_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/dependency_manager_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/directory_record_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/listener_spec.rb
${GEM_LIBDIR}/vendor/listen/spec/listen/multi_listener_spec.rb

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2013/02/11 14:47:00 taca Exp $
$NetBSD: distinfo,v 1.11 2013/03/14 16:23:19 taca Exp $
SHA1 (sass-3.2.5.gem) = 23da56090207f7fff3b16d1fb7b2ce9389a57c69
RMD160 (sass-3.2.5.gem) = ec035a2842555543f9a1cb72d19ad6e72e8491b5
Size (sass-3.2.5.gem) = 252416 bytes
SHA1 (sass-3.2.7.gem) = c80ba98904cff41bf7d1f2b9942bef72cb39ed2f
RMD160 (sass-3.2.7.gem) = 48b70c0669e14e57465faa5dea68b775e5ba12ac
Size (sass-3.2.7.gem) = 258048 bytes