pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44ed48fb7511
branches:  trunk
changeset: 329300:44ed48fb7511
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 03 15:57:27 2019 +0000

description:
www/ruby-rack-contrib: update to 2.1.0

* pkgsrc change: add "USE_LANGAUGES= # none" line.

2.1.0 (2018-10-04)

Spring has sprung so let's make a new release

New features:

* Rack::PostBodyContentTypeParser -- you can now pass a block to the
  middleware to override the default "parse me some JSON" behaviour.
  Thanks to Kris Dekeyser (@Kris-LEBIS) for the patch.

* Ruby 2.5 support -- we're now running the test suite through Ruby 2.5.1, as
  well as the latest patch releases of all other Ruby releases supported by
  rack-contrib (back to 2.2, the same as Rack itself). The only "interesting"
  change here is that some Rack::Profiler printers no longer work, which is
  not our fault, but rather a problem with ruby-prof.

Bug fixes:

* Remove a deprecation warning about has_rdoc. Thanks to Luciano Sousa
  (@lucianosousa) for the patch.

diffstat:

 www/ruby-rack-contrib/Makefile |   6 ++++--
 www/ruby-rack-contrib/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 2bea02905a35 -r 44ed48fb7511 www/ruby-rack-contrib/Makefile
--- a/www/ruby-rack-contrib/Makefile    Sun Feb 03 15:53:24 2019 +0000
+++ b/www/ruby-rack-contrib/Makefile    Sun Feb 03 15:57:27 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/03/21 12:20:58 taca Exp $
+# $NetBSD: Makefile,v 1.10 2019/02/03 15:57:27 taca Exp $
 
-DISTNAME=      rack-contrib-2.0.1
+DISTNAME=      rack-contrib-2.1.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,5 +10,7 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.0:../../www/ruby-rack
 
+USE_LANGAUGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2bea02905a35 -r 44ed48fb7511 www/ruby-rack-contrib/distinfo
--- a/www/ruby-rack-contrib/distinfo    Sun Feb 03 15:53:24 2019 +0000
+++ b/www/ruby-rack-contrib/distinfo    Sun Feb 03 15:57:27 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/03/21 12:19:33 taca Exp $
+$NetBSD: distinfo,v 1.7 2019/02/03 15:57:27 taca Exp $
 
-SHA1 (rack-contrib-2.0.1.gem) = 2b6c86117fb17a551a27670889cb4b3301f46923
-RMD160 (rack-contrib-2.0.1.gem) = d2b1062a894bd48c67a2f48b8fef0a8139e5737e
-SHA512 (rack-contrib-2.0.1.gem) = b7392824b4a7d25cdbf210f9c12c33169b683d907de41ff523df1d71d2d7b6b0a3e6a3ca9abd70f19a2b727fcc088fe5d6efc56d00b2b2615571b7e99552ca70
-Size (rack-contrib-2.0.1.gem) = 26624 bytes
+SHA1 (rack-contrib-2.1.0.gem) = 282adb3f6bab48c47d2ca96b22e91894a8ff0bc6
+RMD160 (rack-contrib-2.1.0.gem) = 07f3a962346babd770314ea207a5746b65d69643
+SHA512 (rack-contrib-2.1.0.gem) = 4ef2059617844c18c238f8a9c296ff4afeb6f4f78b48864be1580aff59fc6569ae18fa0f99574179634d74627bc00e694eb8f659b33c8ee5dd641546c6acb9fe
+Size (rack-contrib-2.1.0.gem) = 26624 bytes



Home | Main Index | Thread Index | Old Index