pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-haml textproc/ruby-haml: update to 6.0.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3e96679576b
branches:  trunk
changeset: 389409:a3e96679576b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 04 15:56:11 2022 +0000

description:
textproc/ruby-haml: update to 6.0.12

6.0.12 (2022-11-26)

* Fix a whitespace removal with > and an if-else statement #1114

6.0.11 (2022-11-25)

* Fix a whitespace removal with > and an if statement #1114

6.0.10 (2022-11-09)

* Evaluate :erb filter in the template context like Haml 5

6.0.9 (2022-11-07)

* Support sass-embedded #1112

6.0.8 (2022-10-28)

* Support interpolation in HTML comments, which has not been working since
  6.0.0 #1107

6.0.7 (2022-10-13)

* Haml::Engine and Haml::Template use StringBuffer instead of ArrayBuffer
    o It seems more performant in many cases with recent Ruby versions.
    o Haml::RailsTemplate is not affected.

diffstat:

 textproc/ruby-haml/Makefile |  4 ++--
 textproc/ruby-haml/PLIST    |  3 ++-
 textproc/ruby-haml/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r 6be168de8739 -r a3e96679576b textproc/ruby-haml/Makefile
--- a/textproc/ruby-haml/Makefile       Sun Dec 04 15:52:43 2022 +0000
+++ b/textproc/ruby-haml/Makefile       Sun Dec 04 15:56:11 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/10/09 08:35:52 taca Exp $
+# $NetBSD: Makefile,v 1.25 2022/12/04 15:56:11 taca Exp $
 
-DISTNAME=      haml-6.0.6
+DISTNAME=      haml-6.0.12
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 6be168de8739 -r a3e96679576b textproc/ruby-haml/PLIST
--- a/textproc/ruby-haml/PLIST  Sun Dec 04 15:52:43 2022 +0000
+++ b/textproc/ruby-haml/PLIST  Sun Dec 04 15:56:11 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2022/10/09 08:35:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/12/04 15:56:11 taca Exp $
 bin/haml${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -76,4 +76,5 @@
 ${GEM_LIBDIR}/lib/haml/temple_line_counter.rb
 ${GEM_LIBDIR}/lib/haml/util.rb
 ${GEM_LIBDIR}/lib/haml/version.rb
+${GEM_LIBDIR}/lib/haml/whitespace.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 6be168de8739 -r a3e96679576b textproc/ruby-haml/distinfo
--- a/textproc/ruby-haml/distinfo       Sun Dec 04 15:52:43 2022 +0000
+++ b/textproc/ruby-haml/distinfo       Sun Dec 04 15:56:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/10/09 08:35:52 taca Exp $
+$NetBSD: distinfo,v 1.27 2022/12/04 15:56:11 taca Exp $
 
-BLAKE2s (haml-6.0.6.gem) = 5c6a24852943de1889ab17c2c45b7743d7fa07bf2697604f6648c3103af4a01a
-SHA512 (haml-6.0.6.gem) = 056d6e073e5539f8caeceb819f04d4d1b8392ce0d0af9c549cdb5bdb291e30e20ebd8f2758c32fd7a07647b2447409cc10dc68ec326f1a7eacfec5839bd12ec2
-Size (haml-6.0.6.gem) = 75264 bytes
+BLAKE2s (haml-6.0.12.gem) = e8088c3a49dd2a6f272ed4cfa91b0de354c59c15a40c684ba2c04d5dda235348
+SHA512 (haml-6.0.12.gem) = b4f9d6cccfb21435022526eadf11a66227c2d9448ab49f5a46e74f9f730e20c2882ae1a48db3b3d989e59eeacf63235acd765b7098ccda79d8e51a4e9bb58b97
+Size (haml-6.0.12.gem) = 76288 bytes



Home | Main Index | Thread Index | Old Index