diff options
author | taca <taca@pkgsrc.org> | 2015-06-11 17:01:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-11 17:01:41 +0000 |
commit | ed5e721e02ffc3cbc15b802881e27f6a5f9d52ad (patch) | |
tree | 77b5e20a0c436ec232db6b1ff0a01366149e6989 /www | |
parent | e44485cb1357b6a659b9733513691c4c233145d8 (diff) | |
download | pkgsrc-ed5e721e02ffc3cbc15b802881e27f6a5f9d52ad.tar.gz |
Update ruby-sass to 3.4.14.
3.4.14 (22 May 2015)
* Further avoid race conditions when caching.
* Only emit one warning for each line that uses the deprecated form of
unquote().
* Stop parsing and emitting invalid @supports directives.
* Add a deprecation warning for using != to compare a number with units to a
number without. Such a warning already existed for ==.
* Improve rounding of the results of color operations.
Diffstat (limited to 'www')
-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 62cca748b15..3643a782edd 100644 --- a/www/ruby-sass/Makefile +++ b/www/ruby-sass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/03/13 17:39:51 taca Exp $ +# $NetBSD: Makefile,v 1.17 2015/06/11 17:01:41 taca Exp $ -DISTNAME= sass-3.4.13 +DISTNAME= sass-3.4.14 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo index ec33c6a8666..d6cd5752122 100644 --- a/www/ruby-sass/distinfo +++ b/www/ruby-sass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2015/03/13 17:39:51 taca Exp $ +$NetBSD: distinfo,v 1.15 2015/06/11 17:01:41 taca Exp $ -SHA1 (sass-3.4.13.gem) = 741cc024c8248699f917a46153754d7d1b4ecc75 -RMD160 (sass-3.4.13.gem) = a7d8a9b73358fe626c18e432f7d92d2354011eb3 -Size (sass-3.4.13.gem) = 335872 bytes +SHA1 (sass-3.4.14.gem) = bd312d6dea6936c07db60ecdf2f7d69ac91593c1 +RMD160 (sass-3.4.14.gem) = d2083da10d34a5a0181c49a7d6325f5fb626b126 +Size (sass-3.4.14.gem) = 336384 bytes |