summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-16 13:57:15 +0000
committertaca <taca@pkgsrc.org>2011-12-16 13:57:15 +0000
commitf5ba7e159d68b41fea9f6974c0d1d64af8ad968b (patch)
tree5eb90406a1378d2bdbb322ff7b55ba6eb6c8894b /www
parentcd3c2d6886ee8175d3a0f6522a75f0ed6335b46a (diff)
downloadpkgsrc-f5ba7e159d68b41fea9f6974c0d1d64af8ad968b.tar.gz
Update www/ruby-sass package to 3.1.11.
3.1.11 * Allow control directives (such as @if) to be nested beneath properties. * Allow property names to begin with a hyphen followed by interpolation (e.g. -#{...}). * Fix a parsing error with interpolation in comma-separated lists. * Make --cache-store with with --update. * Properly report ArgumentErrors that occur within user-defined functions. * Don’t crash on JRuby if the underlying Java doesn’t support every Unicode encoding. * Add new updated_stylesheet callback, which is run after each stylesheet has been successfully compiled. Thanks to Christian Peters. * Allow absolute paths to be used in an importer with a different root. * Don’t destructively modify the options when running Sass::Plugin.force_update. Deprecations – Must Read! * The updating_stylesheet is deprecated and will be removed in a future release. Use the new updated_stylesheet callback instead. 3.1.10 * Fix another aspect of the 3.1.8 regression relating to +. 3.1.9 * Fix a regression in 3.1.8 that broke the + combinator in selectors. * Deprecate the loud-comment flag when used with silent comments (e.g. //!). Using it with multi-line comments (e.g. /*!) still works. 3.1.8 * Deprecate parent selectors followed immediately by identifiers (e.g. &foo). This should never have worked, since it violates the rule of & only being usable where an element selector would. * Add a --force option to the sass executable which makes --update always compile all stylesheets, even if the CSS is newer. * Disallow semicolons at the end of @import directives in the indented syntax. * Don’t error out when being used as a library without requiring fileutil. * Don’t crash when Compass-style sprite imports are used with StalenessChecker (thanks to Matthias Bauer). * The numeric precision of numbers in Sass can now be set using the --precision option to the command line. Additionally, the default number of digits of precision in Sass output can now be changed by setting Sass::Script::Number.precision to an integer (defaults to 3). Since this value can now be changed, the PRECISION constant in Sass::Script::Number has been deprecated. In the unlikely event that you were using it in your code, you should now use Sass::Script::Number.precision_factor instead. * Don’t crash when running sass-convert with selectors with two commas in a row. * Explicitly require Ruby >= 1.8.7 (thanks Eric Mason). * Properly validate the nesting of elements in imported stylesheets. * Properly compile files in parent directories with --watch and --update. * Properly null out options in mixin definitions before caching them. This fixes a caching bug that has been plaguing some Rails 3.1 users.
Diffstat (limited to 'www')
-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 510fc07fea8..c48175dad85 100644
--- a/www/ruby-sass/Makefile
+++ b/www/ruby-sass/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2011/08/13 00:31:49 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/12/16 13:57:15 taca Exp $
-DISTNAME= sass-3.1.7
+DISTNAME= sass-3.1.11
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/www/ruby-sass/PLIST b/www/ruby-sass/PLIST
index 4789548f3e1..6d559ef2b67 100644
--- a/www/ruby-sass/PLIST
+++ b/www/ruby-sass/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2011/08/13 00:31:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/12/16 13:57:15 taca Exp $
bin/sass
bin/sass-convert
+bin/scss
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CONTRIBUTING
@@ -113,6 +114,8 @@ ${GEM_LIBDIR}/lib/sass/util.rb
${GEM_LIBDIR}/lib/sass/util/subset_map.rb
${GEM_LIBDIR}/lib/sass/version.rb
${GEM_LIBDIR}/rails/init.rb
+${GEM_LIBDIR}/test/Gemfile
+${GEM_LIBDIR}/test/Gemfile.lock
${GEM_LIBDIR}/test/sass/cache_test.rb
${GEM_LIBDIR}/test/sass/callbacks_test.rb
${GEM_LIBDIR}/test/sass/conversion_test.rb
@@ -174,6 +177,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/compact.sass
${GEM_LIBDIR}/test/sass/templates/complex.sass
${GEM_LIBDIR}/test/sass/templates/compressed.sass
@@ -194,6 +198,7 @@ ${GEM_LIBDIR}/test/sass/templates/nested_bork1.sass
${GEM_LIBDIR}/test/sass/templates/nested_bork2.sass
${GEM_LIBDIR}/test/sass/templates/nested_bork3.sass
${GEM_LIBDIR}/test/sass/templates/nested_bork4.sass
+${GEM_LIBDIR}/test/sass/templates/nested_bork5.sass
${GEM_LIBDIR}/test/sass/templates/nested_import.sass
${GEM_LIBDIR}/test/sass/templates/nested_mixin_bork.sass
${GEM_LIBDIR}/test/sass/templates/options.sass
diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo
index 086fc6c06b0..bcd1c4deaad 100644
--- a/www/ruby-sass/distinfo
+++ b/www/ruby-sass/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/08/13 00:31:49 taca Exp $
+$NetBSD: distinfo,v 1.3 2011/12/16 13:57:15 taca Exp $
-SHA1 (sass-3.1.7.gem) = 58b7aa21586ec0f2ab96c959914d63d35875b7ff
-RMD160 (sass-3.1.7.gem) = 33affbd6cb0512ef091aea5f4873b92dc26ad432
-Size (sass-3.1.7.gem) = 211968 bytes
+SHA1 (sass-3.1.11.gem) = 409626158f9fcd813fb28281a0bd7457bd07479f
+RMD160 (sass-3.1.11.gem) = 1caa73c035bd52bc71541eb2401876b2745d32c8
+Size (sass-3.1.11.gem) = 215552 bytes