From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 10:47:07 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 995AF1065675 for ; Mon, 7 Apr 2008 10:47:07 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA188FC34 for ; Mon, 7 Apr 2008 10:47:07 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 5BFC719E023 for ; Mon, 7 Apr 2008 12:47:06 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2916B19E019 for ; Mon, 7 Apr 2008 12:47:02 +0200 (CEST) Message-ID: <47F9FBBB.5030902@quip.cz> Date: Mon, 07 Apr 2008 12:47:23 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: ports-list freebsd Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: forcibly reinstall one port with portmaster 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: Mon, 07 Apr 2008 10:47:07 -0000 How can I reinstall just one port without version change? If I did portmaster -f mod_python-3.3.1, portmaster reinstall all dependencies. ===>>> The following actions were performed: Re-installation of python25-2.5.2_1 Re-installation of libtool-1.5.24 Re-installation of libiconv-1.11_1 Re-installation of gettext-0.16.1_3 Re-installation of gmake-3.81_2 Re-installation of m4-1.4.9,1 Re-installation of perl-5.8.8_1 Re-installation of p5-gettext-1.05_1 Re-installation of help2man-1.36.4_1 Re-installation of autoconf-wrapper-20071109 Re-installation of autoconf-2.61_2 Re-installation of expat-2.0.0_1 Re-installation of apache-2.2.8 Re-installation of mod_python-3.3.1 (if this is expected behaviour, could it be better documented in man page?) Miroslav Lachman