From owner-freebsd-python@freebsd.org Sun Mar 11 12:44:34 2018 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 531B2F4C09B for ; Sun, 11 Mar 2018 12:44:34 +0000 (UTC) (envelope-from vinnie@freebsdrocks.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E3D046AFAB for ; Sun, 11 Mar 2018 12:44:33 +0000 (UTC) (envelope-from vinnie@freebsdrocks.net) Received: by mailman.ysv.freebsd.org (Postfix) id A518CF4C093; Sun, 11 Mar 2018 12:44:33 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9295BF4C092 for ; Sun, 11 Mar 2018 12:44:33 +0000 (UTC) (envelope-from vinnie@freebsdrocks.net) Received: from qmail.rocks (force1.qmail.rocks [216.138.6.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "qmail.rocks", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3334D6AFAA for ; Sun, 11 Mar 2018 12:44:32 +0000 (UTC) (envelope-from vinnie@freebsdrocks.net) Received: (qmail 65207 invoked from network); 11 Mar 2018 07:37:50 -0500 Received: from force1.qmail.rocks (HELO nelsonandwright.com) (vinnie@freebsdrocks.net@216.138.6.51) by qmail.rocks with SMTP; 11 Mar 2018 07:37:50 -0500 Mime-Version: 1.0 Date: Sun, 11 Mar 2018 12:37:50 +0000 X-Mailer: RainLoop/1.11.3 From: vinnie@freebsdrocks.net Message-ID: Subject: /usr/ports/UPDATING needs an update To: python@freebsd.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2018 12:44:34 -0000 When trying to upgrade the py27-acme-0.20.0 port I was getting the follow= ing error on 3 boxes:=0A=0Apkg-static: py27-josepy-1.0.1 conflicts with p= y27-acme-0.20.0,1 (installs files into the same place). Problematic file:= /usr/local/bin/jws=0A=0AI found the following post which rectifies the i= ssue:=0A=0Ahttps://forums.freebsd.org/threads/py27-josepy-1-0-1-conflicts= -with-py27-acme-0-20-0-1.64400/ (https://forums.freebsd.org/threads/py27-= josepy-1-0-1-conflicts-with-py27-acme-0-20-0-1.64400/)=0A=0AI ran the fol= lowing:=0A=0A# pkg delete py27-acme-0.20.0,1=0A=0A# cd /usr/ports/securit= y/py-acme/=0A=0A# make clean distclean=0A=0A# make install clean=0A=0AThi= s seems to have cleaned up that error.=0A=0ABill