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.3.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62ba7915795e
branches:  trunk
changeset: 348192:62ba7915795e
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 09 08:47:15 2016 +0000

description:
Changes 3.3.6:
Expose the Sass language version via the C API

Fixes:
Incorrectly erring on comments in at-rules
Incorrectly dropping internal state of AST nodes
Incorrectly parsing the calc function
Segfault during error handling
Incorrectly identifying the selectors with type-of
Incorrectly erring on ID selectors starting with a number
Producing incorrect output when compile with MSVC
Various segfaults and incorrect output from @extend

diffstat:

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

diffs (27 lines):

diff -r 1b00e9c2641c -r 62ba7915795e www/libsass/Makefile
--- a/www/libsass/Makefile      Thu Jun 09 08:39:18 2016 +0000
+++ b/www/libsass/Makefile      Thu Jun 09 08:47:15 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/04/14 10:55:16 adam Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/09 08:47:15 adam Exp $
 
-DISTNAME=      libsass-3.3.4
+DISTNAME=      libsass-3.3.6
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 
diff -r 1b00e9c2641c -r 62ba7915795e www/libsass/distinfo
--- a/www/libsass/distinfo      Thu Jun 09 08:39:18 2016 +0000
+++ b/www/libsass/distinfo      Thu Jun 09 08:47:15 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/04/14 10:55:16 adam Exp $
+$NetBSD: distinfo,v 1.4 2016/06/09 08:47:15 adam Exp $
 
-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
+SHA1 (libsass-3.3.6.tar.gz) = d16783901ac99d5c9dc03b691d35afdb68fe18cc
+RMD160 (libsass-3.3.6.tar.gz) = e8a95e0669c85fc301d06e4fd9df92f4de3c1fdf
+SHA512 (libsass-3.3.6.tar.gz) = 9bc81a2c75f301e95ee172b6a11dd022ba810bf00175387abe85ed395ce0cfd88f1998b0916a8a7e7920f3e4169da4a4c4a0f69bbb89ddce4af9b299a3091e57
+Size (libsass-3.3.6.tar.gz) = 293752 bytes



Home | Main Index | Thread Index | Old Index