pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/libsass libsass: updated to 3.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23814c0f96fe
branches:  trunk
changeset: 397163:23814c0f96fe
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 17 19:45:08 2019 +0000

description:
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

diffstat:

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

diffs (37 lines):

diff -r ef0a9c620244 -r 23814c0f96fe www/libsass/Makefile
--- a/www/libsass/Makefile      Mon Jun 17 19:21:07 2019 +0000
+++ b/www/libsass/Makefile      Mon Jun 17 19:45:08 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/05/19 07:47:58 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/06/17 19:45:08 adam Exp $
 
-DISTNAME=      libsass-3.6.0
+DISTNAME=      libsass-3.6.1
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sass/}
 
@@ -18,7 +18,7 @@
 PKGCONFIG_OVERRIDE=    src/support/libsass.pc.in
 
 pre-configure:
-       set -e; cd ${WRKSRC}; libtoolize -c -f; \
+       ${RUN} cd ${WRKSRC}; libtoolize -c -f; \
        aclocal; autoheader; automake -a --foreign -i; autoconf
 
 .include "../../mk/bsd.pkg.mk"
diff -r ef0a9c620244 -r 23814c0f96fe www/libsass/distinfo
--- a/www/libsass/distinfo      Mon Jun 17 19:21:07 2019 +0000
+++ b/www/libsass/distinfo      Mon Jun 17 19:45:08 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2019/05/19 07:47:58 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/06/17 19:45:08 adam Exp $
 
-SHA1 (libsass-3.6.0.tar.gz) = afd067d563eb057f5219b186b3399c7b20705ff3
-RMD160 (libsass-3.6.0.tar.gz) = 3a61548f08cb6543fe777173261f231830ff4a4c
-SHA512 (libsass-3.6.0.tar.gz) = 9665e50ee964ca3cc323f26c2b8322677102d26a7a102558ffbc5bef7a4c4ea44ca5096a967e4044dac1404bfa343a37d846f22d1e1adc27592023d5d4ac40c8
-Size (libsass-3.6.0.tar.gz) = 332747 bytes
+SHA1 (libsass-3.6.1.tar.gz) = 7a34c57009abb443841067478de01f7016c88a17
+RMD160 (libsass-3.6.1.tar.gz) = 6dd678988f20b96cac8ff907e10b6ac181a70729
+SHA512 (libsass-3.6.1.tar.gz) = e9a3a30851e26145d049c4b20951c663a9d48c781a732acd3cc2cdb30df3449e445b57211f666b58afa137431fbdb149add48ff8a0dec92bd8abb514c90adebb
+Size (libsass-3.6.1.tar.gz) = 333609 bytes
 SHA1 (patch-src_units.hpp) = 7d00a300e65b3e0dd042c8d8661ce3f30ebad4b0



Home | Main Index | Thread Index | Old Index