pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-http-form_data www/ruby-http-form_data: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e64b8d414015
branches:  trunk
changeset: 425421:e64b8d414015
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 21 17:03:44 2020 +0000

description:
www/ruby-http-form_data: update to 2.3.0

Update ruby-http-form_data to 2.3.0.

pkgsrc change: add "USE_LANGAUGES=      # none".


## 2.3.0 (2020-03-08)

* [#29](https://github.com/httprb/form_data/pull/29)
  Enhance HTTP::FormData::Urlencoded with per-instance encoder.
  [@summera][]


## 2.2.0 (2020-01-09)

* [#28](https://github.com/httprb/form_data/pull/28)
  Ruby 2.7 compatibility.
  [@janko][]

diffstat:

 www/ruby-http-form_data/Makefile |   6 ++++--
 www/ruby-http-form_data/PLIST    |   3 ++-
 www/ruby-http-form_data/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 9aef80a8dd1f -r e64b8d414015 www/ruby-http-form_data/Makefile
--- a/www/ruby-http-form_data/Makefile  Sat Mar 21 17:03:43 2020 +0000
+++ b/www/ruby-http-form_data/Makefile  Sat Mar 21 17:03:44 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/09/23 16:52:58 taca Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/21 17:03:44 taca Exp $
 
-DISTNAME=      http-form_data-2.1.1
+DISTNAME=      http-form_data-2.3.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       Build form data request bodies
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9aef80a8dd1f -r e64b8d414015 www/ruby-http-form_data/PLIST
--- a/www/ruby-http-form_data/PLIST     Sat Mar 21 17:03:43 2020 +0000
+++ b/www/ruby-http-form_data/PLIST     Sat Mar 21 17:03:44 2020 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2017/12/09 17:48:43 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/03/21 17:03:44 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.editorconfig
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
 ${GEM_LIBDIR}/.rubocop.yml
diff -r 9aef80a8dd1f -r e64b8d414015 www/ruby-http-form_data/distinfo
--- a/www/ruby-http-form_data/distinfo  Sat Mar 21 17:03:43 2020 +0000
+++ b/www/ruby-http-form_data/distinfo  Sat Mar 21 17:03:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/09/23 16:52:58 taca Exp $
+$NetBSD: distinfo,v 1.8 2020/03/21 17:03:44 taca Exp $
 
-SHA1 (http-form_data-2.1.1.gem) = 454ef4b48eadc5242b57e6c055c1ae3c42a3fe98
-RMD160 (http-form_data-2.1.1.gem) = c6a0909dbd0126b96de85db794fbbf186276b76e
-SHA512 (http-form_data-2.1.1.gem) = 43e1d9a522a748ab5d1633392225d87b5b178f6ae46a9bc4296b2a71b95b54d0a0c5fa1c3d8a8f48134df7c8c5893bfd7a5db060da275f49a147385cb4d04627
-Size (http-form_data-2.1.1.gem) = 16896 bytes
+SHA1 (http-form_data-2.3.0.gem) = 1ed9996ba39ebebcb3102303cee7dc16de621f3f
+RMD160 (http-form_data-2.3.0.gem) = b0856b62b8673c753171e2aced0ab9665a3f4c4b
+SHA512 (http-form_data-2.3.0.gem) = c070126d18a66bd505005d7dae4ece6c751e52593806daf618bbb437b7f9296a5f18aac2e317b3526c9b34adc2f4d9fc7b7bab8cf2a8c8ca67fdc5940969ff21
+Size (http-form_data-2.3.0.gem) = 17408 bytes



Home | Main Index | Thread Index | Old Index