pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-http-form_data



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Mar 21 17:03:44 UTC 2020

Modified Files:
        pkgsrc/www/ruby-http-form_data: Makefile PLIST distinfo

Log Message:
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][]


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-http-form_data/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-http-form_data/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-http-form_data/distinfo

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

Modified files:

Index: pkgsrc/www/ruby-http-form_data/Makefile
diff -u pkgsrc/www/ruby-http-form_data/Makefile:1.6 pkgsrc/www/ruby-http-form_data/Makefile:1.7
--- pkgsrc/www/ruby-http-form_data/Makefile:1.6 Sun Sep 23 16:52:58 2018
+++ pkgsrc/www/ruby-http-form_data/Makefile     Sat Mar 21 17:03:44 2020
@@ -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 @@ HOMEPAGE=       https://github.com/httprb/form
 COMMENT=       Build form data request bodies
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-http-form_data/PLIST
diff -u pkgsrc/www/ruby-http-form_data/PLIST:1.3 pkgsrc/www/ruby-http-form_data/PLIST:1.4
--- pkgsrc/www/ruby-http-form_data/PLIST:1.3    Sat Dec  9 17:48:43 2017
+++ pkgsrc/www/ruby-http-form_data/PLIST        Sat Mar 21 17:03:44 2020
@@ -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

Index: pkgsrc/www/ruby-http-form_data/distinfo
diff -u pkgsrc/www/ruby-http-form_data/distinfo:1.7 pkgsrc/www/ruby-http-form_data/distinfo:1.8
--- pkgsrc/www/ruby-http-form_data/distinfo:1.7 Sun Sep 23 16:52:58 2018
+++ pkgsrc/www/ruby-http-form_data/distinfo     Sat Mar 21 17:03:44 2020
@@ -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