pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-sass Update ruby-sass to 3.2.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2459a0464a9b
branches:  trunk
changeset: 632007:2459a0464a9b
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 18:49:47 2014 +0000

description:
Update ruby-sass to 3.2.15

3.2.15 (7 March 2014)

* Support &.foo when the parent selector has a newline followed by a comma.

3.2.14 (24 January 2014)

* Don't crash when parsing a directive with no name in the indented syntax.
* Clean up file paths when importing to avoid errors for overlong path names.
* Parse calls to functions named true, false, and null as function calls.
* Don't move CSS @imports to the top of the file unless it's necessary.

3.2.13 (19 December 2013)

* Numbers returned by user-defined functions now trigger division, just like
  numbers stored in variables.
* Support importing files in paths with open brackets.
* Fix sass-convert's handling of rules with empty bodies when converting from
  CSS.
* Fix CSS imports using url() with a quoted string and media queries.

3.2.12 (4 October 2013)

* Add a couple missing requires, fixing some load errors, especially when
  using the command-line interface.
* Tune up some heuristics for eliminating redundant generated selectors. This
  will prevent some selector elimination in cases where multi-layered @extend
  is being used and where it seems intuitively like selectors shouldn't be
  eliminated.

3.2.11 (27 September 2013)

* Fix @extend's semantics with respect to pseudo-elements. They are no longer
  treated identically to pseudo-classes.
* A more understandable error is now provided when the -E option is passed to
  the Sass command line in ruby 1.8
* Fixed a bug in the output of lists containing unary plus or minus operations
  during sass <=> scss conversion.
* Avoid the IE7 content: counter bug with content: counters as well.
* Fix some thread-safety issues.

diffstat:

 www/ruby-sass/Makefile |  6 +++---
 www/ruby-sass/PLIST    |  4 +++-
 www/ruby-sass/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r ddd61e5e833b -r 2459a0464a9b www/ruby-sass/Makefile
--- a/www/ruby-sass/Makefile    Fri Mar 14 18:45:49 2014 +0000
+++ b/www/ruby-sass/Makefile    Fri Mar 14 18:49:47 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2013/09/15 18:05:37 taca Exp $
+# $NetBSD: Makefile,v 1.15 2014/03/14 18:49:47 taca Exp $
 
-DISTNAME=      sass-3.2.10
+DISTNAME=      sass-3.2.15
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
 COMMENT=       Powerful, but elegant CSS compiler that makes CSS fun again
 LICENSE=       mit
 
-CONFLICTS+=    ruby[1-9][0-9]-sass-[0-9]*
+CONFLICTS+=    ruby[1-9][0-9][0-9]-sass-[0-9]*
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ddd61e5e833b -r 2459a0464a9b www/ruby-sass/PLIST
--- a/www/ruby-sass/PLIST       Fri Mar 14 18:45:49 2014 +0000
+++ b/www/ruby-sass/PLIST       Fri Mar 14 18:49:47 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2013/09/15 18:05:37 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2014/03/14 18:49:47 taca Exp $
 bin/sass
 bin/sass-convert
 bin/scss
@@ -231,6 +231,8 @@
 ${GEM_LIBDIR}/test/sass/templates/scss_import.scss
 ${GEM_LIBDIR}/test/sass/templates/scss_importee.scss
 ${GEM_LIBDIR}/test/sass/templates/single_import_loop.sass
+${GEM_LIBDIR}/test/sass/templates/subdir/import_up1.scss
+${GEM_LIBDIR}/test/sass/templates/subdir/import_up2.scss
 ${GEM_LIBDIR}/test/sass/templates/subdir/nested_subdir/_nested_partial.sass
 ${GEM_LIBDIR}/test/sass/templates/subdir/nested_subdir/nested_subdir.sass
 ${GEM_LIBDIR}/test/sass/templates/subdir/subdir.sass
diff -r ddd61e5e833b -r 2459a0464a9b www/ruby-sass/distinfo
--- a/www/ruby-sass/distinfo    Fri Mar 14 18:45:49 2014 +0000
+++ b/www/ruby-sass/distinfo    Fri Mar 14 18:49:47 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/09/15 18:05:37 taca Exp $
+$NetBSD: distinfo,v 1.13 2014/03/14 18:49:47 taca Exp $
 
-SHA1 (sass-3.2.10.gem) = 94dfe91de2dbf67ac8212e31ac710417667dd02c
-RMD160 (sass-3.2.10.gem) = 89010f1957c11edfac040dc3b1e36fdf851ee5d7
-Size (sass-3.2.10.gem) = 261632 bytes
+SHA1 (sass-3.2.15.gem) = 286a7e5c275ed140708a7bd79eb646f2b0a2a80e
+RMD160 (sass-3.2.15.gem) = 6c8a83d2780aa2cecc307a6228ff0ee467544449
+Size (sass-3.2.15.gem) = 262144 bytes



Home | Main Index | Thread Index | Old Index