diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-05 07:12:24 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-05 07:12:24 +0000 |
commit | b06fadc69e0a97bd3295dcc7207c81124d348c3d (patch) | |
tree | 5b403d5125ac1fb093a8966406e443e1df61bf05 /UPDATING | |
parent | 47be7f2e8a9496e86c33fd8783727f720f24b95e (diff) | |
download | ports-b06fadc69e0a97bd3295dcc7207c81124d348c3d.tar.gz ports-b06fadc69e0a97bd3295dcc7207c81124d348c3d.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. +20130305: + AFFECTS: users of devel/py-setuptools (i.e you) + AUTHOR: rm@FreeBSD.org + + devel/py-setuptools was replaced with devel/py-distribute. Please do + the following according to package manager used. py-setuptools port + will be removed shortly. + + # portmaster -o devel/py-distribute devel/py-setuptools + or + # portupgrade -fo devel/py-distribute devel/py-setuptools + or + # pkg set -o devel/py-setuptools:devel/py-distribute + 20130226: AFFECTS: users of textproc/apache-solr AUTHOR: vanilla@FreeBSD.org |