From owner-freebsd-stable@FreeBSD.ORG Fri Nov 11 17:17:02 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB64E16A41F for ; Fri, 11 Nov 2005 17:17:02 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DA843D45 for ; Fri, 11 Nov 2005 17:17:02 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so334410wra for ; Fri, 11 Nov 2005 09:17:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=MeoUbd70OF1mvOR/pSNCLXI9WlyRzr/4vQypiTXmTr3rggkhLMy9jMRk/n7+3UESkv7pGrMINHjwF8K/bYK8yOZ0A3kAYK5BxHL035R/eqgkSjQMwX5qbWBHwN17e1QLJNhtzN2+XBBYI4eZ+h/7Fkv1X6L6MbxFW5LqUJyKlO8= Received: by 10.54.157.8 with SMTP id f8mr1050831wre; Fri, 11 Nov 2005 09:17:01 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 13sm2396702wrl.2005.11.11.09.17.00; Fri, 11 Nov 2005 09:17:01 -0800 (PST) From: "Michael C. Shultz" To: Lowell Gilbert , freebsd-stable@freebsd.org Date: Fri, 11 Nov 2005 09:07:35 -0800 User-Agent: KMail/1.8.3 References: <43726E40.3090701@iaces.com> <200511110826.14710.ringworm01@gmail.com> <44iruzce07.fsf@be-well.ilk.org> In-Reply-To: <44iruzce07.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511110907.36556.ringworm01@gmail.com> Cc: Subject: Re: gnome-upgrade.sh X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 17:17:02 -0000 On Friday 11 November 2005 09:04, Lowell Gilbert wrote: > "Michael C. Shultz" writes: > > On Friday 11 November 2005 08:32, Lowell Gilbert wrote: > > > "Michael C. Shultz" writes: > > > > Works good, just one thing, portmanager has no dependencies, like to > > > > keep it that way. > > > > > > It's not necessary to consider that an issue: this functionality is > > > really only useful to someone who has had portupgrade installed > > > anyway. > > > > I just thought of that, thanks for confirming :) > > Yeah, my secret of success in programming is to not fool myself into > making things more complicated than I need to do. > > You could even leave the script out of the port completely, and just > include a URL to it in the pkg-message... Simple, quick and painless :) If users want to simply convert that is the way to go. I also had in mind a knob like this: WITH_PORTUPGRADE_CONF if selected then portupgrade's settings are just added to portmanager's each time portmanager is run so if folks want to experiment with each program settings don't get lost. -Mike