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 A0AEF7A2B4 for ; Fri, 16 Dec 2016 11:49:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 19258855D4; Fri, 16 Dec 2016 11:49:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C5C7855CF for ; Fri, 16 Dec 2016 11:49:17 +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 8rg_cJfB--KT for ; Fri, 16 Dec 2016 11:49:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A0A385570 for ; Fri, 16 Dec 2016 11:49:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14911FBA6; Fri, 16 Dec 2016 11:49:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481888957109990" MIME-Version: 1.0 Date: Fri, 16 Dec 2016 11:49:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20161216114917.14911FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481888957109990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 16 11:49:16 UTC 2016 Modified Files: pkgsrc/www/libsass: Makefile distinfo pkgsrc/www/sassc: Makefile distinfo Log Message: Changes 3.4.0: Over the last couple years we've worked very closely with the Ruby Sass team to reach Sass 3.4 compatibility. It's become clear that need to draw a line in sand with exactly how exactly we can match Sass 3.4, especially in the face of changes in Sass 3.5. With this release the LibSass team is marking the completion of active development on Sass 3.4 compatibility. From today we'll focus our efforts on Sass 3.5 compatibility, first prioritising CSS compatibility features like support for CSS custom property and CSS grids. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/libsass/Makefile \ pkgsrc/www/libsass/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/sassc/Makefile pkgsrc/www/sassc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481888957109990 Content-Disposition: inline Content-Length: 3051 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.4 pkgsrc/www/libsass/Makefile:1.5 --- pkgsrc/www/libsass/Makefile:1.4 Thu Jun 9 08:47:15 2016 +++ pkgsrc/www/libsass/Makefile Fri Dec 16 11:49:16 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/06/09 08:47:15 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/12/16 11:49:16 adam Exp $ -DISTNAME= libsass-3.3.6 +DISTNAME= libsass-3.4.0 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/} Index: pkgsrc/www/libsass/distinfo diff -u pkgsrc/www/libsass/distinfo:1.4 pkgsrc/www/libsass/distinfo:1.5 --- pkgsrc/www/libsass/distinfo:1.4 Thu Jun 9 08:47:15 2016 +++ pkgsrc/www/libsass/distinfo Fri Dec 16 11:49:16 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/06/09 08:47:15 adam Exp $ +$NetBSD: distinfo,v 1.5 2016/12/16 11:49:16 adam Exp $ -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 +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 Index: pkgsrc/www/sassc/Makefile diff -u pkgsrc/www/sassc/Makefile:1.4 pkgsrc/www/sassc/Makefile:1.5 --- pkgsrc/www/sassc/Makefile:1.4 Thu Jun 9 08:47:42 2016 +++ pkgsrc/www/sassc/Makefile Fri Dec 16 11:49:16 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/06/09 08:47:42 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/12/16 11:49:16 adam Exp $ -DISTNAME= sassc-3.3.6 +DISTNAME= sassc-3.4.0 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/} Index: pkgsrc/www/sassc/distinfo diff -u pkgsrc/www/sassc/distinfo:1.4 pkgsrc/www/sassc/distinfo:1.5 --- pkgsrc/www/sassc/distinfo:1.4 Thu Jun 9 08:47:42 2016 +++ pkgsrc/www/sassc/distinfo Fri Dec 16 11:49:16 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/06/09 08:47:42 adam Exp $ +$NetBSD: distinfo,v 1.5 2016/12/16 11:49:16 adam Exp $ -SHA1 (sassc-3.3.6.tar.gz) = e06c2015c8e9542e33cdf526e66e84430fb99d33 -RMD160 (sassc-3.3.6.tar.gz) = 321d2fe429c98ee5e53ffc5a6e5ced81f62e4657 -SHA512 (sassc-3.3.6.tar.gz) = 0c936a16079c9ac5c98d6bfe9af9c001670f038dabee86b41ed57eb2a0fdf650f52e30b3910c8f089790825cd7f6a210b04615d2a95bbbcc56c96df89246d4eb -Size (sassc-3.3.6.tar.gz) = 22100 bytes +SHA1 (sassc-3.4.0.tar.gz) = 1bc1aa26028c75d78da205e0d74787c4ae3432c7 +RMD160 (sassc-3.4.0.tar.gz) = 34ffd1fa31c592e69dfd6be6dc4f4d49af380fee +SHA512 (sassc-3.4.0.tar.gz) = add5722948a07b3493a24a2d90e3da77fcd5b156e53b02330096408f528c8b10509d8dce006f81182238a8a34dca1e3fb6b44b4938864c07d1b53dbfbee608b1 +Size (sassc-3.4.0.tar.gz) = 22984 bytes --_----------=_1481888957109990--