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 Nov 12 07:24:46 UTC 2018

Modified Files:
        pkgsrc/www/libsass: Makefile distinfo

Log Message:
libsass: updated to 3.5.5

3.5.5 Vroom vroom:

Breaking
Revert changes to raw CSS @imports

Deprecations
Add deprecation messages for colour arithmetic

Features
Support hex colors with alpha channels
Add a sass_option_push_import_extension C-API

Fixes
Fix segfault in handling modulo operator
Fix handling of unclosed interpolant in url
Fix possible bug with handling empty reference combinators
Fix -Wmissing-declarations for gcc < 7


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/libsass/Makefile
cvs rdiff -u -r1.12 -r1.13 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.11 pkgsrc/www/libsass/Makefile:1.12
--- pkgsrc/www/libsass/Makefile:1.11    Mon Jul  9 19:09:46 2018
+++ pkgsrc/www/libsass/Makefile Mon Nov 12 07:24:46 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/07/09 19:09:46 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/11/12 07:24:46 adam Exp $
 
-DISTNAME=      libsass-3.5.4
+DISTNAME=      libsass-3.5.5
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 

Index: pkgsrc/www/libsass/distinfo
diff -u pkgsrc/www/libsass/distinfo:1.12 pkgsrc/www/libsass/distinfo:1.13
--- pkgsrc/www/libsass/distinfo:1.12    Mon Jul  9 19:09:46 2018
+++ pkgsrc/www/libsass/distinfo Mon Nov 12 07:24:46 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2018/07/09 19:09:46 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/11/12 07:24:46 adam Exp $
 
-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 (libsass-3.5.5.tar.gz) = 0b56228cf6e5e0379b70f7d1209f3ecc8ad74109
+RMD160 (libsass-3.5.5.tar.gz) = 8760ce72d2e8575b88113fa76689cf325e5ea1ba
+SHA512 (libsass-3.5.5.tar.gz) = dcb73a5080c00023b60a19ea037ba5af481253a7b47492bd7114bf45ab78ed931c7b207fa8f12ed200a39760553d72ae92dbe4eb80b826b59a6201fb34008fe5
+Size (libsass-3.5.5.tar.gz) = 327298 bytes
 SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0



Home | Main Index | Thread Index | Old Index