Fri Mar 14 19:08:15 2014 UTC ()
Update ruby-net-http-persistent to 2.9.4.

=== 2.9.4 / 2014-02-10

* Bug fixes
  * Improve proxy escaping from 2.9.2.  Pull request #59 by Mislav Marohnić.

=== 2.9.3 / 2014-02-06

* Bug fixes
  * Fix breakage in 2.9.2 for users without proxies.  Pull request #56 by
    Yoshihiro TAKAHARA (merged), #57 by ChuckLin, #58 by Kenny Meyer.

=== 2.9.2 / 2014-02-05

* Bug fixes
  * Special characters in proxy passwords are now handled correctly.  Issue
    #48 by Mislav Marohnić.  Pull request #54 by Juha Kajava

=== 2.9.1 / 2014-01-22

* Bug fixes
  * Added license to gemspec.  Issue #47 by Benjamin Fleischer
  * Set Net::HTTP#keep_alive_timeout when supported by ruby.  Pull request #53
    by Dylan Thacker-Smith.
  * The backtrace is preserved for errors in #reset to help with debugging.
    Issue #41 by Andrew Cholakian.


(taca)
diff -r1.8 -r1.9 pkgsrc/www/ruby-net-http-persistent/Makefile
diff -r1.8 -r1.9 pkgsrc/www/ruby-net-http-persistent/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/www/ruby-net-http-persistent/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-net-http-persistent/Makefile 2013/09/15 17:37:24 1.8
+++ pkgsrc/www/ruby-net-http-persistent/Makefile 2014/03/14 19:08:15 1.9
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.8 2013/09/15 17:37:24 taca Exp $ 1# $NetBSD: Makefile,v 1.9 2014/03/14 19:08:15 taca Exp $
2 2
3DISTNAME= net-http-persistent-2.9 3DISTNAME= net-http-persistent-2.9.4
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://seattlerb.rubyforge.org/net-http-persistent 7HOMEPAGE= http://seattlerb.rubyforge.org/net-http-persistent
8COMMENT= Manages persistent connections using Net::HTTP 8COMMENT= Manages persistent connections using Net::HTTP
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/www/ruby-net-http-persistent/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-net-http-persistent/distinfo 2013/09/15 17:37:24 1.8
+++ pkgsrc/www/ruby-net-http-persistent/distinfo 2014/03/14 19:08:15 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2013/09/15 17:37:24 taca Exp $ 1$NetBSD: distinfo,v 1.9 2014/03/14 19:08:15 taca Exp $
2 2
3SHA1 (net-http-persistent-2.9.gem) = b10c1f4b01200c6a32bd4e14f51121c1b40d8283 3SHA1 (net-http-persistent-2.9.4.gem) = c5476a2800cf9d99e422b6f465e54ea84fabe6b6
4RMD160 (net-http-persistent-2.9.gem) = 75364468c71aa802f0f073aff19eaa212a7f182e 4RMD160 (net-http-persistent-2.9.4.gem) = f57834b35fbc7cbd67e2e0f4bca50e80e8658b78
5Size (net-http-persistent-2.9.gem) = 30720 bytes 5Size (net-http-persistent-2.9.4.gem) = 31232 bytes