Skip to content

Commit

Permalink
textproc/ruby-haml: update to 5.1.2
Browse files Browse the repository at this point in the history
Update ruby-haml to 5.1.2.
pkgsrc change: add "USE_LANGUAGES=	# none".


## 5.1.2

Released on August 6, 2019
([diff](haml/haml@v5.1.1...v5.1.2)).

* Fix crash in some environments such as New Relic by unfreezing string literals for ParseNode#inspect. [#1016](haml/haml#1016) (thanks [Jalyna](https://github.com/jalyna))

## 5.1.1

Released on May 25, 2019
([diff](haml/haml@v5.1.0...v5.1.1)).

* Fix NameError bug for that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + rails 4.2.x + erubi. (Akira Matsuda)

## 5.1.0

Released on May 16, 2019
([diff](haml/haml@v5.0.4...v5.1.0)).

* Rails 6 support [#1008](haml/haml#1008) (thanks [Seb Jacobs](https://github.com/sebjacobs))
* Add `escape_filter_interpolations` option for backwards compatibility with haml 4 defaults [#984](haml/haml#984) (thanks [Will Jordan](https://github.com/wjordan))
* Fix error on empty :javascript and :css filter blocks [#986](haml/haml#986) (thanks [Will Jordan](https://github.com/wjordan))
* Respect changes in Haml::Options.defaults in `Haml::TempleEngine` options (Takashi Kokubun)
* Un-freeze TempleEngine precompiled string literals [#983](haml/haml#983) (thanks [Will Jordan](https://github.com/wjordan))
* Various performance/memory improvements [#965](haml/haml#965), [#966](haml/haml#966), [#963](haml/haml#963) (thanks [Dillon Welch](https://github.com/oniofchaos))
* Enable `frozen_string_literal` magic comment for all .rb files [#967](haml/haml#967) (thanks [Dillon Welch](https://github.com/oniofchaos))
  • Loading branch information
taca committed Mar 24, 2020
1 parent 417043a commit d78a631
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions textproc/ruby-haml/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2018/03/14 15:41:36 taca Exp $
# $NetBSD: Makefile,v 1.21 2020/03/24 16:49:51 taca Exp $

DISTNAME= haml-5.0.4
DISTNAME= haml-5.1.2
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -11,6 +11,8 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-temple>=0.8.0:../../textproc/ruby-temple
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=0:../../textproc/ruby-tilt

USE_LANGUAGES= # none

RUBYGEM_OPTIONS+= --format-executable

.include "../../lang/ruby/gem.mk"
Expand Down
10 changes: 5 additions & 5 deletions textproc/ruby-haml/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.20 2018/03/14 15:41:36 taca Exp $
$NetBSD: distinfo,v 1.21 2020/03/24 16:49:51 taca Exp $

SHA1 (haml-5.0.4.gem) = 0f8f7b7f9cfb80bb3f8e20e63dd8f5afe41ea72a
RMD160 (haml-5.0.4.gem) = fa7f52b39a6a867671fdd77b9cb391beaa067fd5
SHA512 (haml-5.0.4.gem) = 3a3f34c3f74184b4807bb3a03c465aae040392e47eccde82535640faaa246278d35e417072a62c82e340d006203701854b342d938142f582a5de44deac2121a6
Size (haml-5.0.4.gem) = 89600 bytes
SHA1 (haml-5.1.2.gem) = 8f9103c6e0108293b57f77b6db585fd7ea7368b4
RMD160 (haml-5.1.2.gem) = 9e74f05655b7819eab153e891edb3bae1c278b3f
SHA512 (haml-5.1.2.gem) = 2ea8918916b5e9c8a0eb869a94e19ff7cee497dbfdf66f719ed71aa2350e9cecdf03b8fec009855da975946486a65b4ba4023d1be955143f48a564be5d544ce0
Size (haml-5.1.2.gem) = 90624 bytes

0 comments on commit d78a631

Please sign in to comment.