Wed Mar 14 15:41:36 2018 UTC ()
textproc/ruby-haml: update to 5.0.4

## 5.0.4

Released on October 13, 2017
([diff](https://github.com/haml/haml/compare/v5.0.3...v5.0.4)).

* Fix `haml -c --stdin` regression in 5.0.2. [#958](https://github.com/haml/haml/pull/958) (thanks [Timo Gæ—¦llner](https://github.com/TeaMoe))
* Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira Matsuda)


(taca)
diff -r1.19 -r1.20 pkgsrc/textproc/ruby-haml/Makefile
diff -r1.19 -r1.20 pkgsrc/textproc/ruby-haml/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/textproc/ruby-haml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-haml/Makefile 2017/09/10 16:03:24 1.19
+++ pkgsrc/textproc/ruby-haml/Makefile 2018/03/14 15:41:36 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2017/09/10 16:03:24 taca Exp $ 1# $NetBSD: Makefile,v 1.20 2018/03/14 15:41:36 taca Exp $
2 2
3DISTNAME= haml-5.0.3 3DISTNAME= haml-5.0.4
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://haml.info/ 7HOMEPAGE= http://haml.info/
8COMMENT= XHTML & CSS markup language & template engine 8COMMENT= XHTML & CSS markup language & template engine
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-temple>=0.8.0:../../textproc/ruby-temple 11DEPENDS+= ${RUBY_PKGPREFIX}-temple>=0.8.0:../../textproc/ruby-temple
12DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=0:../../textproc/ruby-tilt 12DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=0:../../textproc/ruby-tilt
13 13
14RUBYGEM_OPTIONS+= --format-executable 14RUBYGEM_OPTIONS+= --format-executable
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

cvs diff -r1.19 -r1.20 pkgsrc/textproc/ruby-haml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-haml/distinfo 2017/09/10 16:03:24 1.19
+++ pkgsrc/textproc/ruby-haml/distinfo 2018/03/14 15:41:36 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2017/09/10 16:03:24 taca Exp $ 1$NetBSD: distinfo,v 1.20 2018/03/14 15:41:36 taca Exp $
2 2
3SHA1 (haml-5.0.3.gem) = 0b2a5120f68cdbf712d42e4ee10a95bd01de5995 3SHA1 (haml-5.0.4.gem) = 0f8f7b7f9cfb80bb3f8e20e63dd8f5afe41ea72a
4RMD160 (haml-5.0.3.gem) = 8aa4debcf9fd4ef526c3cb236651d8e55d8fbe01 4RMD160 (haml-5.0.4.gem) = fa7f52b39a6a867671fdd77b9cb391beaa067fd5
5SHA512 (haml-5.0.3.gem) = c60afc736f61a7ad158a64ae5ade704b6efeaebb69db1daaafb557ae03cb69f4b80dbe1b06a156e7e58c7770407ebf0483e253d5860014cc6836c1dd6e60c833 5SHA512 (haml-5.0.4.gem) = 3a3f34c3f74184b4807bb3a03c465aae040392e47eccde82535640faaa246278d35e417072a62c82e340d006203701854b342d938142f582a5de44deac2121a6
6Size (haml-5.0.3.gem) = 89600 bytes 6Size (haml-5.0.4.gem) = 89600 bytes