Tue Mar 15 16:22:46 2016 UTC ()
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


(taca)
diff -r1.19 -r1.20 pkgsrc/www/ruby-sass/Makefile
diff -r1.18 -r1.19 pkgsrc/www/ruby-sass/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/www/ruby-sass/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-sass/Makefile 2015/12/13 16:14:53 1.19
+++ pkgsrc/www/ruby-sass/Makefile 2016/03/15 16:22:46 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.19 2015/12/13 16:14:53 taca Exp $ 1# $NetBSD: Makefile,v 1.20 2016/03/15 16:22:46 taca Exp $
2 2
3DISTNAME= sass-3.4.20 3DISTNAME= sass-3.4.21
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://sass-lang.com/ 7HOMEPAGE= http://sass-lang.com/
8COMMENT= Powerful, but elegant CSS compiler that makes CSS fun again 8COMMENT= Powerful, but elegant CSS compiler that makes CSS fun again
9LICENSE= mit 9LICENSE= mit
10 10
11RUBYGEM_OPTIONS+= --format-executable 11RUBYGEM_OPTIONS+= --format-executable
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.18 -r1.19 pkgsrc/www/ruby-sass/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-sass/distinfo 2015/12/13 16:14:53 1.18
+++ pkgsrc/www/ruby-sass/distinfo 2016/03/15 16:22:46 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2015/12/13 16:14:53 taca Exp $ 1$NetBSD: distinfo,v 1.19 2016/03/15 16:22:46 taca Exp $
2 2
3SHA1 (sass-3.4.20.gem) = 996f09ef7ca58fcbd6f0047542aeab0c66143b69 3SHA1 (sass-3.4.21.gem) = e340d12cef811198b7a40152c8f9e21c4c568a1c
4RMD160 (sass-3.4.20.gem) = 7596acef12bc7f7ff794dfe0b229d7777539cb94 4RMD160 (sass-3.4.21.gem) = 0f36c17b0c74619e8c8c6a6b5ac5561991661163
5SHA512 (sass-3.4.20.gem) = 3df8eb248499b5b08d1dee828cd359f86d47fe487e442f073c84cf18b88d004e41bcf0e5505fc38e1a37d985ad2d6863487406773ff0a0d876676fb72c774cdb 5SHA512 (sass-3.4.21.gem) = 10b46c79690edfca10704824b562385b39842832dedeaed80c7b2fb8921174120c48a6997aad4e61c1bfa4bc5a7deaed46e42005f49060f62ff93b6311368a07
6Size (sass-3.4.20.gem) = 343552 bytes 6Size (sass-3.4.21.gem) = 345088 bytes