diff options
author | clsung <clsung@FreeBSD.org> | 2010-07-28 15:19:25 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2010-07-28 15:19:25 +0800 |
commit | aa18bbe32deb88920f534c3c824af2e2d3b20dea (patch) | |
tree | d8801aef183996972641b0c36567e27e6c57bf3a /UPDATING | |
parent | 61ce66b103434c0492e3b8b95fb785f325d7a7f0 (diff) | |
download | freebsd-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-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |