From owner-freebsd-ports@FreeBSD.ORG Fri Feb 22 21:48:19 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 41D9916A406 for ; Fri, 22 Feb 2008 21:48:19 +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 0DE3F13C457 for ; Fri, 22 Feb 2008 21:48:18 +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 B2B5B19E02A for ; Fri, 22 Feb 2008 22:48:16 +0100 (CET) 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 ESMTP id 9590419E027 for ; Fri, 22 Feb 2008 22:48:11 +0100 (CET) Message-ID: <47BF4327.2060505@quip.cz> Date: Fri, 22 Feb 2008 22:48:23 +0100 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: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: portmaster did not replace port 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: Fri, 22 Feb 2008 21:48:19 -0000 Hi, I am trying to use portmaster to replace installed GnuPG 2 with GnuPG 1. portmaster -o security/gnupg1 gnupg-2.0.4 But it always ends with gnupg-2.0.4 re-installed again, so now I have both versions installed. Is it possible to use portmaster for this task? (gnupg-2.0.4 was misinstalled by portmaster as dependency of p5-Mail-SpamAssassin-3.2.4_2, but SpamAssassin can be used with prevously installed gnupg-1.4.8) Miroslav Lachman