diff options
author | taca <taca@pkgsrc.org> | 2011-12-16 12:43:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-16 12:43:09 +0000 |
commit | a7dcc5f6bdef7fec83d1eb02499367d3af92cff0 (patch) | |
tree | 349b2631da089021ae42ff141fffb747c1a1b784 /www/thin | |
parent | 92d219fc5f1b2fd37b53f2b1285467e91470a899 (diff) | |
download | pkgsrc-a7dcc5f6bdef7fec83d1eb02499367d3af92cff0.tar.gz |
Update thin pacakge to 1.3.1.
== 1.3.1 Triple Espresso
* Fix service not working pre 1.9.
== 1.3.0 Double Espresso
* BREAKING CHANGE: Thin no longer ships with fat Windows binaries.
From now on, to install on Windows, install https://github.com/oneclick/rubyinstaller/wiki/Development-Kit.
* BREAKING CHANGE: Remove automatic Content-Length setting.
It is now the responsibility of the app (or a middleware) to set the Content-Length.
* Log errors to STDERR [textgoeshere]
* Shut down gracefully when receiving SIGTERM [ddollar]
Processes are allowed a chance to shut down gracefully when receiving
SIGTERM (http://en.wikipedia.org/wiki/SIGTERM).
On Heroku, when shutting down a process, we send a SIGTERM followed 10
seconds later with a SIGKILL, similar to the behavior of the init daemon
on most Unix systems. This patch will allow Heroku apps to shut down
gracefully when they need to be terminated / moved.
Diffstat (limited to 'www/thin')
-rw-r--r-- | www/thin/Makefile | 4 | ||||
-rw-r--r-- | www/thin/PLIST | 7 | ||||
-rw-r--r-- | www/thin/distinfo | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile index 296e38ddbdd..6cc278093d2 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2011/06/19 08:08:33 taca Exp $ +# $NetBSD: Makefile,v 1.10 2011/12/16 12:43:09 taca Exp $ -DISTNAME= thin-1.2.11 +DISTNAME= thin-1.3.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/thin/PLIST b/www/thin/PLIST index 4604053601a..baa4f55a4a2 100644 --- a/www/thin/PLIST +++ b/www/thin/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2010/03/08 13:38:24 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/12/16 12:43:09 taca Exp $ bin/thin -${GEM_HOME}/cache/thin-${PKGVERSION}.gem +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG -${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/benchmark/abc @@ -137,4 +136,4 @@ ${GEM_LIBDIR}/tasks/rdoc.rake ${GEM_LIBDIR}/tasks/site.rake ${GEM_LIBDIR}/tasks/spec.rake ${GEM_LIBDIR}/tasks/stats.rake -${GEM_HOME}/specifications/thin-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/thin/distinfo b/www/thin/distinfo index 528495a8b89..3e122324ddb 100644 --- a/www/thin/distinfo +++ b/www/thin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/06/19 08:08:33 taca Exp $ +$NetBSD: distinfo,v 1.6 2011/12/16 12:43:09 taca Exp $ -SHA1 (thin-1.2.11.gem) = defa97b88678f1358380346734acefd346a78bd9 -RMD160 (thin-1.2.11.gem) = 74537595e90721bb8e013f75e0c65c12f8c156cf -Size (thin-1.2.11.gem) = 142848 bytes +SHA1 (thin-1.3.1.gem) = e009f5ce3ba092299cd0810652e67c080ffaef14 +RMD160 (thin-1.3.1.gem) = e03d1607b1c00d7458d3fb9dc55a5b0e64c99449 +Size (thin-1.3.1.gem) = 141824 bytes |