summaryrefslogtreecommitdiff
path: root/www/ruby-sass
diff options
context:
space:
mode:
authortaca <taca>2015-09-13 15:45:45 +0000
committertaca <taca>2015-09-13 15:45:45 +0000
commit9b93a9de118be11a327e36bc63de496ab1c9f8fd (patch)
tree9a6e15621615f063f9d988534c7331b7ef9228e3 /www/ruby-sass
parentaa5c69db1ea4c72b1f507f00cbfe7ca97ba4514b (diff)
downloadpkgsrc-9b93a9de118be11a327e36bc63de496ab1c9f8fd.tar.gz
Update ruby-sass to 3.4.18.
3.4.17 (21 August 2015) * Allow passing calc values to rgb/hsl color constructors. * The source map end character for lists now correctly uses the end of the list instead of the end of the first element in the list. * Fix up some edge cases where extra semicolons could be added to unknown directives in compressed mode. * If you try to do a stupid color operation with a stupid value, the error message will now be less stupid than it was. * Make is-superselector("a > c d", "a > b c d") return false. This also fixes some related @extend behavior. * A / in a parenthesized list is consistently treated as a plain / unless it meets the criteria for being treated as division. * In sass-convert, ensure that literal /es are preserved. 3.4.16 (10 July 2015) * When converting from Sass to SCSS or vice versa, double-space around nested rules the same as around top-level rules. * Compatibility with listen 3. * Parse a minus operator with no surrounding whitespace (e.g. 20px-10px) the same regardless of whether it’s being used in a static property. 3.4.15 (22 June 2015) * Further improve rounding for various numeric operations. * Be more explicit in the function documentation about functions being immutable. * Improve rounding in operator-based color operations. Deprecations – Must Read! * When using --stdin with the sass or scss executables, importing relative to the working directory is deprecated. Having the working directory on the load path was deprecated in 3.3 and removed in 3.4, but due to an oversight the deprecation process never happened for files read over standard input in particular. This is the first step of that process.
Diffstat (limited to 'www/ruby-sass')
-rw-r--r--www/ruby-sass/Makefile4
-rw-r--r--www/ruby-sass/PLIST4
-rw-r--r--www/ruby-sass/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile
index 3643a782edd..00949f75a29 100644
--- a/www/ruby-sass/Makefile
+++ b/www/ruby-sass/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/06/11 17:01:41 taca Exp $
+# $NetBSD: Makefile,v 1.18 2015/09/13 15:45:45 taca Exp $
-DISTNAME= sass-3.4.14
+DISTNAME= sass-3.4.18
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/www/ruby-sass/PLIST b/www/ruby-sass/PLIST
index ed9aa789090..7166da9a916 100644
--- a/www/ruby-sass/PLIST
+++ b/www/ruby-sass/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.12 2015/03/13 17:39:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2015/09/13 15:45:45 taca Exp $
bin/sass${RUBY_SUFFIX}
bin/sass-convert${RUBY_SUFFIX}
bin/scss${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
@@ -36,6 +37,7 @@ ${GEM_LIBDIR}/lib/sass/exec/sass_scss.rb
${GEM_LIBDIR}/lib/sass/features.rb
${GEM_LIBDIR}/lib/sass/importers.rb
${GEM_LIBDIR}/lib/sass/importers/base.rb
+${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
diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo
index d6cd5752122..c5fe79805e5 100644
--- a/www/ruby-sass/distinfo
+++ b/www/ruby-sass/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2015/06/11 17:01:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2015/09/13 15:45:45 taca Exp $
-SHA1 (sass-3.4.14.gem) = bd312d6dea6936c07db60ecdf2f7d69ac91593c1
-RMD160 (sass-3.4.14.gem) = d2083da10d34a5a0181c49a7d6325f5fb626b126
-Size (sass-3.4.14.gem) = 336384 bytes
+SHA1 (sass-3.4.18.gem) = 8aa7fc096d24d007fade0509f7e70c4f458ec757
+RMD160 (sass-3.4.18.gem) = a00c219bcbc6d2fa6b8736c67f7a647000b34963
+Size (sass-3.4.18.gem) = 339456 bytes