From owner-freebsd-ruby@FreeBSD.ORG Wed Jul 2 21:28:47 2008 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB761106567E for ; Wed, 2 Jul 2008 21:28:47 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtai112.cox.net (eastrmmtai112.cox.net [68.230.240.31]) by mx1.freebsd.org (Postfix) with ESMTP id 736118FC0A for ; Wed, 2 Jul 2008 21:28:47 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao102.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080702211744.PHNK22786.eastrmmtao102.cox.net@eastrmimpo03.cox.net>; Wed, 2 Jul 2008 17:17:44 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo03.cox.net with bizsmtp id l9Hj1Z00B4iy4EG029Hjxj; Wed, 02 Jul 2008 17:17:44 -0400 Date: Wed, 02 Jul 2008 16:20:11 -0500 To: "Philip M. Gollucci" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <486BEC5F.1060108@p6m7g8.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <486BEC5F.1060108@p6m7g8.com> User-Agent: Opera Mail/9.50 (Linux) Cc: ruby@freebsd.org Subject: Re: Actual Question! X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 21:28:47 -0000 On Wed, 02 Jul 2008 16:00:15 -0500, Philip M. Gollucci wrote: > $ grep rubygem MFiles | \ > xargs grep DEPENDS | \ > grep rubygem |grep -c LOCALBASE > 9 > > $ grep rubygem MFiles | \ > xargs grep DEPENDS | \ > grep rubygem | \ > grep -v LOCALBASE | \ > wc -l > 91 > > So it looks like the second form is preferred. If you wondering, thats > the difference between these: > > > devel/rubygem-rgl/Makefile:RUN_DEPENDS= > ${LOCALBASE}/lib/ruby/gems/1.8/specifications/stream-0.5.gemspec:${PORTSDIR}/devel/rubygem-stream > > vs > > www/rubygem-rubyfulsoup/Makefile:BUILD_DEPENDS= > rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools > > > IMHO the second is better, because you can use >= or leave it out and > not break higher level ports every-time you upgrade a lower one. > > I'm going to a file a PR to change the 9 ports shortly. Have you check rubygem's dependencies requirement before you care about how much dependencies there are? Just make sure in case. ;-) Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org