summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2013-03-14 16:23:19 +0000
committertaca <taca>2013-03-14 16:23:19 +0000
commit99615ec37f2327d75154c05400d6d43f5c67d2ae (patch)
tree800a25724f5193be574e0e30198a5be2aa848341
parent40a841be7cbd3067d53cf1299f20a0197bd7e638 (diff)
downloadpkgsrc-99615ec37f2327d75154c05400d6d43f5c67d2ae.tar.gz
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.
-rw-r--r--www/ruby-sass/Makefile4
-rw-r--r--www/ruby-sass/PLIST7
-rw-r--r--www/ruby-sass/distinfo8
3 files changed, 12 insertions, 7 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile
index 0355a4f5829..994e26b7ee3 100644
--- a/www/ruby-sass/Makefile
+++ b/www/ruby-sass/Makefile
@@ -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
diff --git a/www/ruby-sass/PLIST b/www/ruby-sass/PLIST
index ca34cac48d9..1103e126d4f 100644
--- a/www/ruby-sass/PLIST
+++ b/www/ruby-sass/PLIST
@@ -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
diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo
index 0ae29593c16..90f264c17c0 100644
--- a/www/ruby-sass/distinfo
+++ b/www/ruby-sass/distinfo
@@ -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