aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2011-09-30 06:30:42 +0800
committerglarkin <glarkin@FreeBSD.org>2011-09-30 06:30:42 +0800
commit5123e87e81fc5f5988eb99324857d936481d5ab7 (patch)
tree024c480b0fc32b9c2f3ea79755a8a6b78762e68c /UPDATING
parent0996ebf02db622d2ece5aabe38e058180277cf35 (diff)
downloadfreebsd-ports-graphics-5123e87e81fc5f5988eb99324857d936481d5ab7.tar.gz
freebsd-ports-graphics-5123e87e81fc5f5988eb99324857d936481d5ab7.tar.zst
freebsd-ports-graphics-5123e87e81fc5f5988eb99324857d936481d5ab7.zip
- Added note about renamed Zope-related ports
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via email)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1126dd89224..1a5d09d4e1e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20110929:
+ AFFECTS: users of net/py-zope.proxy, devel/zope.testing and
+ devel/zope.interface
+ AUTHOR: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
+
+ Several Zope ports have been renamed for consistency with their
+ upstream distributions. Please run the following commands to update
+ your local installations:
+
+ If you use portmaster run:
+ # portmaster -o devel/py-zope.interface net/py-zopeInterface
+ # portmaster -o net/py-zope.proxy net/py-zopeproxy
+ # portmaster -o devel/py-zope.testing devel/py-zopetesting
+
+ If you use portupgrade run:
+ # portupgrade -o devel/py-zope.interface net/py-zopeInterface
+ # portupgrade -o net/py-zope.proxy net/py-zopeproxy
+ # portupgrade -o devel/py-zope.testing devel/py-zopetesting
+
20110928:
AFFECTS: users of 10-current
AUTHOR: eadler@FreeBSD.org