pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-actionview51 www/ruby-actionview51: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8aeb6f14305e
branches:  trunk
changeset: 425208:8aeb6f14305e
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 20 15:27:07 2020 +0000

description:
www/ruby-actionview51: update to 5.1.7

Update www/ruby-actionview51 to 5.1.7.

pkgsrc change: add "USE_LANGAUGES=      # none".

## Rails 5.1.7 (March 27, 2019) ##

*   Fix issue with `button_to`'s `to_form_params`

    `button_to` was throwing exception when invoked with `params` hash that
    contains symbol and string keys. The reason for the exception was that
    `to_form_params` was comparing the given symbol and string keys.

    The issue is fixed by turning all keys to strings inside
    `to_form_params` before comparing them.

    *Georgi Georgiev*

diffstat:

 www/ruby-actionview51/Makefile |   4 +++-
 www/ruby-actionview51/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r bca9d5aa82f5 -r 8aeb6f14305e www/ruby-actionview51/Makefile
--- a/www/ruby-actionview51/Makefile    Fri Mar 20 15:26:27 2020 +0000
+++ b/www/ruby-actionview51/Makefile    Fri Mar 20 15:27:07 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/10/09 17:07:07 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/20 15:27:07 taca Exp $
 
 DISTNAME=      actionview-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-actionview${RUBY_RAILS}-${RAILS_VERSION}
@@ -15,6 +15,8 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing
 DEPENDS+=      ${RUBY_PKGPREFIX}-rails-html-sanitizer>=1.0.3:../../www/ruby-rails-html-sanitizer
 
+USE_LANGUAGES= # none
+
 RUBY_RAILS_ACCEPTED=   51
 RUBY_RAILS_STRICT_DEP= yes
 
diff -r bca9d5aa82f5 -r 8aeb6f14305e www/ruby-actionview51/distinfo
--- a/www/ruby-actionview51/distinfo    Fri Mar 20 15:26:27 2020 +0000
+++ b/www/ruby-actionview51/distinfo    Fri Mar 20 15:27:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/04/14 10:22:11 taca Exp $
+$NetBSD: distinfo,v 1.5 2020/03/20 15:27:07 taca Exp $
 
-SHA1 (actionview-5.1.6.2.gem) = 3aa67934e18f1194d05e9c560431680ff0be2ba8
-RMD160 (actionview-5.1.6.2.gem) = e59ce9989b2e75f1628bf8b446ee70c8d0456277
-SHA512 (actionview-5.1.6.2.gem) = f2dbce30d546ccc6c5d3a85cbb7cdca5bd303a82e49b68f14437f155ec3593df773f26805d0178ab5b6351775fba162b8667bcb44fbd33f41c2e6426778c2409
-Size (actionview-5.1.6.2.gem) = 161792 bytes
+SHA1 (actionview-5.1.7.gem) = 7f1a6e3950310734e050906399be4c242e3577fa
+RMD160 (actionview-5.1.7.gem) = 5469053a1a7daebe787553f6945488a5964c886d
+SHA512 (actionview-5.1.7.gem) = 8bea3cec5be8c27e05c2067322a5cea57ca494424b815489dafe1b4a5f2bdefa2abf1380aa0a106a5bff62a104d6d9a53a6b0185a79298c5bac560ae6738cb33
+Size (actionview-5.1.7.gem) = 161792 bytes



Home | Main Index | Thread Index | Old Index