diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-21 16:24:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-21 16:24:14 +0000 |
commit | 73d39bc25d1fd830a4d853192d87543ce1de66b6 (patch) | |
tree | fb5739eff2f417ffaba322321bc7e89fd9bbdfc1 /www/heel/Makefile | |
parent | eb7f7fc68d60019b1d28b13a6b1c03c9d6190d42 (diff) | |
download | pkgsrc-73d39bc25d1fd830a4d853192d87543ce1de66b6.tar.gz |
Update www/heel to 1.0.0. Changes from version 0.6.0 include converting
heel into a Rack application built on top of Thin.
Diffstat (limited to 'www/heel/Makefile')
-rw-r--r-- | www/heel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/heel/Makefile b/www/heel/Makefile index 4103e8b5fc4..26666e700a0 100644 --- a/www/heel/Makefile +++ b/www/heel/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:22:53 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2008/04/21 16:24:14 jlam Exp $ -DISTNAME= heel-0.6.0 +DISTNAME= heel-1.0.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://copiousfreetime.rubyforge.org/heel/ -COMMENT= Static file web server based on mongrel +COMMENT= Static file web server based on Rack and Thin -DEPENDS+= mongrel>=1.0.1:../../www/mongrel +DEPENDS+= thin>=0.7.0:../../www/thin DEPENDS+= rake>=0.7.3:../../devel/rake DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=0.7.4.215:../../textproc/ruby-coderay DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=0.3.0:../../misc/ruby-launchy |