Mon Jun 17 19:45:08 2019 UTC ()
libsass: updated to 3.6.1

3.6.1:
travis: add gcc-8 to CI
[build] enable concurrent compilation
Remove the link to ast_factory.hpp from Visual C++ project files
[build] add support of Visual Studio 2017 and 2019 to the Visual C++ project file
Makefile: Fix STATIC_LIBSTDCPP support
Remove abspath from native Makefile
Read files using for better portability
Add comparison operators for SharedImpl, fix bugs
VS2013 noexcept workaround


(adam)
diff -r1.13 -r1.14 pkgsrc/www/libsass/Makefile
diff -r1.14 -r1.15 pkgsrc/www/libsass/distinfo

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

--- pkgsrc/www/libsass/Makefile 2019/05/19 07:47:58 1.13
+++ pkgsrc/www/libsass/Makefile 2019/06/17 19:45:08 1.14
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.13 2019/05/19 07:47:58 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2019/06/17 19:45:08 adam Exp $
2 2
3DISTNAME= libsass-3.6.0 3DISTNAME= libsass-3.6.1
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
17 17
18PKGCONFIG_OVERRIDE= src/support/libsass.pc.in 18PKGCONFIG_OVERRIDE= src/support/libsass.pc.in
19 19
20pre-configure: 20pre-configure:
21 set -e; cd ${WRKSRC}; libtoolize -c -f; \ 21 ${RUN} cd ${WRKSRC}; libtoolize -c -f; \
22 aclocal; autoheader; automake -a --foreign -i; autoconf 22 aclocal; autoheader; automake -a --foreign -i; autoconf
23 23
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/www/libsass/distinfo 2019/05/19 07:47:58 1.14
+++ pkgsrc/www/libsass/distinfo 2019/06/17 19:45:08 1.15
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.14 2019/05/19 07:47:58 adam Exp $ 1$NetBSD: distinfo,v 1.15 2019/06/17 19:45:08 adam Exp $
2 2
3SHA1 (libsass-3.6.0.tar.gz) = afd067d563eb057f5219b186b3399c7b20705ff3 3SHA1 (libsass-3.6.1.tar.gz) = 7a34c57009abb443841067478de01f7016c88a17
4RMD160 (libsass-3.6.0.tar.gz) = 3a61548f08cb6543fe777173261f231830ff4a4c 4RMD160 (libsass-3.6.1.tar.gz) = 6dd678988f20b96cac8ff907e10b6ac181a70729
5SHA512 (libsass-3.6.0.tar.gz) = 9665e50ee964ca3cc323f26c2b8322677102d26a7a102558ffbc5bef7a4c4ea44ca5096a967e4044dac1404bfa343a37d846f22d1e1adc27592023d5d4ac40c8 5SHA512 (libsass-3.6.1.tar.gz) = e9a3a30851e26145d049c4b20951c663a9d48c781a732acd3cc2cdb30df3449e445b57211f666b58afa137431fbdb149add48ff8a0dec92bd8abb514c90adebb
6Size (libsass-3.6.0.tar.gz) = 332747 bytes 6Size (libsass-3.6.1.tar.gz) = 333609 bytes
7SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0 7SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0