summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorseb <seb>2009-11-16 23:31:43 +0000
committerseb <seb>2009-11-16 23:31:43 +0000
commit4a443fd9e98edbc4713dfaaf608488fba2162bed (patch)
treec51f47e6036b498e43225c7e2cc17a2e4465128f /textproc
parentf7dbed5fb8fe0bd55450a372ff17bfc522b059c9 (diff)
downloadpkgsrc-4a443fd9e98edbc4713dfaaf608488fba2162bed.tar.gz
Update ruby-haml from version 2.2.10 to version 2.2.13.
Upstream changes: * 2.2.13 Haml Allow users to specify :encoding => "ascii-8bit" even for templates that include non-ASCII byte sequences. This makes Haml templates not crash when given non-ASCII input that’s marked as having an ASCII encoding. Fixed an incompatibility with Hpricot 0.8.2, which is used for html2haml. * 2.2.13 Sass There were no changes made to Sass between versions 2.2.12 and 2.2.13. * 2.2.12 Haml There were no changes made to Haml between versions 2.2.11 and 2.2.12. * 2.2.12 Sass Fix a stupid bug introduced in 2.2.11 that broke the Sass Rails plugin. * 2.2.11 Haml Fixed a bug with XSS protection where HTML escaping would raise an error if passed a non-string value. Note that this doesn’t affect any HTML escaping when XSS protection is disabled. Fixed a bug in outer-whitespace nuking where whitespace-only Ruby strings blocked whitespace nuking beyond them. Use ensure to protect the resetting of the Haml output buffer against exceptions that are raised within the compiled Haml code. Fix an error line-numbering bug that appeared if an error was thrown within loud script (=). This is not the best solution, as it disables a few optimizations, but it shouldn’t have too much effect and the optimizations will hopefully be re-enabled in version 2.4. Don’t crash if the plugin skeleton is installed and rake gems:install is run. Don’t use RAILS_ROOT directly. This no longer exists in Rails 3.0. Instead abstract this out as Haml::Util.rails_root. This changes makes Haml fully compatible with edge Rails as of this writing. * 2.2.11 Sass Added a note to errors on properties that could be pseudo-classes (e.g. :focus) indicating that they should be backslash-escaped. Automatically interpret properties that could be pseudo-classes as such if :property_syntax is set to :new. Fixed css2sass’s generation of pseudo-classes so that they’re backslash-escaped. Don’t crash if the Haml plugin skeleton is installed and rake gems:install is run. Don’t use RAILS_ROOT directly. This no longer exists in Rails 3.0. Instead abstract this out as Haml::Util.rails_root. This changes makes Haml fully compatible with edge Rails as of this writing. Make use of a Rails callback rather than a monkeypatch to check for stylesheet updates in Rails 3.0+.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-haml/Makefile4
-rw-r--r--textproc/ruby-haml/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile
index cad8a793667..4cfb22fa088 100644
--- a/textproc/ruby-haml/Makefile
+++ b/textproc/ruby-haml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2009/10/31 06:18:16 seb Exp $
+# $NetBSD: Makefile,v 1.3 2009/11/16 23:31:43 seb Exp $
-DISTNAME= haml-2.2.10
+DISTNAME= haml-2.2.13
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
diff --git a/textproc/ruby-haml/distinfo b/textproc/ruby-haml/distinfo
index a38b9254975..8c9a708d32d 100644
--- a/textproc/ruby-haml/distinfo
+++ b/textproc/ruby-haml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/10/31 06:18:16 seb Exp $
+$NetBSD: distinfo,v 1.3 2009/11/16 23:31:43 seb Exp $
-SHA1 (haml-2.2.10.gem) = 389560b6e15f82b03c392eb71f0f6efdf52ffb96
-RMD160 (haml-2.2.10.gem) = 43f9c62d44f25bfcd971ac2f65843006d402b387
-Size (haml-2.2.10.gem) = 143872 bytes
+SHA1 (haml-2.2.13.gem) = 1bde1ace0175ae0c1b72eefcfd5f2e833812c831
+RMD160 (haml-2.2.13.gem) = 844a36f2db099ca242f6afc073f8537cbd370a03
+Size (haml-2.2.13.gem) = 144896 bytes