pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/libsass libsass: updated to 3.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea5bd6d2f450
branches:  trunk
changeset: 341219:ea5bd6d2f450
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 16 14:28:26 2019 +0000

description:
libsass: updated to 3.6.2

3.6.2:
Improve pseudo selector handling
Code improvements
Fix various functions arguments
Fix "call" for $function
Check weight argument on invert call
Improve makefile to use dylib extension on MacOS
Fix bug in scale-color with positive saturation
Minor API documentation improvements
Fix selector isInvisible logic
Fix evaluation of unary expressions in loops
Fix attribute selector equality with modifiers

diffstat:

 www/libsass/Makefile                   |   5 ++---
 www/libsass/distinfo                   |  11 +++++------
 www/libsass/patches/patch-src_util.hpp |  19 -------------------
 3 files changed, 7 insertions(+), 28 deletions(-)

diffs (53 lines):

diff -r 1cf36b004db4 -r ea5bd6d2f450 www/libsass/Makefile
--- a/www/libsass/Makefile      Wed Oct 16 13:44:31 2019 +0000
+++ b/www/libsass/Makefile      Wed Oct 16 14:28:26 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/07/09 20:31:33 nia Exp $
+# $NetBSD: Makefile,v 1.16 2019/10/16 14:28:26 adam Exp $
 
-DISTNAME=      libsass-3.6.1
-PKGREVISION=   1
+DISTNAME=      libsass-3.6.2
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 
diff -r 1cf36b004db4 -r ea5bd6d2f450 www/libsass/distinfo
--- a/www/libsass/distinfo      Wed Oct 16 13:44:31 2019 +0000
+++ b/www/libsass/distinfo      Wed Oct 16 14:28:26 2019 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.16 2019/07/09 20:31:33 nia Exp $
+$NetBSD: distinfo,v 1.17 2019/10/16 14:28:26 adam Exp $
 
-SHA1 (libsass-3.6.1.tar.gz) = 7a34c57009abb443841067478de01f7016c88a17
-RMD160 (libsass-3.6.1.tar.gz) = 6dd678988f20b96cac8ff907e10b6ac181a70729
-SHA512 (libsass-3.6.1.tar.gz) = e9a3a30851e26145d049c4b20951c663a9d48c781a732acd3cc2cdb30df3449e445b57211f666b58afa137431fbdb149add48ff8a0dec92bd8abb514c90adebb
-Size (libsass-3.6.1.tar.gz) = 333609 bytes
+SHA1 (libsass-3.6.2.tar.gz) = 6f362fec7970bf0b7bec667166e93bbe63354816
+RMD160 (libsass-3.6.2.tar.gz) = 43bf66c2a6d2259ac087065e8edbbed62d86ae43
+SHA512 (libsass-3.6.2.tar.gz) = b1ee92de64f4eeabe2d4bfc693349ac124a81115554228669526e863d18f3c67ab44698414cf204f545eb4a4126ca350a1c7f7658e9ebac447f8b2e7533d9772
+Size (libsass-3.6.2.tar.gz) = 330972 bytes
 SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0
-SHA1 (patch-src_util.hpp) = 4883bb3aba2e1984f909d192a5e7120038cafd25
diff -r 1cf36b004db4 -r ea5bd6d2f450 www/libsass/patches/patch-src_util.hpp
--- a/www/libsass/patches/patch-src_util.hpp    Wed Oct 16 13:44:31 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-src_util.hpp,v 1.1 2019/07/09 20:31:33 nia Exp $
-
-Include cmath for std::fmod, etc
-
---- src/util.hpp.orig  2019-06-15 15:05:08.000000000 +0000
-+++ src/util.hpp
-@@ -8,11 +8,11 @@
- #include "sass/base.h"
- #include "ast_fwd_decl.hpp"
- 
-+#include <cmath>
- #include <cstring>
- #include <vector>
- #include <string>
- #include <assert.h>
--#include <math.h>
- 
- #define SASS_ASSERT(cond, msg) assert(cond && msg)
- 



Home | Main Index | Thread Index | Old Index