Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 4EFA263B86B for ; Sun, 29 Apr 2012 16:01:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 91D4914A2BD; Sun, 29 Apr 2012 16:01:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D86514A2BA for ; Sun, 29 Apr 2012 16:01:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8VGLqldTZZcC for ; Sun, 29 Apr 2012 16:01:37 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1440514A2B8 for ; Sun, 29 Apr 2012 16:01:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3F9A8175DD; Sun, 29 Apr 2012 16:01:55 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Date: Sun, 29 Apr 2012 16:01:55 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-sass To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120429160155.3F9A8175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Apr 29 16:01:55 UTC 2012 Modified Files: pkgsrc/www/ruby-sass: Makefile PLIST distinfo Log Message: Update ruby-sass to 3.1.16. 3.1.16 * Fix some bugs in sass-convert selector parsing when converting from CSS. * Substantially improve compilation performance on Ruby 1.8. * Support the @-moz-document directive¡Çs non-standard url-prefix and domain function syntax. * Support the @supports directive. * Fix a performance issue when using /*! */ comments with the Rails asset pipeline. * Support -moz-element. * Properly handle empty lists in sass-convert. * Move from FSSM to Listen for file-system monitoring. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-sass/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-sass/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-sass/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.