From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 06:11:14 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC9D316A418 for ; Wed, 6 Feb 2008 06:11:14 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7725113C4DB for ; Wed, 6 Feb 2008 06:11:14 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so2404753wri.3 for ; Tue, 05 Feb 2008 22:11:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=NeX4+Kr4fgkIXQicD7i1NimJ+GyBkFH8N8d/eUBBwb0=; b=Lxh+RwYCkimNDJGsqJKSLpW+4zsHE2JEwft5QJH2TuNF7ZD1RbuVbxjy7y0VfOzlTR7WDOtimfVB/marEfuJVluHlJr/kwTtJvjta2SUzQJusIlX/JlRGn7KPFhBmWDw++Bsp/FuVQEqo24LvF+OJbxaW2MBeXFIwbBKnhgNZFg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=JEsAR3Uv4I9xbPCBtYdFglr52n967alFS+afDW4Hwiy9kDOPnqXrqPMed564FcjEFKyRE6q5u90NeMLwe9dIdHZGGngGuQ0sW9k/X92uhDiqMxXiw3DXZXflilIr+3xOv36qPP2QHqKwnHU3s7EKkwoyhQDB5QotbbO3BIoxIPg= Received: by 10.151.9.1 with SMTP id m1mr3992825ybi.81.1202278273824; Tue, 05 Feb 2008 22:11:13 -0800 (PST) Received: by 10.150.185.7 with HTTP; Tue, 5 Feb 2008 22:11:13 -0800 (PST) Message-ID: <1563a4fd0802052211h623de132q68a1ad0c8a9b930c@mail.gmail.com> Date: Wed, 6 Feb 2008 11:41:13 +0530 From: "navneet Upadhyay" To: freebsd-questions@freebsd.org, freebsd-binup@freebsd.org, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Upgrading the Installed package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2008 06:11:14 -0000 Hi, I have two binary packages of an application of version 1.1 and 1.2. *The 1.1 is already installed, how can i upgrade it to 1.2* ? Do i have to uninstall 1.1 and then install 1.2 ? I would prefer a way by which i can upgrade an wxisting package without uninstalling. Thanks, Navneet