aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-03-16 19:23:48 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-03-16 19:23:48 +0000
commit20b3a34a0244997034364a22c218fb28b5a9f6e1 (patch)
tree3c6877e20a26e8ff315f4b96db9c46a366208078 /UPDATING
parent8508d7b0f7820d9bf44db5b481cc470419f6f1d7 (diff)
downloadports-20b3a34a0244997034364a22c218fb28b5a9f6e1.tar.gz
ports-20b3a34a0244997034364a22c218fb28b5a9f6e1.zip
Rename python setuptools ports to better match other python ports
Reviewed by: mat, sunpoet With hat: portmgr Differential Revision: https://reviews.freebsd.org/D9983
Notes
Notes: svn path=/head/; revision=436290
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8fb06831c96b..52d11de41a5a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20170316:
+ AFFECTS: users of python setuptools
+ AUTHOR: antoine@FreeBSD.org
+
+ The python setuptools ports have been renamed to better match other python ports.
+ Ports users need to rename them so that portupgrade and portmaster do not
+ get confused. For example:
+
+ pkg set -n py27-setuptools27:py27-setuptools
+ pkg set -o devel/py-setuptools27:devel/py27-setuptools
+ or
+ pkg set -n py35-setuptools35:py35-setuptools
+ pkg set -o devel/py-setuptools35:devel/py35-setuptools
+
20170312:
AFFECTS: users of textproc/ack
AUTHOR: sunpoet@FreeBSD.org