pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-sass34



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 24 16:22:26 UTC 2019

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

Log Message:
www/ruby-sass34: update to 3.4.25

3.4.25 (7 July 2017)

* Fix a bug where * wouldn't always be eliminated during selector unification.

Deprecations -- Must Read!

* Extending compound selectors such as .a.b is deprecated. This never followed
  the stated semantics of extend: elements that match the extending selector
  are styled as though they matches the extended selector.

* When you write h1 {@extend .a.b}, this should mean that all h1 elements are
  styled as though they match .a.b��that is, as though they have class="a b",
  which means they'd match both .a and .b separately. But instead we extend
  only selectors that contain both .a and .b, which is incorrect.

* Color arithmetic is deprecated. Channel-by-channel arithmetic doesn't
  correspond closely to intuitive understandings of color. Sass's suite of
  color functions are a much cleaner and more comprehensible way of
  manipulating colors dynamically.

* The reference combinator, /foo/, is deprecated since it hasn't been in the
  CSS specification for some time.

* The old-style :name value property syntax is deprecated. This syntax is not
  widely used, and is unnecessarily different from CSS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-sass34/Makefile \
    pkgsrc/www/ruby-sass34/PLIST pkgsrc/www/ruby-sass34/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-sass34/Makefile
diff -u pkgsrc/www/ruby-sass34/Makefile:1.1 pkgsrc/www/ruby-sass34/Makefile:1.2
--- pkgsrc/www/ruby-sass34/Makefile:1.1 Sun Feb 24 16:11:45 2019
+++ pkgsrc/www/ruby-sass34/Makefile     Sun Feb 24 16:22:26 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/02/24 16:11:45 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/24 16:22:26 taca Exp $
 
-DISTNAME=      sass-3.4.24
+DISTNAME=      sass-3.4.25
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/sass/sass34/}
 CATEGORIES=    www
 
Index: pkgsrc/www/ruby-sass34/PLIST
diff -u pkgsrc/www/ruby-sass34/PLIST:1.1 pkgsrc/www/ruby-sass34/PLIST:1.2
--- pkgsrc/www/ruby-sass34/PLIST:1.1    Sun Feb 24 16:11:45 2019
+++ pkgsrc/www/ruby-sass34/PLIST        Sun Feb 24 16:22:26 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/24 16:11:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/02/24 16:22:26 taca Exp $
 bin/sass34${RUBY_SUFFIX}
 bin/sass-convert34${RUBY_SUFFIX}
 bin/scss34${RUBY_SUFFIX}
@@ -13,8 +13,8 @@ ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/VERSION
 ${GEM_LIBDIR}/VERSION_DATE
 ${GEM_LIBDIR}/VERSION_NAME
-${GEM_LIBDIR}/bin/sass34
 ${GEM_LIBDIR}/bin/sass-convert34
+${GEM_LIBDIR}/bin/sass34
 ${GEM_LIBDIR}/bin/scss34
 ${GEM_LIBDIR}/extra/sass-spec-ref.sh
 ${GEM_LIBDIR}/extra/update_watch.rb
@@ -28,6 +28,7 @@ ${GEM_LIBDIR}/lib/sass/cache_stores/memo
 ${GEM_LIBDIR}/lib/sass/cache_stores/null.rb
 ${GEM_LIBDIR}/lib/sass/callbacks.rb
 ${GEM_LIBDIR}/lib/sass/css.rb
+${GEM_LIBDIR}/lib/sass/deprecation.rb
 ${GEM_LIBDIR}/lib/sass/engine.rb
 ${GEM_LIBDIR}/lib/sass/environment.rb
 ${GEM_LIBDIR}/lib/sass/error.rb
Index: pkgsrc/www/ruby-sass34/distinfo
diff -u pkgsrc/www/ruby-sass34/distinfo:1.1 pkgsrc/www/ruby-sass34/distinfo:1.2
--- pkgsrc/www/ruby-sass34/distinfo:1.1 Sun Feb 24 16:11:45 2019
+++ pkgsrc/www/ruby-sass34/distinfo     Sun Feb 24 16:22:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/02/24 16:11:45 taca Exp $
+$NetBSD: distinfo,v 1.2 2019/02/24 16:22:26 taca Exp $
 
-SHA1 (sass-3.4.24.gem) = e86bcb8c13f7f8f4e4f785e1a9743eb50142f8b0
-RMD160 (sass-3.4.24.gem) = 9567fed152f2941c4623f928f7bdbe538009f339
-SHA512 (sass-3.4.24.gem) = 8435005234e5e734894f39fbfaccb83ae8f077f91604e59b4c4bcf9bc92be0bced4544b7e1ce0fefc6b382590407915d438e7f99828735e5eed7ba76f3ffb7d9
-Size (sass-3.4.24.gem) = 351232 bytes
+SHA1 (sass-3.4.25.gem) = 08ed8126336cc1de89a4e17be00ba3d1e1fc14b2
+RMD160 (sass-3.4.25.gem) = 9cf632b7a9aa51a5f158ea446b52ad96c7cb93b0
+SHA512 (sass-3.4.25.gem) = 5ff4bd47857425832c6a39b963ae4465dd91d63774eb35196ec28075082ad231254babe507d7071304ddb73cdfc1168a547bf231225afaeb3b7ddd677c0bd712
+Size (sass-3.4.25.gem) = 352768 bytes



Home | Main Index | Thread Index | Old Index