Thu Apr 14 10:55:16 2016 UTC ()
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


(adam)
diff -r1.2 -r1.3 pkgsrc/www/libsass/Makefile
diff -r1.2 -r1.3 pkgsrc/www/libsass/distinfo

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

--- pkgsrc/www/libsass/Makefile 2016/02/05 17:47:54 1.2
+++ pkgsrc/www/libsass/Makefile 2016/04/14 10:55:16 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2016/02/05 17:47:54 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2016/04/14 10:55:16 adam Exp $
2 2
3DISTNAME= libsass-3.3.3 3DISTNAME= libsass-3.3.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.2 -r1.3 pkgsrc/www/libsass/distinfo (expand / switch to unified diff)

--- pkgsrc/www/libsass/distinfo 2016/02/05 17:47:54 1.2
+++ pkgsrc/www/libsass/distinfo 2016/04/14 10:55:16 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2016/02/05 17:47:54 adam Exp $ 1$NetBSD: distinfo,v 1.3 2016/04/14 10:55:16 adam Exp $
2 2
3SHA1 (libsass-3.3.3.tar.gz) = 932f30ed89e87dd07f1ca0b45cceb4b5baccb0c4 3SHA1 (libsass-3.3.4.tar.gz) = 874209014b851c35ea3893030d62c40dbac75124
4RMD160 (libsass-3.3.3.tar.gz) = 186e108eac72d32578aeb558e86495da90bf9a53 4RMD160 (libsass-3.3.4.tar.gz) = 40194defb2f7188f16d9b8123e089851408c544b
5SHA512 (libsass-3.3.3.tar.gz) = befc6f60d58155ee1473365ce88bc76d6abfc04e34479122b55fd78fa4ec00761fecccc63b6fe4b7887d82099d089b00e09a670420c9a3b4cb85bd2325b86901 5SHA512 (libsass-3.3.4.tar.gz) = aef736da90fa93c9dcf17854bf218aef24c40f1aec873ef4abb5d0cc9e75742c58aed717ff524b1af6445de29cce3b75e51bf2701a97d9f3d003506851776988
6Size (libsass-3.3.3.tar.gz) = 288511 bytes 6Size (libsass-3.3.4.tar.gz) = 289694 bytes