diff options
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ 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. +20131127: + AFFECTS: users of devel/py-distribute (i.e you) + AUTHOR: wg@FreeBSD.org + + devel/py-distribute was replaced with devel/py-setuptools. Please do + the following according to package manager used. py-distribute port + will be removed shortly. + + # portmaster -o devel/py-setuptools devel/py-distribute + or + # portupgrade -fo devel/py-setuptools devel/py-distribute + or + # pkg set -o devel/py-distribute:devel/py-setuptools + # pkg install -f devel/py-setuptools + 20131125: AFFECTS: users of www/mod_wsgi AUTHOR: ohauer@FreeBSD.org |