From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 12:33:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 955B2106566C for ; Sat, 29 Oct 2011 12:33:15 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 533998FC08 for ; Sat, 29 Oct 2011 12:33:15 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RK865-0007v8-Rt for freebsd-questions@freebsd.org; Sat, 29 Oct 2011 14:33:13 +0200 Received: from a80-100-101-148.adsl.xs4all.nl ([80.100.101.148]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Oct 2011 14:33:13 +0200 Received: from huubvanniekerk by a80-100-101-148.adsl.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Oct 2011 14:33:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: hvn Date: Sat, 29 Oct 2011 12:33:00 +0000 (UTC) Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: a80-100-101-148.adsl.xs4all.nl User-Agent: Pan/0.133 (House of Butterflies) Subject: update packages by pkg_add 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: Sat, 29 Oct 2011 12:33:15 -0000 Hi, Using version 8.2, can somebody tell me how I can upgrade packages that I installed using pkg_add? I'm trying to install more packages but get messages that there are package-conflicts because of older installed version. Thanks.