Sun Sep 15 17:59:44 2013 UTC ()
Update thin to 1.5.1.

== 1.5.1 Straight Razor
 * Fix issue when running as another user/group without a PID file.
 * Allow overriding Connection & Server response headers.
 * Update vlad example [Mathieu Lemoine]
 * Keep connections in a Hash to speedup deletion [slivu]
 * Force kill using already known pid. Prevents "thin stop" from leaving
   a process that removed its pid file, but is still running (e.g. hung
   on some at_exit callback) [Michal Kwiatkowski]


(taca)
diff -r1.12 -r1.13 pkgsrc/www/thin/Makefile
diff -r1.8 -r1.9 pkgsrc/www/thin/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/www/thin/Makefile (expand / switch to unified diff)

--- pkgsrc/www/thin/Makefile 2012/12/17 15:56:42 1.12
+++ pkgsrc/www/thin/Makefile 2013/09/15 17:59:44 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2012/12/17 15:56:42 taca Exp $ 1# $NetBSD: Makefile,v 1.13 2013/09/15 17:59:44 taca Exp $
2 2
3DISTNAME= thin-1.5.0 3DISTNAME= thin-1.5.1
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://code.macournoyer.com/thin/ 7HOMEPAGE= http://code.macournoyer.com/thin/
8COMMENT= Fast and very simple Ruby web server 8COMMENT= Fast and very simple Ruby web server
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack 11DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack
12DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons 12DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
13DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine 13DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine
14 14
15CONFLICTS+= ruby[1-9][0-9]-thin-[0-9]* thin-[0-9]* 15CONFLICTS+= ruby[1-9][0-9]-thin-[0-9]* thin-[0-9]*
16 16

cvs diff -r1.8 -r1.9 pkgsrc/www/thin/distinfo (expand / switch to unified diff)

--- pkgsrc/www/thin/distinfo 2012/12/17 15:56:43 1.8
+++ pkgsrc/www/thin/distinfo 2013/09/15 17:59:44 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2012/12/17 15:56:43 taca Exp $ 1$NetBSD: distinfo,v 1.9 2013/09/15 17:59:44 taca Exp $
2 2
3SHA1 (thin-1.5.0.gem) = bb2abef75c2b098524c00e5159b5effe0979b5ed 3SHA1 (thin-1.5.1.gem) = 4280f5a3db7c4d6470c15f6acec9a0dded057ab8
4RMD160 (thin-1.5.0.gem) = a1657fac6debfc6c39e48b65ebc25a6ebaf4a0c6 4RMD160 (thin-1.5.1.gem) = 78da79122cabed5ff1f489e6016723fd3bc1048d
5Size (thin-1.5.0.gem) = 55296 bytes 5Size (thin-1.5.1.gem) = 55296 bytes