aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2010-07-28 07:19:25 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2010-07-28 07:19:25 +0000
commit74b640096568e344b7d4e979b3f3666dee841b7a (patch)
tree10e96ea331a0c54e463821360a10f7eba7a9d4e9 /UPDATING
parent3a55f1097f9d93d62c8077b055fd8f20d137ab28 (diff)
downloadports-74b640096568e344b7d4e979b3f3666dee841b7a.tar.gz
ports-74b640096568e344b7d4e979b3f3666dee841b7a.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>
Notes
Notes: svn path=/head/; revision=258359
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