pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/thin Update www/thin to version 0.8.1. Changes fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44a9cfc6e92b
branches:  trunk
changeset: 541384:44a9cfc6e92b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 21 16:09:42 2008 +0000

description:
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:

 www/thin/Makefile |  4 ++--
 www/thin/PLIST    |  3 +--
 www/thin/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 292e9f71555e -r 44a9cfc6e92b www/thin/Makefile
--- a/www/thin/Makefile Mon Apr 21 15:53:55 2008 +0000
+++ b/www/thin/Makefile Mon Apr 21 16:09:42 2008 +0000
@@ -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@localhost
diff -r 292e9f71555e -r 44a9cfc6e92b www/thin/PLIST
--- a/www/thin/PLIST    Mon Apr 21 15:53:55 2008 +0000
+++ b/www/thin/PLIST    Mon Apr 21 16:09:42 2008 +0000
@@ -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.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 -r 292e9f71555e -r 44a9cfc6e92b www/thin/distinfo
--- a/www/thin/distinfo Mon Apr 21 15:53:55 2008 +0000
+++ b/www/thin/distinfo Mon Apr 21 16:09:42 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index