pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mongrel Remove dependency to ruby-fastthread since...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6a6ab579012
branches:  trunk
changeset: 540131:d6a6ab579012
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 29 13:07:45 2008 +0000

description:
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.

diffstat:

 www/mongrel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c74f36419fde -r d6a6ab579012 www/mongrel/Makefile
--- a/www/mongrel/Makefile      Sat Mar 29 05:12:16 2008 +0000
+++ b/www/mongrel/Makefile      Sat Mar 29 13:07:45 2008 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index