summaryrefslogtreecommitdiff
path: root/www/thin
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-08 16:10:37 +0000
committertaca <taca@pkgsrc.org>2015-03-08 16:10:37 +0000
commit6400928919a769308fd593b12ce6e19b8627c744 (patch)
tree0a92e02c8c36e13a5558d0ddf71c2e1fbf56b7ac /www/thin
parentaa688cca16417aed4b7a8a7d7c7257eb9776f4df (diff)
downloadpkgsrc-6400928919a769308fd593b12ce6e19b8627c744.tar.gz
Depends on ruby-rack15 instead of ruby-rack to solve indirect dependency
problem. Noted by joerg@ via private e-mail.
Diffstat (limited to 'www/thin')
-rw-r--r--www/thin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile
index 5004dfce28b..8fc43af29a8 100644
--- a/www/thin/Makefile
+++ b/www/thin/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2015/03/01 15:41:36 taca Exp $
+# $NetBSD: Makefile,v 1.17 2015/03/08 16:10:37 taca Exp $
DISTNAME= thin-1.6.3
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +9,7 @@ HOMEPAGE= http://code.macournoyer.com/thin/
COMMENT= Fast and very simple Ruby web server
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack
+DEPENDS+= ${RUBY_PKGPREFIX}-rack15>=1.0.0:../../www/ruby-rack15
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.0:../../devel/ruby-eventmachine