Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0884963DC1B for ; Fri, 16 Dec 2011 16:31:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4087014A216; Fri, 16 Dec 2011 16:31:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3A8114A214 for ; Fri, 16 Dec 2011 16:31:10 +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 a55D_ufBsP7s for ; Fri, 16 Dec 2011 16:31:10 +0000 (UTC) Received: from nef.pbox.org (nef.pbox.org [IPv6:2001:7a8:202:1::1:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id BCBAF14A212 for ; Fri, 16 Dec 2011 16:31:09 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.13.8/8.13.8/) with ESMTP id pBGGUsQJ013924 for ; Fri, 16 Dec 2011 17:30:54 +0100 (CET) Received: (from agc@localhost) by nef.pbox.org (8.13.8/8.13.8/Submit) id pBGGUqWr013923 for pkgsrc-changes@netbsd.org; Fri, 16 Dec 2011 17:30:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E31714A170 for ; Fri, 16 Dec 2011 13:57:16 +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 mq241Nkz-7vi for ; Fri, 16 Dec 2011 13:57:15 +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 ADF4014A126 for ; Fri, 16 Dec 2011 13:57:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 12F41175DD; Fri, 16 Dec 2011 13:57:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Date: Fri, 16 Dec 2011 13:57:16 +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: <20111216135716.12F41175DD@cvs.netbsd.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (nef.pbox.org [127.0.0.1]); Fri, 16 Dec 2011 17:30:54 +0100 (CET) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Fri Dec 16 13:57:15 UTC 2011 Modified Files: pkgsrc/www/ruby-sass: Makefile PLIST distinfo Log Message: Update www/ruby-sass package to 3.1.11. 3.1.11 * Allow control directives (such as @if) to be nested beneath properties. * Allow property names to begin with a hyphen followed by interpolation (e.g. -#{...}). * Fix a parsing error with interpolation in comma-separated lists. * Make --cache-store with with --update. * Properly report ArgumentErrors that occur within user-defined functions. * Don’t crash on JRuby if the underlying Java doesn’t support every Unicode encoding. * Add new updated_stylesheet callback, which is run after each stylesheet has been successfully compiled. Thanks to Christian Peters. * Allow absolute paths to be used in an importer with a different root. * Don’t destructively modify the options when running Sass::Plugin.force_update. Deprecations – Must Read! * The updating_stylesheet is deprecated and will be removed in a future release. Use the new updated_stylesheet callback instead. 3.1.10 * Fix another aspect of the 3.1.8 regression relating to +. 3.1.9 * Fix a regression in 3.1.8 that broke the + combinator in selectors. * Deprecate the loud-comment flag when used with silent comments (e.g. //!). Using it with multi-line comments (e.g. /*!) still works. 3.1.8 * Deprecate parent selectors followed immediately by identifiers (e.g. &foo). This should never have worked, since it violates the rule of & only being usable where an element selector would. * Add a --force option to the sass executable which makes --update always compile all stylesheets, even if the CSS is newer. * Disallow semicolons at the end of @import directives in the indented syntax. * Don’t error out when being used as a library without requiring fileutil. * Don’t crash when Compass-style sprite imports are used with StalenessChecker (thanks to Matthias Bauer). * The numeric precision of numbers in Sass can now be set using the --precision option to the command line. Additionally, the default number of digits of precision in Sass output can now be changed by setting Sass::Script::Number.precision to an integer (defaults to 3). Since this value can now be changed, the PRECISION constant in Sass::Script::Number has been deprecated. In the unlikely event that you were using it in your code, you should now use Sass::Script::Number.precision_factor instead. * Don’t crash when running sass-convert with selectors with two commas in a row. * Explicitly require Ruby >= 1.8.7 (thanks Eric Mason). * Properly validate the nesting of elements in imported stylesheets. * Properly compile files in parent directories with --watch and --update. * Properly null out options in mixin definitions before caching them. This fixes a caching bug that has been plaguing some Rails 3.1 users. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-sass/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-sass/PLIST \ pkgsrc/www/ruby-sass/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.