summaryrefslogtreecommitdiff
path: root/www/ruby-rack/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-09-15 08:31:47 +0000
committertaca <taca@pkgsrc.org>2008-09-15 08:31:47 +0000
commit3896039e34f4b24222efffc3bb194dbe300f6c99 (patch)
tree8bf0b332be392ea324c82b348f4b47c04bc3ba70 /www/ruby-rack/Makefile
parent5c60928fa66789fd8ea3b1a08bc571fb5028fd88 (diff)
downloadpkgsrc-3896039e34f4b24222efffc3bb194dbe300f6c99.tar.gz
Update ruby-rack package to 0.4.0.
== Future specification changes PLEASE NOTE: In versions of Rack LATER than 0.4, the following changes will be commited to the Rack specification: * 1xx, 204 and 304 status codes MUST not contain a Content-Type. * A valid Content-Length header MUST be provided for non 1xx, 204 and 304 responses with a Transfer-Encoding of "identity" (default). The Content-Length MUST be the same as the sum of the byte-sizes of the chunks. * The REQUEST_METHOD may be any HTTP token. Internal Rack modules have been updated to follow this behavior, but the Rack 0.4 Lint does NOT check it yet for compatibility reasons. Please update your libraries accordingly. == Changes * August 21st, 2008: Fourth public release 0.4. * New middleware, Rack::Deflater, by Christoffer Sawicki. * OpenID authentication now needs ruby-openid 2. * New Memcache sessions, by blink. * Explicit EventedMongrel handler, by Joshua Peek. * Rack::Reloader is not loaded in rackup development mode. * rackup can daemonize with -D. * Many bugfixes, especially for pool sessions, URLMap, thread safety and tempfile handling. * Improved tests. * Rack moved to Git.
Diffstat (limited to 'www/ruby-rack/Makefile')
-rw-r--r--www/ruby-rack/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/ruby-rack/Makefile b/www/ruby-rack/Makefile
index 867739c0157..7b59bd3148e 100644
--- a/www/ruby-rack/Makefile
+++ b/www/ruby-rack/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:26:37 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2008/09/15 08:31:47 taca Exp $
-DISTNAME= rack-0.3.0
+DISTNAME= rack-0.4.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= www
@@ -10,5 +10,8 @@ COMMENT= Ruby webserver interface
GEM_BUILD= gemspec
+post-extract:
+ cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
+
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"