diff options
author | jlam <jlam> | 2008-04-21 16:09:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-04-21 16:09:42 +0000 |
commit | 6c5ad5e6d926fe355f4c9ed954d5e9e7d23281d0 (patch) | |
tree | e3a68ebee51762b22e27361de22e5ce8d52ab38d /www | |
parent | aa75e50d449ecd1c3fbd3706da805ceb370341b8 (diff) | |
download | pkgsrc-6c5ad5e6d926fe355f4c9ed954d5e9e7d23281d0.tar.gz |
Update www/thin to version 0.8.1. Changes from version 0.8.0 include:
* [bug] Rescue all types of errors when processing request
* [bug] Use Swiftiply backend when -y option is specified
* Allow passing port as a string in Server.new
* Define deferred?(env) in your Rack application to set if a request
is handled in a thread (return true) or not (return false).
Diffstat (limited to 'www')
-rw-r--r-- | www/thin/Makefile | 4 | ||||
-rw-r--r-- | www/thin/PLIST | 3 | ||||
-rw-r--r-- | www/thin/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile index 05890855e2b..87ce0906c27 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2008/04/13 07:10:19 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/21 16:09:42 jlam Exp $ -DISTNAME= thin-0.8.0 +DISTNAME= thin-0.8.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/thin/PLIST b/www/thin/PLIST index 2659d24c57d..902df3c32fd 100644 --- a/www/thin/PLIST +++ b/www/thin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2008/04/13 07:10:19 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/04/21 16:09:42 jlam Exp $ bin/thin ${GEM_HOME}/cache/thin-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGELOG @@ -51,7 +51,6 @@ ${GEM_LIBDIR}/lib/thin/stats.html.erb ${GEM_LIBDIR}/lib/thin/stats.rb ${GEM_LIBDIR}/lib/thin/statuses.rb ${GEM_LIBDIR}/lib/thin/version.rb -${GEM_LIBDIR}/lib/thin_backend.bundle ${GEM_LIBDIR}/lib/thin_parser.bundle ${GEM_LIBDIR}/lib/thin_parser.${RUBY_DLEXT} ${GEM_LIBDIR}/spec/backends/swiftiply_client_spec.rb diff --git a/www/thin/distinfo b/www/thin/distinfo index ca71bd3bcd3..fdf9d3db68b 100644 --- a/www/thin/distinfo +++ b/www/thin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/04/13 07:10:19 jlam Exp $ +$NetBSD: distinfo,v 1.3 2008/04/21 16:09:42 jlam Exp $ -SHA1 (thin-0.8.0.gem) = e800e30a3d9377f04e153f3d4d43cc9e31cada6e -RMD160 (thin-0.8.0.gem) = 6a5f4f4d7bd4b8f24e67535ed79648b8fb208200 -Size (thin-0.8.0.gem) = 169984 bytes +SHA1 (thin-0.8.1.gem) = c7f6559f1c5c0a53b683526f67c7be8ad198383f +RMD160 (thin-0.8.1.gem) = c750b6960fe40376d08107aebc9ac07b17e55657 +Size (thin-0.8.1.gem) = 139776 bytes |