diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-16 19:23:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-16 19:23:48 +0000 |
commit | 20b3a34a0244997034364a22c218fb28b5a9f6e1 (patch) | |
tree | 3c6877e20a26e8ff315f4b96db9c46a366208078 /UPDATING | |
parent | 8508d7b0f7820d9bf44db5b481cc470419f6f1d7 (diff) | |
download | ports-20b3a34a0244997034364a22c218fb28b5a9f6e1.tar.gz ports-20b3a34a0244997034364a22c218fb28b5a9f6e1.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |