From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 23:25:43 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9FC01DEC for ; Tue, 29 Jan 2013 23:25:43 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 519A4EF1 for ; Tue, 29 Jan 2013 23:25:43 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0TNPgt3032283; Tue, 29 Jan 2013 16:25:42 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0TNPguG032280; Tue, 29 Jan 2013 16:25:42 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 29 Jan 2013 16:25:42 -0700 (MST) From: Warren Block To: Alejandro Imass Subject: Re: Detail in section 25.2.3.3 of the Handbook In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 29 Jan 2013 16:25:42 -0700 (MST) Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 23:25:43 -0000 On Tue, 29 Jan 2013, Alejandro Imass wrote: > Maybe it's intentional but in section > > 25.2.3.3 Rebuilding Ports After a Major Version Upgrade > > The step that says: > > portupgrade -f ruby18-bdb > > Shouldn't it be ruby-bdb without the 18? > > Is there a reason why it has to be ruby18-bdb That's a good point. It should probably be the origin, databases/ruby-bdb. I don't have a way to test that right now. But really, it ought to be rewritten to use ports-mgmt/portmaster to remove the dependency issue entirely. In fact, that could just refer to the upgrade process at the end of the portmaster(8) man page.