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:           Mon Jul  9 19:09:46 UTC 2018

Modified Files:
        pkgsrc/www/libsass: Makefile distinfo

Log Message:
libsass: updated to 3.5.4

3.5.4:
Revert sass2scss@v1.1.2 update

3.5.3:
Community
Add nim-sass to implementations list
Add Haskell bindings to implementations list
Add SharpScss and LibSassHost bindings to implementations list
Update node-sass link in implementations list
Update Unicode doc after forcing UTF8/plain ASCII
Update compatibility section of the read me

Features
Update sass2scss@v1.1.2
Emit transparent colours as rgba(0, 0, 0, 0)
Add a sass_option_push_import_extension C-API

Fixes
Fix output/error for modulo zero operation
Fix automake build if sassc is missing
Fix handling of colours in @at directives
Fix edge case converting achromatic colors to HSL
Fix evaluation of arithmetic inside interpolation
Fix handling of @important in custom properties
Fix duplicate definition of out_of_memory macro
Fix merging of nested media queries with negation
Fix regression in parsing selector with trailing escaped colon
Fix segfault on empty custom properties

3.5.2:
Features
Implement more detailed backtraces

Fixes
Fix parsing of block comments to ignore css string rules
Fix win UNC path handling for dot and dotdot directories

3.5.1:
Community
Add sass.cr to implementations list

Fixes
Fix compiler warnings
Fix double free when run in concurrent processes
Fix units sometimes being dropped in math operations
Fix missing error for mixins defined within mixins


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/libsass/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/libsass/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/libsass/Makefile
diff -u pkgsrc/www/libsass/Makefile:1.10 pkgsrc/www/libsass/Makefile:1.11
--- pkgsrc/www/libsass/Makefile:1.10    Thu Mar  8 08:50:39 2018
+++ pkgsrc/www/libsass/Makefile Mon Jul  9 19:09:46 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/03/08 08:50:39 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/07/09 19:09:46 adam Exp $
 
-DISTNAME=      libsass-3.5.0
+DISTNAME=      libsass-3.5.4
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 

Index: pkgsrc/www/libsass/distinfo
diff -u pkgsrc/www/libsass/distinfo:1.11 pkgsrc/www/libsass/distinfo:1.12
--- pkgsrc/www/libsass/distinfo:1.11    Thu Mar  8 08:50:39 2018
+++ pkgsrc/www/libsass/distinfo Mon Jul  9 19:09:46 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2018/03/08 08:50:39 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/07/09 19:09:46 adam Exp $
 
-SHA1 (libsass-3.5.0.tar.gz) = 79dfb0c6a7ce29106e2c905da004387e8c01c081
-RMD160 (libsass-3.5.0.tar.gz) = 93e7dd812bb9a0220c6db9a07327d846a7aebf5b
-SHA512 (libsass-3.5.0.tar.gz) = a22ced83ba80a7976da0baa10d0927f48522d8b88e541bed0b73a5b49fc423bbe49cbaaec6651b9a1d06a216c7d25077d70aa256435fed5c9435c56d4be5c1e0
-Size (libsass-3.5.0.tar.gz) = 325361 bytes
+SHA1 (libsass-3.5.4.tar.gz) = 3854c6cabfeea54a24a20e2b7d16c28fac05a111
+RMD160 (libsass-3.5.4.tar.gz) = fdbec50ef59be0256934f258593cbcbce5d6b4fc
+SHA512 (libsass-3.5.4.tar.gz) = 0c513c997496ac3eb8510170f33c9a5b9b21649e3ae57b2d604998a6a35be340360cd35a75419a38b07c8dba3fb5e0e260ef37e62dfa1ffd5b3fa75a7fa8bbca
+Size (libsass-3.5.4.tar.gz) = 327685 bytes
 SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0



Home | Main Index | Thread Index | Old Index