summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-17 07:10:51 +0000
committertaca <taca@pkgsrc.org>2011-12-17 07:10:51 +0000
commitc7537bf76df9cfef5b1f7fea8048dedf8352d1b5 (patch)
treee72f9f5e30524992c4d0913a2d173617afa211b3 /www
parent3037b36e1f01ec36a9266b0d2dc334e8ca63b0eb (diff)
downloadpkgsrc-c7537bf76df9cfef5b1f7fea8048dedf8352d1b5.tar.gz
Relax depending version to www/thin.
Diffstat (limited to 'www')
-rw-r--r--www/heel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/heel/Makefile b/www/heel/Makefile
index 41dc50a6dd3..adeaecb0cf9 100644
--- a/www/heel/Makefile
+++ b/www/heel/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2011/08/12 17:36:31 taca Exp $
+# $NetBSD: Makefile,v 1.6 2011/12/17 07:10:51 taca Exp $
DISTNAME= heel-2.0.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,14 +9,14 @@ HOMEPAGE= http://copiousfreetime.rubyforge.org/heel/
COMMENT= Static file web server based on Rack and Thin
LICENSE= modified-bsd
-DEPENDS+= ${RUBY_PKGPREFIX}-thin>=1.2.0<1.3:../../www/thin
+DEPENDS+= ${RUBY_PKGPREFIX}-thin>=1.2<2:../../www/thin
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=0.8.260:../../textproc/ruby-coderay
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=0.3.2:../../misc/ruby-launchy
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.16<2:../../mail/ruby-mime-types
CONFLICTS+= ruby[1-9][0-9]-heel-[0-9]* heel-[0-9]*
-OVERRIDE_GEMSPEC+= coderay>=0.8.260 launchy>=0.3.2
+OVERRIDE_GEMSPEC+= coderay>=0.8.260 launchy>=0.3.2 thin>=1.2
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"