diff options
author | adam <adam@pkgsrc.org> | 2016-04-14 10:55:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-04-14 10:55:16 +0000 |
commit | 6caad29487c7719b18e16f0cb7817b471425e30f (patch) | |
tree | d4e2ff39ffbb7b19d8bc9399e31a2c012a9042eb /www | |
parent | fabb7c2e79d4cbed8b24abafdab75d02ee31740d (diff) | |
download | pkgsrc-6caad29487c7719b18e16f0cb7817b471425e30f.tar.gz |
Changes 3.3.4:
Fixes:
* Inconsistent error message produced when nesting functions and mixins
* Ensure custom importers are executed for all @imports
* Ensure custom importers are executed in the correct order
* Possible segfault when generating sourcemaps
* Memory leak
* Unused variable warning
* Segfaulting when @extending an undefined selector
* Incorrectly erring when @extending inside a mixin
* Handle signed char when considering @charset
* New link to sassc-ruby in documentation
* Incorrectly quoting interpolated strings join with +
* Incorrectly erring when using & and interpolation together
* Incorrectly duplicating nested pseudo selectors
* Unused function breaking breaking unity builds
* Segfaulting when url() is empty
* Should error when & is used without a parent selector
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 9e9dc40e085..474ddde0514 100644 --- a/www/libsass/Makefile +++ b/www/libsass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/02/05 17:47:54 adam Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/14 10:55:16 adam Exp $ -DISTNAME= libsass-3.3.3 +DISTNAME= libsass-3.3.4 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/} diff --git a/www/libsass/distinfo b/www/libsass/distinfo index c42596b14d7..b4c19e84b7c 100644 --- a/www/libsass/distinfo +++ b/www/libsass/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/02/05 17:47:54 adam Exp $ +$NetBSD: distinfo,v 1.3 2016/04/14 10:55:16 adam Exp $ -SHA1 (libsass-3.3.3.tar.gz) = 932f30ed89e87dd07f1ca0b45cceb4b5baccb0c4 -RMD160 (libsass-3.3.3.tar.gz) = 186e108eac72d32578aeb558e86495da90bf9a53 -SHA512 (libsass-3.3.3.tar.gz) = befc6f60d58155ee1473365ce88bc76d6abfc04e34479122b55fd78fa4ec00761fecccc63b6fe4b7887d82099d089b00e09a670420c9a3b4cb85bd2325b86901 -Size (libsass-3.3.3.tar.gz) = 288511 bytes +SHA1 (libsass-3.3.4.tar.gz) = 874209014b851c35ea3893030d62c40dbac75124 +RMD160 (libsass-3.3.4.tar.gz) = 40194defb2f7188f16d9b8123e089851408c544b +SHA512 (libsass-3.3.4.tar.gz) = aef736da90fa93c9dcf17854bf218aef24c40f1aec873ef4abb5d0cc9e75742c58aed717ff524b1af6445de29cce3b75e51bf2701a97d9f3d003506851776988 +Size (libsass-3.3.4.tar.gz) = 289694 bytes |