From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 19:47:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E405B16A53B for ; Thu, 14 Dec 2006 19:47:28 +0000 (UTC) (envelope-from brunson@brunson.com) Received: from mail.comfortechassist.com (66-162-108-54.static.twtelecom.net [66.162.108.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD9E543CA4 for ; Thu, 14 Dec 2006 19:44:44 +0000 (GMT) (envelope-from brunson@brunson.com) Received: by mail.comfortechassist.com (Postfix, from userid 509) id 81C7C11A0039; Thu, 14 Dec 2006 12:46:09 -0700 (MST) Received: from [172.20.31.94] (unknown [12.109.229.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.comfortechassist.com (Postfix) with ESMTP id E75E311A003B for ; Thu, 14 Dec 2006 12:46:05 -0700 (MST) Message-ID: <4581A9FD.1060301@brunson.com> Date: Thu, 14 Dec 2006 12:46:05 -0700 From: Eric Brunson User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on s4.comfortechassist.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham version=3.0.6 Subject: Upgrade a binary package 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: Thu, 14 Dec 2006 19:47:29 -0000 I've been searching the manual and the man pages, but I can't seem to find a command to update an installed package to a newer version. I always get a message like this: pkg_add: package 'expect-5.43.0_1' or its older version already installed I only find info on "pkg_add" and "pkg_delete" for binary packages, the only references to updating a package give directions on how to use the ports tree. Is there a way to update an installed package with a newer version?