diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 14:47:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 14:47:00 +0000 |
commit | 1a3fb6bc3654f019bcdc4ffdbbec83ce0fb463d1 (patch) | |
tree | 638656a05599382120751b00be57da600dd04810 | |
parent | 3534c9d71b05a4fc9d16cd99628797a35cf4e8f7 (diff) | |
download | pkgsrc-1a3fb6bc3654f019bcdc4ffdbbec83ce0fb463d1.tar.gz |
Update ruby-sass to 3.2.5.
3.2.5
* Fix a bug where bogus @extend warnings were being generated.
* Fix an @import bug on Windows. Thanks to Darryl Miles.
* Ruby 2.0.0-preview compatibility. Thanks to Eric Saxby.
* Fix incorrect line numbering when using DOS line endings with the indented
syntax.
3.2.4
* Fix imports from .jar files in JRuby. Thanks to Alex Hvostov.
* Allow comments within @import statements in SCSS.
* Fix a parsing performance bug where long decimals would occasionally take
many minutes to parse.
-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 8c8d103ab09..0355a4f5829 100644 --- a/www/ruby-sass/Makefile +++ b/www/ruby-sass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/12/17 15:52:31 taca Exp $ +# $NetBSD: Makefile,v 1.11 2013/02/11 14:47:00 taca Exp $ -DISTNAME= sass-3.2.3 +DISTNAME= sass-3.2.5 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo index 108edbc3caf..0ae29593c16 100644 --- a/www/ruby-sass/distinfo +++ b/www/ruby-sass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/12/17 15:52:31 taca Exp $ +$NetBSD: distinfo,v 1.10 2013/02/11 14:47:00 taca Exp $ -SHA1 (sass-3.2.3.gem) = 1834cec8596380ae667bb4bdd4defff82607a4a5 -RMD160 (sass-3.2.3.gem) = f7b8f81df726a758f3f5b7fe737fb5f6f83ffe87 -Size (sass-3.2.3.gem) = 251904 bytes +SHA1 (sass-3.2.5.gem) = 23da56090207f7fff3b16d1fb7b2ce9389a57c69 +RMD160 (sass-3.2.5.gem) = ec035a2842555543f9a1cb72d19ad6e72e8491b5 +Size (sass-3.2.5.gem) = 252416 bytes |