diff options
author | taca <taca@pkgsrc.org> | 2022-12-04 15:56:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-12-04 15:56:11 +0000 |
commit | f46f11e144b2a47033695559e0329e5431427fdc (patch) | |
tree | ce53fd331c66258e5b7bf644166341a645ca6d36 /textproc/ruby-haml | |
parent | 0df01ffcb8455e88987a5b567a68ce45f6cf8a2b (diff) | |
download | pkgsrc-f46f11e144b2a47033695559e0329e5431427fdc.tar.gz |
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 (limited to 'textproc/ruby-haml')
-rw-r--r-- | textproc/ruby-haml/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-haml/PLIST | 3 | ||||
-rw-r--r-- | textproc/ruby-haml/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile index 6ec4aafb36f..277e30226c9 100644 --- a/textproc/ruby-haml/Makefile +++ b/textproc/ruby-haml/Makefile @@ -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 diff --git a/textproc/ruby-haml/PLIST b/textproc/ruby-haml/PLIST index 4a88107bbe9..b6f356b8793 100644 --- a/textproc/ruby-haml/PLIST +++ b/textproc/ruby-haml/PLIST @@ -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/template.rb ${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 --git a/textproc/ruby-haml/distinfo b/textproc/ruby-haml/distinfo index 35798d135d5..d7ef27e09cf 100644 --- a/textproc/ruby-haml/distinfo +++ b/textproc/ruby-haml/distinfo @@ -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 |