summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-13 16:14:53 +0000
committertaca <taca@pkgsrc.org>2015-12-13 16:14:53 +0000
commitb56429097f6ff2778d267901a6787030f1989bba (patch)
tree277b269b07d92080e351e53dd958f817bf0ddbbe /www
parent698e88006f428d6fec6f2dee023d39319990b9cc (diff)
downloadpkgsrc-b56429097f6ff2778d267901a6787030f1989bba.tar.gz
Update ruby-sass to 3.4.20.
3.4.20 (09 December 2015) * Fix a bug with the rounding changes from 3.4.14 and 3.4.15 where some negative numbers would incorrectly be rounded up instead of down. * Better compression for :nth pseudoselectors with subtraction. Issue #1650 * Add support for the new supports() clause for CSS @import directives. * Rounding numbers now respects Sass’s precision setting for numbers very close to half an integer. * Add support for the q unit, representing one quarter of a millimeter. * Mitigate a race condition when multiple threads are using the same Sass::Plugin object at once. * In compressed mode, numbers between -1 and 1 now have the leading 0 omitted. * Source maps now include source ranges for comments. Deprecation – Must Read! Certain ways of using #{} without quotes in property and variable values have been deprecated in order to simplify the feature. Currently, #{} behaves unpredictably. If it’s used near operators, it will cause those operators to become part of an unquoted string instead of having their normal meaning. This isn’t an especially useful feature, and it makes it hard to reason about some code that includes #{}, so we’re getting rid of it. In the new world, #{} just returns an unquoted string that acts like any other unquoted string. For example, foo + #{$var} will now do the same thing as foo + $var, instead of doing the same thing as unquote("foo + #{$var}"). In order to ease the transition, Sass will now emit deprecation warnings for all uses of #{} that will change behavior in 4.0. We don’t anticipate many warnings to appear in practice, and you can fix most of them automatically by running sass-convert --in-place on the affected files. For more details, see the blog post on the deprecation and the GitHub issue in which it was planned.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-sass/Makefile4
-rw-r--r--www/ruby-sass/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile
index 00949f75a29..b6a7299aff7 100644
--- a/www/ruby-sass/Makefile
+++ b/www/ruby-sass/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2015/09/13 15:45:45 taca Exp $
+# $NetBSD: Makefile,v 1.19 2015/12/13 16:14:53 taca Exp $
-DISTNAME= sass-3.4.18
+DISTNAME= sass-3.4.20
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo
index 3ba8c53d3c8..2911f351f87 100644
--- a/www/ruby-sass/distinfo
+++ b/www/ruby-sass/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2015/11/04 02:47:37 agc Exp $
+$NetBSD: distinfo,v 1.18 2015/12/13 16:14:53 taca Exp $
-SHA1 (sass-3.4.18.gem) = 8aa7fc096d24d007fade0509f7e70c4f458ec757
-RMD160 (sass-3.4.18.gem) = a00c219bcbc6d2fa6b8736c67f7a647000b34963
-SHA512 (sass-3.4.18.gem) = 16e0360e130cdbd0e0e19d8198ac0d3d50debc49c950062e276be69613a99d539e23ab4b40887baed369034c5724acfe238920658dd586ff17c97dafb173dba2
-Size (sass-3.4.18.gem) = 339456 bytes
+SHA1 (sass-3.4.20.gem) = 996f09ef7ca58fcbd6f0047542aeab0c66143b69
+RMD160 (sass-3.4.20.gem) = 7596acef12bc7f7ff794dfe0b229d7777539cb94
+SHA512 (sass-3.4.20.gem) = 3df8eb248499b5b08d1dee828cd359f86d47fe487e442f073c84cf18b88d004e41bcf0e5505fc38e1a37d985ad2d6863487406773ff0a0d876676fb72c774cdb
+Size (sass-3.4.20.gem) = 343552 bytes