From owner-freebsd-ports@FreeBSD.ORG Sun Oct 12 15:15:13 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 068DB63D for ; Sun, 12 Oct 2014 15:15:13 +0000 (UTC) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C492222F for ; Sun, 12 Oct 2014 15:15:12 +0000 (UTC) Received: by mail-oi0-f42.google.com with SMTP id a141so11154829oig.1 for ; Sun, 12 Oct 2014 08:15:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:thread-index:content-language; bh=BrtlsrlKn72j3F+6mVMTQUUjbqHxsQ29O6APsG5phss=; b=egEeirlwQLNPsYrCzRnXal1JB305BdfPFMfAXn/O3dPUg51kjX/MuzFonBviobwQLu UvPeTat9VWbNi3Q5qKW4Ps0ZBQNt2AZhGwmMuuCTypMmy+fU2114ET/grnjBTgGorR7Z ZH2vY/dkej/RGWxIbqEL9sMdorRA4KaAp4HFDSOj5SldgKVXU0bDnxb4mAhufcXxEv8a jRv5fsx6rmYSCbKjqK8TMucFi6Tq9nD6SwuVwSnZ8XLFjB172rGR8XsB/VeohcPpoODH 6dooxd8D86sbG0xhljnZ2E+PWHU12ojwO6wxGNT211WxXNeSe9uEHcAnwnVZ6BDmH89L 4PRw== X-Received: by 10.202.74.130 with SMTP id x124mr2804414oia.50.1413126911943; Sun, 12 Oct 2014 08:15:11 -0700 (PDT) Received: from GAMER (r74-195-232-37.stl1cmta01.stwrok.ok.dh.suddenlink.net. [74.195.232.37]) by mx.google.com with ESMTPSA id y8sm4559445oie.23.2014.10.12.08.15.11 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Oct 2014 08:15:11 -0700 (PDT) From: "Cory Dohm" To: Subject: Updating Master/Slave Ports Date: Sun, 12 Oct 2014 10:15:11 -0500 Message-ID: <000901cfe62f$51d4b6a0$f57e23e0$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac/mL0h3mjh9mDk/RA+GyuHZdNOmLQ== Content-Language: en-us X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 15:15:13 -0000 I'm trying to update the port pair net/libtorrent-rasterbar and net/libtorrent-rasterbar-python (slave port of net/libtorrent-rasterbar) from 0.16.17 to 1.0.2 because that is the latest stable release. I've never updated a port before, but found this tutorial (http://www.unix-experience.fr/2013/contribute-to-freebsd-port-tree/) that got me started. I can get net/libtorrent-rasterbar to make install and update with portmaster, but when I try to make/update the python slave I get this error: ===> libtorrent-rasterbar-1.0.2_1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of libtorrent-rasterbar without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. This error shows up even after using make deinstall on the master port, because it seems that the python slave is installing the master port as a dependency. However, it also did this with the 0.16 version and yet that one installs correctly. Any insight you can offer to help me resolve this issue is appreciated. Thank you in advance, Cory