pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libsass



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 17 19:45:08 UTC 2019

Modified Files:
        pkgsrc/www/libsass: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/libsass/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/libsass/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/libsass/Makefile
diff -u pkgsrc/www/libsass/Makefile:1.13 pkgsrc/www/libsass/Makefile:1.14
--- pkgsrc/www/libsass/Makefile:1.13    Sun May 19 07:47:58 2019
+++ pkgsrc/www/libsass/Makefile Mon Jun 17 19:45:08 2019
@@ -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 @@ MAKE_FILE=            GNUmakefile
 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"

Index: pkgsrc/www/libsass/distinfo
diff -u pkgsrc/www/libsass/distinfo:1.14 pkgsrc/www/libsass/distinfo:1.15
--- pkgsrc/www/libsass/distinfo:1.14    Sun May 19 07:47:58 2019
+++ pkgsrc/www/libsass/distinfo Mon Jun 17 19:45:08 2019
@@ -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