diff options
author | taca <taca@pkgsrc.org> | 2016-03-15 16:22:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-03-15 16:22:46 +0000 |
commit | 41d40b2ff546cc525101b2f43a24001b8d3c9c30 (patch) | |
tree | a15384f71b27d36bda8e3a822cf769f466166436 /www | |
parent | 0da861862a9fd0f962b55bfcf47252b37e8c2d72 (diff) | |
download | pkgsrc-41d40b2ff546cc525101b2f43a24001b8d3c9c30.tar.gz |
Update ruby-sass to 3.4.21.
3.4.21 (11 January 2016)
This is a bug fix release.
* Consistent output formatting for numbers close to an integer.
Issue #1931
* Correctly round negative numbers that were almost but not quite a whole
number (slightly greater than the negative number).
Issue #1938
* Don't strip escaped semicolons from compressed output.
Issue #1932
* Only compress around dashes within nth selectors.
Issue #1933
* Selector compression of whitespace around commas was affecting attribute
values.
Issue #1947
* Make subtraction work when a unit is followed directly by a hyphen and then
a period. For example, 1em-.75em now returns 0.25em rather than
1em-0.75em. This is consistent with the behavior when the subtrahend begins
with a 0.
Issue #1954
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-sass/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-sass/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile index b6a7299aff7..5e87dedf8e3 100644 --- a/www/ruby-sass/Makefile +++ b/www/ruby-sass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2015/12/13 16:14:53 taca Exp $ +# $NetBSD: Makefile,v 1.20 2016/03/15 16:22:46 taca Exp $ -DISTNAME= sass-3.4.20 +DISTNAME= sass-3.4.21 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo index 2911f351f87..fdf240b9a4c 100644 --- a/www/ruby-sass/distinfo +++ b/www/ruby-sass/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2015/12/13 16:14:53 taca Exp $ +$NetBSD: distinfo,v 1.19 2016/03/15 16:22:46 taca Exp $ -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 +SHA1 (sass-3.4.21.gem) = e340d12cef811198b7a40152c8f9e21c4c568a1c +RMD160 (sass-3.4.21.gem) = 0f36c17b0c74619e8c8c6a6b5ac5561991661163 +SHA512 (sass-3.4.21.gem) = 10b46c79690edfca10704824b562385b39842832dedeaed80c7b2fb8921174120c48a6997aad4e61c1bfa4bc5a7deaed46e42005f49060f62ff93b6311368a07 +Size (sass-3.4.21.gem) = 345088 bytes |