aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2007-03-01 09:09:01 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2007-03-01 09:09:01 +0000
commita48c576322caeef6fecf2ec642f1bcc408b8dbca (patch)
tree56c9f5d41c9cba65471cf4a5033f3f54af1f2493 /UPDATING
parent6da59fcb91606e087dda52c59499343a2bd42195 (diff)
downloadports-a48c576322caeef6fecf2ec642f1bcc408b8dbca.tar.gz
ports-a48c576322caeef6fecf2ec642f1bcc408b8dbca.zip
Notes
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