diff options
author | taca <taca@pkgsrc.org> | 2008-03-29 13:07:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-03-29 13:07:45 +0000 |
commit | 82ee424a960f6e7356b55fac805f6fb55e892b1e (patch) | |
tree | 7018be64efd358c2b517ebefa8edcadde5d0590a | |
parent | 5ae09460c0524ce8bc6941cddef96a114abd0459 (diff) | |
download | pkgsrc-82ee424a960f6e7356b55fac805f6fb55e892b1e.tar.gz |
Remove dependency to ruby-fastthread since it was already incorporated
to Ruby 1.8.6 patchlevel 110 and fixed some problem with it.
Bump PKGREVISION.
-rw-r--r-- | www/mongrel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mongrel/Makefile b/www/mongrel/Makefile index a4d07c6af48..ec3acb9103f 100644 --- a/www/mongrel/Makefile +++ b/www/mongrel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2007/12/13 14:48:09 taca Exp $ +# $NetBSD: Makefile,v 1.5 2008/03/29 13:07:45 taca Exp $ DISTNAME= mongrel-1.0.1 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://rubyforge.org/frs/download.php/16719/ EXTRACT_SUFX= .gem @@ -11,7 +12,6 @@ COMMENT= Fast HTTP library and server for Ruby BUILD_DEPENDS+= rake-[0-9]*:../../devel/rake DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.3:../../misc/ruby-daemons -DEPENDS+= ${RUBY_PKGPREFIX}-fastthread>=1.0.0:../../devel/ruby-fastthread DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.2:../../misc/ruby-gem_plugin DEPENDS+= rubygems-[0-9]*:../../misc/rubygems |