pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-haml



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 24 16:49:51 UTC 2020

Modified Files:
        pkgsrc/textproc/ruby-haml: Makefile distinfo

Log Message:
textproc/ruby-haml: update to 5.1.2

Update ruby-haml to 5.1.2.
pkgsrc change: add "USE_LANGUAGES=      # none".

## 5.1.2

Released on August 6, 2019
([diff](https://github.com/haml/haml/compare/v5.1.1...v5.1.2)).

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

## 5.1.1

Released on May 25, 2019
([diff](https://github.com/haml/haml/compare/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](https://github.com/haml/haml/compare/v5.0.4...v5.1.0)).

* Rails 6 support [#1008](https://github.com/haml/haml/pull/1008) (thanks [Seb Jacobs](https://github.com/sebjacobs))
* Add `escape_filter_interpolations` option for backwards compatibility with haml 4 defaults [#984](https://github.com/haml/haml/pull/984) (thanks [Will Jordan](https://github.com/wjordan))
* Fix error on empty :javascript and :css filter blocks [#986](https://github.com/haml/haml/pull/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](https://github.com/haml/haml/pull/983) (thanks [Will Jordan](https://github.com/wjordan))
* Various performance/memory improvements [#965](https://github.com/haml/haml/pull/965), [#966](https://github.com/haml/haml/pull/966), [#963](https://github.com/haml/haml/pull/963) (thanks [Dillon 
Welch](https://github.com/oniofchaos))
* Enable `frozen_string_literal` magic comment for all .rb files [#967](https://github.com/haml/haml/pull/967) (thanks [Dillon Welch](https://github.com/oniofchaos))


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/ruby-haml/Makefile \
    pkgsrc/textproc/ruby-haml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-haml/Makefile
diff -u pkgsrc/textproc/ruby-haml/Makefile:1.20 pkgsrc/textproc/ruby-haml/Makefile:1.21
--- pkgsrc/textproc/ruby-haml/Makefile:1.20     Wed Mar 14 15:41:36 2018
+++ pkgsrc/textproc/ruby-haml/Makefile  Tue Mar 24 16:49:51 2020
@@ -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@localhost
@@ -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"
Index: pkgsrc/textproc/ruby-haml/distinfo
diff -u pkgsrc/textproc/ruby-haml/distinfo:1.20 pkgsrc/textproc/ruby-haml/distinfo:1.21
--- pkgsrc/textproc/ruby-haml/distinfo:1.20     Wed Mar 14 15:41:36 2018
+++ pkgsrc/textproc/ruby-haml/distinfo  Tue Mar 24 16:49:51 2020
@@ -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



Home | Main Index | Thread Index | Old Index