diff options
author | adam <adam@pkgsrc.org> | 2017-04-09 15:31:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-04-09 15:31:34 +0000 |
commit | 12ef89bba92e816e99a56e804398ae7f5903f499 (patch) | |
tree | 8281419df9eff1b4ed21f86043ffe98a48bfea73 /www | |
parent | 29a019ace030538d3899d3ef8595023bd9431430 (diff) | |
download | pkgsrc-12ef89bba92e816e99a56e804398ae7f5903f499.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/libsass/Makefile | 4 | ||||
-rw-r--r-- | www/libsass/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/libsass/Makefile b/www/libsass/Makefile index b0d5e51203b..44589f825be 100644 --- a/www/libsass/Makefile +++ b/www/libsass/Makefile @@ -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 --git a/www/libsass/distinfo b/www/libsass/distinfo index 18a09f848ef..c9018a2da95 100644 --- a/www/libsass/distinfo +++ b/www/libsass/distinfo @@ -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 |