diff options
author | taca <taca> | 2011-12-17 15:28:52 +0000 |
---|---|---|
committer | taca <taca> | 2011-12-17 15:28:52 +0000 |
commit | 7e723fe4a9938784505911e124310162512ca4d0 (patch) | |
tree | c15b44b58dbba1497e9d6731af8aeee649ecc319 | |
parent | a952e44e56ca747a35f4e4ca86a14f989f6fbe02 (diff) | |
download | pkgsrc-7e723fe4a9938784505911e124310162512ca4d0.tar.gz |
Update www/ruby-sass to 3.1.12.
3.1.12
* Compatibility with the mathn library (thanks to Thomas Walpole).
* Fix some infinite loops with mixins that were previously uncaught.
* Catch infinite @import loops.
* Fix a deprecation warning in sass --update and --watch (thanks to Marcel
Köppen).
* Don’t make $important a special pre-initialized variable.
* Fix exponential parsing time of certain complex property values and
selectors.
* Properly merge @media directives with comma-separated queries.
E.g.
@media foo, bar { @media baz { ... } } now becomes
@media foo and baz, bar and baz { ... }.
-rw-r--r-- | www/ruby-sass/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-sass/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile index c48175dad85..e5b97eaf568 100644 --- a/www/ruby-sass/Makefile +++ b/www/ruby-sass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/12/16 13:57:15 taca Exp $ +# $NetBSD: Makefile,v 1.5 2011/12/17 15:28:52 taca Exp $ -DISTNAME= sass-3.1.11 +DISTNAME= sass-3.1.12 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo index bcd1c4deaad..41d190a16fd 100644 --- a/www/ruby-sass/distinfo +++ b/www/ruby-sass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/12/16 13:57:15 taca Exp $ +$NetBSD: distinfo,v 1.4 2011/12/17 15:28:52 taca Exp $ -SHA1 (sass-3.1.11.gem) = 409626158f9fcd813fb28281a0bd7457bd07479f -RMD160 (sass-3.1.11.gem) = 1caa73c035bd52bc71541eb2401876b2745d32c8 -Size (sass-3.1.11.gem) = 215552 bytes +SHA1 (sass-3.1.12.gem) = ec8729f3c1822b7bf67a26635db8396b35090523 +RMD160 (sass-3.1.12.gem) = e36ad5f7e5f5ff5320eba4b0d6cacfe6849a2e22 +Size (sass-3.1.12.gem) = 216576 bytes |