Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 08A4F7A16A for ; Sun, 9 Apr 2017 15:31:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ACBAF8556B; Sun, 9 Apr 2017 15:31:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3DD0E84E01 for ; Sun, 9 Apr 2017 15:31:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LS06A6ZSs-I1 for ; Sun, 9 Apr 2017 15:31:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BFA1E84CF0 for ; Sun, 9 Apr 2017 15:31:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE0FEFBE4; Sun, 9 Apr 2017 15:31:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491751894252850" MIME-Version: 1.0 Date: Sun, 9 Apr 2017 15:31:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/libsass To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170409153134.BE0FEFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1491751894252850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Apr 9 15:31:34 UTC 2017 Modified Files: pkgsrc/www/libsass: Makefile distinfo Log Message: Changes 3.4.4: Features * Update Visual Studio build facade * Update read me * Performance improvements for @extend * Performance improvements Fixes Disable FMA3 when compiling with Visual Studio 2013 Fix for loop variable to be referenced Fix number compare issues when used as map keys with old gcc Fix results of map-get not being evaluated Fix null pointer access Fix bug with media queries and @extend Misc Cleanup initial shared ptr interface Refactor selector list and schema handling Cleanup context usage and extend code Cleanup misc Cleanup issues detected by clangs static analyser Remove Textual intermediate AST node Add libsass-python to README To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/libsass/Makefile \ pkgsrc/www/libsass/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491751894252850 Content-Disposition: inline Content-Length: 1555 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/libsass/Makefile diff -u pkgsrc/www/libsass/Makefile:1.5 pkgsrc/www/libsass/Makefile:1.6 --- pkgsrc/www/libsass/Makefile:1.5 Fri Dec 16 11:49:16 2016 +++ pkgsrc/www/libsass/Makefile Sun Apr 9 15:31:34 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/12/16 11:49:16 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/04/09 15:31:34 adam Exp $ -DISTNAME= libsass-3.4.0 +DISTNAME= libsass-3.4.4 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/} Index: pkgsrc/www/libsass/distinfo diff -u pkgsrc/www/libsass/distinfo:1.5 pkgsrc/www/libsass/distinfo:1.6 --- pkgsrc/www/libsass/distinfo:1.5 Fri Dec 16 11:49:16 2016 +++ pkgsrc/www/libsass/distinfo Sun Apr 9 15:31:34 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/12/16 11:49:16 adam Exp $ +$NetBSD: distinfo,v 1.6 2017/04/09 15:31:34 adam Exp $ -SHA1 (libsass-3.4.0.tar.gz) = e71b917bc7ef2c509917a6165b68b9b2a8da0ce9 -RMD160 (libsass-3.4.0.tar.gz) = 5470831e9a33c202eb384f1aa4ea80194ad08aa7 -SHA512 (libsass-3.4.0.tar.gz) = 8343314d987996081ac150263349cd13b2a75223321161c25c9d4f4eb114a8e84f9846dbad368b6e0e30b1560ea35abb0327b115195459ea093c0f410bb4aad3 -Size (libsass-3.4.0.tar.gz) = 301546 bytes +SHA1 (libsass-3.4.4.tar.gz) = 4b4990fcef1b3cb875b4b0f038cf66eb8ad3ab22 +RMD160 (libsass-3.4.4.tar.gz) = b8d7cadf3e0ee4b34e444068411d31c540549dec +SHA512 (libsass-3.4.4.tar.gz) = 346675230f30190864723a5dcaf9b8fd9256b0198001f02fbbadf1e932be0f95863a7517197063f31373c55c4a4d38b2fe2f01a53a6982110324d0f668680a91 +Size (libsass-3.4.4.tar.gz) = 316884 bytes --_----------=_1491751894252850--