pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/libsass Changes 3.4.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/876c1ae04e22
branches:  trunk
changeset: 360882:876c1ae04e22
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Apr 09 15:31:34 2017 +0000

description:
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

diffstat:

 www/libsass/Makefile |   4 ++--
 www/libsass/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9f6d45f326b1 -r 876c1ae04e22 www/libsass/Makefile
--- a/www/libsass/Makefile      Sun Apr 09 15:30:06 2017 +0000
+++ b/www/libsass/Makefile      Sun Apr 09 15:31:34 2017 +0000
@@ -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/}
 
diff -r 9f6d45f326b1 -r 876c1ae04e22 www/libsass/distinfo
--- a/www/libsass/distinfo      Sun Apr 09 15:30:06 2017 +0000
+++ b/www/libsass/distinfo      Sun Apr 09 15:31:34 2017 +0000
@@ -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