pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-sass



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 16:04:58 UTC 2017

Modified Files:
        pkgsrc/www/ruby-sass: Makefile PLIST distinfo

Log Message:
Update ruby-sass to 3.4.23.

3.4.23 (19 December 2016)

* The Sass logger is now instantiated on a per-thread/per-fiber basis and can
  now be configured to output to any IO object. This can help services and
  processes that wrap Sass compilation reliably extract warnings in a
  concurrent environment.

* Setting the numeric precision by assigning to
  Sass::Script::Value::Number.precision is now thread safe. To set for all
  threads, be sure to set the precision on the main thread.

* Sass cache files will now be world and group writable if your umask allows
  it. Issue #1623

* The supports(...) clause in @import statements now allows bare declarations
  as per the CSS specification. Issue #1967

* Fix a bug where, under some circumstances, str-slice() would go to the end
  of the string even if $end-at was set.

* Fix conversions between numbers with dpi, dpcm, and dppx units. Previously
  these conversions were inverted.

* Support url()s containing quoted strings within unknown directives.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-sass/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-sass/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-sass/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-sass/Makefile
diff -u pkgsrc/www/ruby-sass/Makefile:1.21 pkgsrc/www/ruby-sass/Makefile:1.22
--- pkgsrc/www/ruby-sass/Makefile:1.21  Tue Oct 18 16:18:36 2016
+++ pkgsrc/www/ruby-sass/Makefile       Mon Mar 20 16:04:57 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/10/18 16:18:36 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/03/20 16:04:57 taca Exp $
 
-DISTNAME=      sass-3.4.22
+DISTNAME=      sass-3.4.23
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-sass/PLIST
diff -u pkgsrc/www/ruby-sass/PLIST:1.14 pkgsrc/www/ruby-sass/PLIST:1.15
--- pkgsrc/www/ruby-sass/PLIST:1.14     Tue Oct 18 16:18:36 2016
+++ pkgsrc/www/ruby-sass/PLIST  Mon Mar 20 16:04:57 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2016/10/18 16:18:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/03/20 16:04:57 taca Exp $
 bin/sass${RUBY_SUFFIX}
 bin/sass-convert${RUBY_SUFFIX}
 bin/scss${RUBY_SUFFIX}
@@ -16,6 +16,7 @@ ${GEM_LIBDIR}/VERSION_NAME
 ${GEM_LIBDIR}/bin/sass
 ${GEM_LIBDIR}/bin/sass-convert
 ${GEM_LIBDIR}/bin/scss
+${GEM_LIBDIR}/extra/sass-spec-ref.sh
 ${GEM_LIBDIR}/extra/update_watch.rb
 ${GEM_LIBDIR}/init.rb
 ${GEM_LIBDIR}/lib/sass.rb
@@ -41,6 +42,7 @@ ${GEM_LIBDIR}/lib/sass/importers/depreca
 ${GEM_LIBDIR}/lib/sass/importers/filesystem.rb
 ${GEM_LIBDIR}/lib/sass/logger.rb
 ${GEM_LIBDIR}/lib/sass/logger/base.rb
+${GEM_LIBDIR}/lib/sass/logger/delayed.rb
 ${GEM_LIBDIR}/lib/sass/logger/log_level.rb
 ${GEM_LIBDIR}/lib/sass/media.rb
 ${GEM_LIBDIR}/lib/sass/plugin.rb

Index: pkgsrc/www/ruby-sass/distinfo
diff -u pkgsrc/www/ruby-sass/distinfo:1.20 pkgsrc/www/ruby-sass/distinfo:1.21
--- pkgsrc/www/ruby-sass/distinfo:1.20  Tue Oct 18 16:18:36 2016
+++ pkgsrc/www/ruby-sass/distinfo       Mon Mar 20 16:04:57 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2016/10/18 16:18:36 taca Exp $
+$NetBSD: distinfo,v 1.21 2017/03/20 16:04:57 taca Exp $
 
-SHA1 (sass-3.4.22.gem) = c39419fef6e2bf78aea56caa27217e0758096e60
-RMD160 (sass-3.4.22.gem) = 2aee04eac1adeb48ca20193d2835332048f2f52c
-SHA512 (sass-3.4.22.gem) = 4565f80bb7959988416488a9d69799bda1947eb0d5eeedbe46def4c6912c9bffe3507be74d335be2d99bc7a527b23cb3818f9a9c182b89c52e1bfc0b8f20c330
-Size (sass-3.4.22.gem) = 349184 bytes
+SHA1 (sass-3.4.23.gem) = 3663f7cc68fea239e0ac408a3ef96c60aa54b2d0
+RMD160 (sass-3.4.23.gem) = 575ffe32f677ff5d8370e4f27bfcaaa5e68688cd
+SHA512 (sass-3.4.23.gem) = b29e6bff3495818e1e99410c479a87575ab15c2df48732b6f2f02e98233ec1c3055fd28ba75215286df237f21d15ed766574fbeeaf965dd20c1f82c2146f917f
+Size (sass-3.4.23.gem) = 351232 bytes



Home | Main Index | Thread Index | Old Index