pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libsass



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 16 14:28:26 UTC 2019

Modified Files:
        pkgsrc/www/libsass: Makefile distinfo
Removed Files:
        pkgsrc/www/libsass/patches: patch-src_util.hpp

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/libsass/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/libsass/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/libsass/patches/patch-src_util.hpp

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

Modified files:

Index: pkgsrc/www/libsass/Makefile
diff -u pkgsrc/www/libsass/Makefile:1.15 pkgsrc/www/libsass/Makefile:1.16
--- pkgsrc/www/libsass/Makefile:1.15    Tue Jul  9 20:31:33 2019
+++ pkgsrc/www/libsass/Makefile Wed Oct 16 14:28:26 2019
@@ -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/}
 

Index: pkgsrc/www/libsass/distinfo
diff -u pkgsrc/www/libsass/distinfo:1.16 pkgsrc/www/libsass/distinfo:1.17
--- pkgsrc/www/libsass/distinfo:1.16    Tue Jul  9 20:31:33 2019
+++ pkgsrc/www/libsass/distinfo Wed Oct 16 14:28:26 2019
@@ -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



Home | Main Index | Thread Index | Old Index