aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2007-03-01 17:09:01 +0800
committersem <sem@FreeBSD.org>2007-03-01 17:09:01 +0800
commit03a9b0d77834a3b7b8e4094ba6e7a173cb178c32 (patch)
treed2edc64bf759389b469da7fd742b59124884782d /UPDATING
parent9ee6d31ae2140744888423eeb8f3a45e61f49876 (diff)
downloadfreebsd-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--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8ff7b750ec5d..df24ea2c852f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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