diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 13:01:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 13:01:12 +0000 |
commit | 634d5adcc9891608b8224df15f7800d1e3d33293 (patch) | |
tree | 00d2eb13b168a42b4aef386ab211ae83850bae99 /www | |
parent | 1a9539a9d230b86e30884472ac70e3e3560cf3a8 (diff) | |
download | pkgsrc-634d5adcc9891608b8224df15f7800d1e3d33293.tar.gz |
Update ruby-sinatra to 1.3.4.
= 1.3.4 / 2012-01-26
* Improve documentation. (Kashyap, Stanislav Chistenko, Konstantin Haase,
ymmtmsys, Anurag Priyam)
* Adjustments to template system to work with Tilt edge. (Konstantin Haase)
* Fix streaming with latest Rack release. (Konstantin Haase)
* Fix default content type for Sinatra::Response with latest Rack release.
(Konstantin Haase)
* Fix regression where + was no longer treated like space. (Ross Boucher)
* Status, headers and body will be set correctly in an after filter when using
halt in a before filter or route. (Konstantin Haase)
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-sinatra/Makefile | 12 | ||||
-rw-r--r-- | www/ruby-sinatra/distinfo | 8 |
2 files changed, 9 insertions, 11 deletions
diff --git a/www/ruby-sinatra/Makefile b/www/ruby-sinatra/Makefile index 4b9cb4afd7a..217d89423ee 100644 --- a/www/ruby-sinatra/Makefile +++ b/www/ruby-sinatra/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/01/17 12:44:58 taca Exp $ +# $NetBSD: Makefile,v 1.10 2013/02/11 13:01:12 taca Exp $ -DISTNAME= sinatra-1.3.3 -PKGREVISION= 1 +DISTNAME= sinatra-1.3.4 CATEGORIES= www MAINTAINER= obache@NetBSD.org @@ -9,11 +8,10 @@ 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 +DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4<2:../../www/ruby-rack +DEPENDS+= ${RUBY_PKGPREFIX}-rack-protection>=1.3<2:../../www/ruby-rack-protection +DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.3<2:../../textproc/ruby-tilt -OVERRIDE_GEMSPEC+= rack-protection~>1 RUBY_RDOC_REQD= 3.0 .include "../../lang/ruby/gem.mk" diff --git a/www/ruby-sinatra/distinfo b/www/ruby-sinatra/distinfo index 196c8df9f7c..71615255e61 100644 --- a/www/ruby-sinatra/distinfo +++ b/www/ruby-sinatra/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/09/16 13:39:33 taca Exp $ +$NetBSD: distinfo,v 1.6 2013/02/11 13:01:12 taca Exp $ -SHA1 (sinatra-1.3.3.gem) = 1cf3e70a876dc2309fb67f70c096c3bf843a2fe6 -RMD160 (sinatra-1.3.3.gem) = c52962d195a01d69dcc280c01bcad66f5ce92343 -Size (sinatra-1.3.3.gem) = 306176 bytes +SHA1 (sinatra-1.3.4.gem) = 57de66c8ccaf38e63720794a9c2a6109ce17e256 +RMD160 (sinatra-1.3.4.gem) = 0d04ac11193afa9719800dda79f41559af219e01 +Size (sinatra-1.3.4.gem) = 307200 bytes |