= 1.3.2 / 2011-12-30 * Don't automatically add `Rack::CommonLogger` if `Rack::Server` is adding it, too. (Konstantin Haase) * Setting `logging` to `nil` will avoid setting up `Rack::NullLogger`. (Konstantin Haase) * Route specific params are now available in the block passed to #stream. (Konstantin Haase) * Fix bug where rendering a second template in the same request, after the first one raised an exception, skipped the default layout. (Nathan Baum) * Fix bug where parameter escaping got enabled when disabling a different protection. (Konstantin Haase) * Fix regression: Filters without a pattern may now again manipulate the params hash. (Konstantin Haase) * Added examples directory. (Konstantin Haase) * Improved documentation. (Gabriel Andretta, Markus Prinz, Erick Zetta, Just Lest, Adam Vaughan, Aleksander Dąbrowski) * Improved MagLev support. (Tim Felgentreff)
18 lines
542 B
Makefile
18 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/01/08 03:05:01 obache Exp $
|
|
|
|
DISTNAME= sinatra-1.3.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.sinatrarb.com/
|
|
COMMENT= Classy web-development dressed in a DSL
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.3.6<2:../../www/ruby-rack
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack-protection>=1.2<2:../../www/ruby-rack-protection
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.3.3<2:../../textproc/ruby-tilt
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|