summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2017-03-20 16:04:57 +0000
committertaca <taca>2017-03-20 16:04:57 +0000
commit0d24ed9e2e54a8dd731f9009e9f9719e03daf716 (patch)
tree14efc1a8c70fac6667e7180000db57be50453e1b /www
parent09d584ede7ae20ddd091669410de8153122b2d19 (diff)
downloadpkgsrc-0d24ed9e2e54a8dd731f9009e9f9719e03daf716.tar.gz
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.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-sass/Makefile4
-rw-r--r--www/ruby-sass/PLIST4
-rw-r--r--www/ruby-sass/distinfo10
3 files changed, 10 insertions, 8 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile
index 8270ca82fa1..7cfaecaa245 100644
--- a/www/ruby-sass/Makefile
+++ b/www/ruby-sass/Makefile
@@ -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
diff --git a/www/ruby-sass/PLIST b/www/ruby-sass/PLIST
index 4607ce887e3..b8bb400b03d 100644
--- a/www/ruby-sass/PLIST
+++ b/www/ruby-sass/PLIST
@@ -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/deprecated_path.rb
${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
diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo
index df1e48af748..76176dffd46 100644
--- a/www/ruby-sass/distinfo
+++ b/www/ruby-sass/distinfo
@@ -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