aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2010-07-28 15:19:25 +0800
committerclsung <clsung@FreeBSD.org>2010-07-28 15:19:25 +0800
commitaa18bbe32deb88920f534c3c824af2e2d3b20dea (patch)
treed8801aef183996972641b0c36567e27e6c57bf3a /UPDATING
parent61ce66b103434c0492e3b8b95fb785f325d7a7f0 (diff)
downloadfreebsd-ports-gnome-aa18bbe32deb88920f534c3c824af2e2d3b20dea.tar.gz
freebsd-ports-gnome-aa18bbe32deb88920f534c3c824af2e2d3b20dea.tar.zst
freebsd-ports-gnome-aa18bbe32deb88920f534c3c824af2e2d3b20dea.zip
- update to 2.0b8
- add dependency on devel/py-yaml - add LICENSE stuff - change project url - notify user to deinstall the port before upgrading it in UPDATING PR: ports/148877 Submitted by: Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4be8da1d9e31..ba6c22c21f38 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ 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.
+20090728:
+ AFFECTS: users of textproc/nltk
+ AUTHOR: clsung@FreeBSD.org
+
+ nltk has been upgraded to 2.0b8 which depend on devel/py-yaml now.
+ You need to deinstall nltk before upgrading, since the previous port
+ will delete files installed from py-yaml on deinstall phase.
+
+ for example:
+
+ # pkg_delete nltk-2.0b7,1
+ # portsnap fetch update
+ # cd /usr/ports/textproc/nltk/
+ # make install clean
+
+
20090727:
AFFECTS: users of security/libgcrypt
AUTHOR: wxs@FreeBSD.org