Skip to content

Commit

Permalink
ruby-http: update to 3.0.0.
Browse files Browse the repository at this point in the history
pkgsrc changes:
- sort DEPENDS

Upstream changes (from CHANGES.md):

## 3.0.0 (2017-10-01)

* Drop support of Ruby `2.0` and Ruby `2.1`.
  ([@ixti])

* [#410](httprb/http#410)
  Infer `Host` header upon redirects.
  ([@janko-m])

* [#409](httprb/http#409)
  Enables request body streaming on any IO object.
  ([@janko-m])

* [#413](httprb/http#413),
  [#414](httprb/http#414)
  Fix encoding of body chunks.
  ([@janko-m])

* [#368](httprb/http#368),
  [#357](httprb/http#357)
  Fix timeout issue.
  ([@HoneyryderChuck])
  • Loading branch information
tsutsui committed Dec 9, 2017
1 parent d28967b commit 5820d68
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
8 changes: 4 additions & 4 deletions www/ruby-http/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# $NetBSD: Makefile,v 1.13 2017/06/05 15:32:15 taca Exp $
# $NetBSD: Makefile,v 1.14 2017/12/09 17:53:16 tsutsui Exp $
#

DISTNAME= http-2.2.2
DISTNAME= http-3.0.0
CATEGORIES= www

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/tarcieri/http
COMMENT= Simple Ruby DSL for making HTTP requests
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0<0.7:../../www/ruby-http_parser.rb
DEPENDS+= ${RUBY_PKGPREFIX}-http-form_data>=1.0.1<1.1:../../www/ruby-http-form_data
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0<0.7:../../www/ruby-http_parser.rb
DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0<2:../../www/ruby-http-cookie
DEPENDS+= ${RUBY_PKGPREFIX}-http-form_data>=2.0.0<3.0:../../www/ruby-http-form_data

USE_LANGUAGES= # none

Expand Down
5 changes: 4 additions & 1 deletion www/ruby-http/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2017/02/05 01:13:32 tsutsui Exp $
@comment $NetBSD: PLIST,v 1.12 2017/12/09 17:53:16 tsutsui Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.coveralls.yml
${GEM_LIBDIR}/.gitignore
Expand Down Expand Up @@ -33,6 +33,7 @@ ${GEM_LIBDIR}/lib/http/mime_type/json.rb
${GEM_LIBDIR}/lib/http/options.rb
${GEM_LIBDIR}/lib/http/redirector.rb
${GEM_LIBDIR}/lib/http/request.rb
${GEM_LIBDIR}/lib/http/request/body.rb
${GEM_LIBDIR}/lib/http/request/writer.rb
${GEM_LIBDIR}/lib/http/response.rb
${GEM_LIBDIR}/lib/http/response/body.rb
Expand Down Expand Up @@ -62,6 +63,7 @@ ${GEM_LIBDIR}/spec/lib/http/options/new_spec.rb
${GEM_LIBDIR}/spec/lib/http/options/proxy_spec.rb
${GEM_LIBDIR}/spec/lib/http/options_spec.rb
${GEM_LIBDIR}/spec/lib/http/redirector_spec.rb
${GEM_LIBDIR}/spec/lib/http/request/body_spec.rb
${GEM_LIBDIR}/spec/lib/http/request/writer_spec.rb
${GEM_LIBDIR}/spec/lib/http/request_spec.rb
${GEM_LIBDIR}/spec/lib/http/response/body_spec.rb
Expand All @@ -75,6 +77,7 @@ ${GEM_LIBDIR}/spec/support/black_hole.rb
${GEM_LIBDIR}/spec/support/capture_warning.rb
${GEM_LIBDIR}/spec/support/dummy_server.rb
${GEM_LIBDIR}/spec/support/dummy_server/servlet.rb
${GEM_LIBDIR}/spec/support/fakeio.rb
${GEM_LIBDIR}/spec/support/http_handling_shared.rb
${GEM_LIBDIR}/spec/support/proxy_server.rb
${GEM_LIBDIR}/spec/support/servers/config.rb
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-http/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.14 2017/06/05 15:32:15 taca Exp $
$NetBSD: distinfo,v 1.15 2017/12/09 17:53:16 tsutsui Exp $

SHA1 (http-2.2.2.gem) = 78f3d202c8cc61f046b983e05f197dbd29fb114a
RMD160 (http-2.2.2.gem) = 3e73ef20accd415507809b6e788d546fde680e2c
SHA512 (http-2.2.2.gem) = 9c22f7f4473e5cb0b605b9c8d25c1a93c34e7e440fb7cf4f3690cb9dd9e65ce3619d0575da3d97da6dfcf8e1560113b638bb447340605bebc160f589fb007bed
Size (http-2.2.2.gem) = 67072 bytes
SHA1 (http-3.0.0.gem) = 89d5a5242bebafccfef5204fd3918ade345c882e
RMD160 (http-3.0.0.gem) = fc099b6d96305bab276bcb964e1361d27f24f303
SHA512 (http-3.0.0.gem) = ef8c4148b68838e0669d5012c3548d373ef99d9273eb2ea25e7e0237027c766ffdbcdede766eb890f042b7211c2ed953688a372c46b120bf0bbd045c06b8aec3
Size (http-3.0.0.gem) = 69632 bytes

0 comments on commit 5820d68

Please sign in to comment.