aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 371d3bb622ec..987d25181bde 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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