pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rack-contrib



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  3 15:57:27 UTC 2019

Modified Files:
        pkgsrc/www/ruby-rack-contrib: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-rack-contrib/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-rack-contrib/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-rack-contrib/Makefile
diff -u pkgsrc/www/ruby-rack-contrib/Makefile:1.9 pkgsrc/www/ruby-rack-contrib/Makefile:1.10
--- pkgsrc/www/ruby-rack-contrib/Makefile:1.9   Wed Mar 21 12:20:58 2018
+++ pkgsrc/www/ruby-rack-contrib/Makefile       Sun Feb  3 15:57:27 2019
@@ -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 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.0:../../www/ruby-rack
 
+USE_LANGAUGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-rack-contrib/distinfo
diff -u pkgsrc/www/ruby-rack-contrib/distinfo:1.6 pkgsrc/www/ruby-rack-contrib/distinfo:1.7
--- pkgsrc/www/ruby-rack-contrib/distinfo:1.6   Wed Mar 21 12:19:33 2018
+++ pkgsrc/www/ruby-rack-contrib/distinfo       Sun Feb  3 15:57:27 2019
@@ -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