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:           Sun Apr  9 15:31:34 UTC 2017

Modified Files:
        pkgsrc/www/libsass: Makefile distinfo

Log Message:
Changes 3.4.4:
Features
* Update Visual Studio build facade
* Update read me
* Performance improvements for @extend
* Performance improvements

Fixes
Disable FMA3 when compiling with Visual Studio 2013
Fix for loop variable to be referenced
Fix number compare issues when used as map keys with old gcc
Fix results of map-get not being evaluated
Fix null pointer access
Fix bug with media queries and @extend

Misc
Cleanup initial shared ptr interface
Refactor selector list and schema handling
Cleanup context usage and extend code
Cleanup misc
Cleanup issues detected by clangs static analyser
Remove Textual intermediate AST node
Add libsass-python to README


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/libsass/Makefile \
    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.5 pkgsrc/www/libsass/Makefile:1.6
--- pkgsrc/www/libsass/Makefile:1.5     Fri Dec 16 11:49:16 2016
+++ pkgsrc/www/libsass/Makefile Sun Apr  9 15:31:34 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/12/16 11:49:16 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/04/09 15:31:34 adam Exp $
 
-DISTNAME=      libsass-3.4.0
+DISTNAME=      libsass-3.4.4
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 
Index: pkgsrc/www/libsass/distinfo
diff -u pkgsrc/www/libsass/distinfo:1.5 pkgsrc/www/libsass/distinfo:1.6
--- pkgsrc/www/libsass/distinfo:1.5     Fri Dec 16 11:49:16 2016
+++ pkgsrc/www/libsass/distinfo Sun Apr  9 15:31:34 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/12/16 11:49:16 adam Exp $
+$NetBSD: distinfo,v 1.6 2017/04/09 15:31:34 adam Exp $
 
-SHA1 (libsass-3.4.0.tar.gz) = e71b917bc7ef2c509917a6165b68b9b2a8da0ce9
-RMD160 (libsass-3.4.0.tar.gz) = 5470831e9a33c202eb384f1aa4ea80194ad08aa7
-SHA512 (libsass-3.4.0.tar.gz) = 8343314d987996081ac150263349cd13b2a75223321161c25c9d4f4eb114a8e84f9846dbad368b6e0e30b1560ea35abb0327b115195459ea093c0f410bb4aad3
-Size (libsass-3.4.0.tar.gz) = 301546 bytes
+SHA1 (libsass-3.4.4.tar.gz) = 4b4990fcef1b3cb875b4b0f038cf66eb8ad3ab22
+RMD160 (libsass-3.4.4.tar.gz) = b8d7cadf3e0ee4b34e444068411d31c540549dec
+SHA512 (libsass-3.4.4.tar.gz) = 346675230f30190864723a5dcaf9b8fd9256b0198001f02fbbadf1e932be0f95863a7517197063f31373c55c4a4d38b2fe2f01a53a6982110324d0f668680a91
+Size (libsass-3.4.4.tar.gz) = 316884 bytes



Home | Main Index | Thread Index | Old Index