pkgsrc/www/ruby-sinatra-contrib/Makefile
taca 3cecd93aea www/ruby-sinatra: update to 2.1.0
Update ruby-sinatra and ruby-sinatra-contrib package to 2.1.0.


2.1.0 / 2020-09-05

* Fix additional Ruby 2.7 keyword warnings #1586 by Stefan Sundin
* Drop Ruby 2.2 support #1455 by Eloy Pérez
* Add default_content_type setting. Fixes #1238 #1239 by Mike Pastore
* Allow set :<engine> in sinatra-namespace #1255 by Christian Höppner
* Use prepend instead of include for helpers. Fixes #1213 #1214 by Mike
  Pastore
* Fix issue with passed routes and provides Fixes #1095 #1606 by Mike
  Pastore, Jordan Owens
* Add QuietLogger that excludes pathes from Rack::CommonLogger 1250 by
  Christoph Wagner
* Sinatra::Contrib dependency updates. Fixes #1207 #1411 by Mike Pastore
* Allow CSP to fallback to default-src. Fixes #1484 #1490 by Jordan Owens
* Replace origin_whitelist with permitted_origins. Closes #1620 #1625 by
  rhymes
* Use Rainbows instead of thin for async/stream features. Closes #1624 #1627
  by Ryuichi KAWAMATA
* Enable EscapedParams if passed via settings. Closes #1615 #1632 by Anders
  Bälter
* Support for parameters in mime types. Fixes #1141 by John Hope
* Handle null byte when serving static files #1574 by Kush Fanikiso
* Improve development support and documentation and source code by Olle
  Jonsson, Pierre-Adrien Buisson, Shota Iguchi
2020-09-14 15:48:10 +00:00

15 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/09/14 15:48:10 taca Exp $
DISTNAME= sinatra-contrib-2.1.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sinatrarb.com/contrib/
COMMENT= Collection of useful Sinatra extensions
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sinatra>=2.1.0<2.1.1:../../www/ruby-sinatra
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json-[0-9]*:../../textproc/ruby-multi_json
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"