diff options
author | sem <sem@FreeBSD.org> | 2007-03-01 17:09:01 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-03-01 17:09:01 +0800 |
commit | 03a9b0d77834a3b7b8e4094ba6e7a173cb178c32 (patch) | |
tree | d2edc64bf759389b469da7fd742b59124884782d /UPDATING | |
parent | 9ee6d31ae2140744888423eeb8f3a45e61f49876 (diff) | |
download | freebsd-ports-gnome-03a9b0d77834a3b7b8e4094ba6e7a173cb178c32.tar.gz freebsd-ports-gnome-03a9b0d77834a3b7b8e4094ba6e7a173cb178c32.tar.zst freebsd-ports-gnome-03a9b0d77834a3b7b8e4094ba6e7a173cb178c32.zip |
- Update to 2.2.6 version.
An unpleasant bug was fixed when pkgdb could accidently remove some
dependencies in +CONTENTS files. It's recomented to run pkgdb -L once
after upgrade to fix dependencies list. See UPDATING file.
Reported and tested by: Randy Pratt <bsd-unix_AT_earthlink.net>
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 |