From 789c8521be080bb85edf6cf304ca5a4a38f544f7 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 10 Sep 2017 16:03:24 +0000 Subject: [PATCH] Update ruby-haml to 5.0.3. ## 5.0.3 Released on September 7, 2017 ([diff](https://github.com/haml/haml/compare/v5.0.2...v5.0.3)). * Use `String#dump` instead of `String#inspect` to generate string literal. (Takashi Kokubun) * Fix Erubi superclass mismatch error. [#952](https://github.com/haml/haml/pull/952) (thanks [Robin Daugherty](https://github.com/RobinDaugherty)) ## 5.0.2 Released on August 1, 2017 ([diff](https://github.com/haml/haml/compare/v5.0.1...v5.0.2)). * Let `haml -c` fail if generated Ruby code is syntax error. [#880](https://github.com/haml/haml/issues/880) (Takashi Kokubun) * Fix `NoMethodError` bug caused with Sprockets 3 and :sass filter. [#930](https://github.com/haml/haml/pull/930) (thanks [Gonzalez Maximiliano](https://github.com/emaxi)) * Fix `list_of` helper with multi-line content. [#933](https://github.com/haml/haml/pull/933) (thanks [Benoit Larroque](https://github.com/zetaben)) * Optimize rendering performance by changing timing to fix textareas. [#941](https://github.com/haml/haml/pull/941) (Takashi Kokubun) * Fix `TypeError` with empty :ruby filter. [#942](https://github.com/haml/haml/pull/942) (Takashi Kokubun) * Fix inconsistent attribute sort order. (Takashi Kokubun) --- textproc/ruby-haml/Makefile | 4 ++-- textproc/ruby-haml/PLIST | 11 +---------- textproc/ruby-haml/distinfo | 10 +++++----- 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile index 84c1b6910108..abb815f8a1cf 100644 --- a/textproc/ruby-haml/Makefile +++ b/textproc/ruby-haml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2017/06/21 14:29:25 taca Exp $ +# $NetBSD: Makefile,v 1.19 2017/09/10 16:03:24 taca Exp $ -DISTNAME= haml-5.0.1 +DISTNAME= haml-5.0.3 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-haml/PLIST b/textproc/ruby-haml/PLIST index 86aeb771470d..cd418b70109c 100644 --- a/textproc/ruby-haml/PLIST +++ b/textproc/ruby-haml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2017/06/21 14:29:25 taca Exp $ +@comment $NetBSD: PLIST,v 1.17 2017/09/10 16:03:24 taca Exp $ bin/haml${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore @@ -47,15 +47,6 @@ ${GEM_LIBDIR}/lib/haml/temple_engine.rb ${GEM_LIBDIR}/lib/haml/temple_line_counter.rb ${GEM_LIBDIR}/lib/haml/util.rb ${GEM_LIBDIR}/lib/haml/version.rb -${GEM_LIBDIR}/test/attribute_parser_test.rb -${GEM_LIBDIR}/test/engine_test.rb -${GEM_LIBDIR}/test/filters_test.rb -${GEM_LIBDIR}/test/helper_test.rb -${GEM_LIBDIR}/test/options_test.rb -${GEM_LIBDIR}/test/parser_test.rb -${GEM_LIBDIR}/test/template_test.rb -${GEM_LIBDIR}/test/temple_line_counter_test.rb -${GEM_LIBDIR}/test/util_test.rb ${GEM_LIBDIR}/yard/default/.gitignore ${GEM_LIBDIR}/yard/default/fulldoc/html/css/common.sass ${GEM_LIBDIR}/yard/default/layout/html/footer.erb diff --git a/textproc/ruby-haml/distinfo b/textproc/ruby-haml/distinfo index 635c9bb756ea..d0a68b1b4c5f 100644 --- a/textproc/ruby-haml/distinfo +++ b/textproc/ruby-haml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/06/21 14:29:25 taca Exp $ +$NetBSD: distinfo,v 1.19 2017/09/10 16:03:24 taca Exp $ -SHA1 (haml-5.0.1.gem) = 53307f129d24da6514aa30c7a0229b4593b24061 -RMD160 (haml-5.0.1.gem) = e804876e7bccc3565d8a569b9e8d6d629cc69c49 -SHA512 (haml-5.0.1.gem) = 9300a810ae7dc30556c177b2eb75f67f0304cbe521ddfa212c6b0f90a193e49c3b78aaefef998fd2a8f9092c945fa54d2613910bc77f4c893febf5e874c81103 -Size (haml-5.0.1.gem) = 113152 bytes +SHA1 (haml-5.0.3.gem) = 0b2a5120f68cdbf712d42e4ee10a95bd01de5995 +RMD160 (haml-5.0.3.gem) = 8aa4debcf9fd4ef526c3cb236651d8e55d8fbe01 +SHA512 (haml-5.0.3.gem) = c60afc736f61a7ad158a64ae5ade704b6efeaebb69db1daaafb557ae03cb69f4b80dbe1b06a156e7e58c7770407ebf0483e253d5860014cc6836c1dd6e60c833 +Size (haml-5.0.3.gem) = 89600 bytes