From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 20:25:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D20D516A434 for ; Tue, 8 Nov 2005 20:25:21 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919CF43D96 for ; Tue, 8 Nov 2005 20:25:13 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so649375nzd for ; Tue, 08 Nov 2005 12:25:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pSVS7DIdvxJpnphHFKXvoetTGKv4VgZ9UZLH9GdlQOCmgFe4Xc2o+1e20OB+txp0srLrzXiHskpU6kSJP4F6qNF3vlNVVpRhgEbhd+/cziUGNN7aIEKAjMBSRLcFPxxBqLlXX9JJceZslN3evdaObIlQMJIwb0xXiJbuOFHYf8s= Received: by 10.36.141.13 with SMTP id o13mr2344018nzd; Tue, 08 Nov 2005 12:25:12 -0800 (PST) Received: by 10.37.20.33 with HTTP; Tue, 8 Nov 2005 12:25:12 -0800 (PST) Message-ID: Date: Tue, 8 Nov 2005 23:25:12 +0300 From: "Andrew P." To: Lonnie Cumberland In-Reply-To: <4370FD8D.5020101@outstep.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4370FD8D.5020101@outstep.com> Cc: freebsd-questions@freebsd.org Subject: Re: upgrade package questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 20:25:22 -0000 On 11/8/05, Lonnie Cumberland wrote: > Hello All, > > Could someone please tell me how to upgrade a package over the web? > > What I mean is that i have used /stand/sysinstall >>configure >> > Pachages which allowed me to choose ftp://ftp1.freebsd.org to install a > package from but now I need to manually upgrade a package "Gettext > 0.13.?" I think that it was over to "Gettext 0.14.?" > > What would be the command like way to do this? > > Thanks, > Lonnie > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > The straight way would be: pkg_delete mypackage && pkg_add -r mypackage Still I would prefer installing portupgrade and doing: portupgrade -PP mypackage