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


(adam)
diff -r1.5 -r1.6 pkgsrc/www/libsass/Makefile
diff -r1.5 -r1.6 pkgsrc/www/libsass/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/www/libsass/Makefile (expand / switch to unified diff)

--- pkgsrc/www/libsass/Makefile 2016/12/16 11:49:16 1.5
+++ pkgsrc/www/libsass/Makefile 2017/04/09 15:31:34 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2016/12/16 11:49:16 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2017/04/09 15:31:34 adam Exp $
2 2
3DISTNAME= libsass-3.4.0 3DISTNAME= libsass-3.4.4
4CATEGORIES= www devel 4CATEGORIES= www devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/}
6 6
7MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
8HOMEPAGE= http://sass-lang.com/libsass/ 8HOMEPAGE= http://sass-lang.com/libsass/
9COMMENT= C/C++ port of the Sass CSS precompiler 9COMMENT= C/C++ port of the Sass CSS precompiler
10LICENSE= mit 10LICENSE= mit
11 11
12USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= aclocal autoheader autoconf automake gmake 14USE_TOOLS+= aclocal autoheader autoconf automake gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

cvs diff -r1.5 -r1.6 pkgsrc/www/libsass/distinfo (expand / switch to unified diff)

--- pkgsrc/www/libsass/distinfo 2016/12/16 11:49:16 1.5
+++ pkgsrc/www/libsass/distinfo 2017/04/09 15:31:34 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2016/12/16 11:49:16 adam Exp $ 1$NetBSD: distinfo,v 1.6 2017/04/09 15:31:34 adam Exp $
2 2
3SHA1 (libsass-3.4.0.tar.gz) = e71b917bc7ef2c509917a6165b68b9b2a8da0ce9 3SHA1 (libsass-3.4.4.tar.gz) = 4b4990fcef1b3cb875b4b0f038cf66eb8ad3ab22
4RMD160 (libsass-3.4.0.tar.gz) = 5470831e9a33c202eb384f1aa4ea80194ad08aa7 4RMD160 (libsass-3.4.4.tar.gz) = b8d7cadf3e0ee4b34e444068411d31c540549dec
5SHA512 (libsass-3.4.0.tar.gz) = 8343314d987996081ac150263349cd13b2a75223321161c25c9d4f4eb114a8e84f9846dbad368b6e0e30b1560ea35abb0327b115195459ea093c0f410bb4aad3 5SHA512 (libsass-3.4.4.tar.gz) = 346675230f30190864723a5dcaf9b8fd9256b0198001f02fbbadf1e932be0f95863a7517197063f31373c55c4a4d38b2fe2f01a53a6982110324d0f668680a91
6Size (libsass-3.4.0.tar.gz) = 301546 bytes 6Size (libsass-3.4.4.tar.gz) = 316884 bytes