aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-27 18:48:48 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-27 18:48:48 +0000
commit99c5ad423938784799a7afbde90d80246f98cf79 (patch)
tree442d1674dbb17a53fc0b0eb61759a0f30ed6e0e4 /UPDATING
parentaf674dce12e1415e93f8ab2ef727990683ff24b3 (diff)
downloadports-99c5ad423938784799a7afbde90d80246f98cf79.tar.gz
ports-99c5ad423938784799a7afbde90d80246f98cf79.zip
devel/py-setuptools: Python packages installer
The fork Distribute was merged back into setuptools. http://pythonhosted.org/setuptools/merge.html PR: ports/183726 Exp-run by: bdrewery
Notes
Notes: svn path=/head/; revision=335043
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