diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-03-01 09:09:01 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-03-01 09:09:01 +0000 |
commit | a48c576322caeef6fecf2ec642f1bcc408b8dbca (patch) | |
tree | 56c9f5d41c9cba65471cf4a5033f3f54af1f2493 /UPDATING | |
parent | 6da59fcb91606e087dda52c59499343a2bd42195 (diff) | |
download | ports-a48c576322caeef6fecf2ec642f1bcc408b8dbca.tar.gz ports-a48c576322caeef6fecf2ec642f1bcc408b8dbca.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20070301: + AFFECTS: users of ports-mgmt/portupgrade* + AUTHOR: sem@FreeBSD.org + + Because of a bug in previous version, it's recomended you fill ALT_PKGDEP + section in pkgtools.conf file for portupgrade be aware of alternative + dependencies you use, and run pkgdb -L to restore dependencies that was + lost. + + Example of ALT_PKGDEP section: + ALT_PKGDEP = { + 'www/apache13' => 'www/apache13-modssl', + 'print/ghostscript-afpl' => 'print/ghostscript-gnu', + } + 20070227: AFFECTS: users of net-im/jabber* AUTHOR: martin@matuska.org |