aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-11-28 19:35:56 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-11-28 19:35:56 +0000
commita227e3e1d2a2a27746e5bdd8dd4e94e36c30a907 (patch)
tree4f979c8dbfdf6ee7799394d004b965710ecdd0b6 /UPDATING
parent9f0462bca79159a405d91005fccb833b39258aa4 (diff)
downloadports-a227e3e1d2a2a27746e5bdd8dd4e94e36c30a907.tar.gz
ports-a227e3e1d2a2a27746e5bdd8dd4e94e36c30a907.zip
Add a note about asterisk update to 1.8
Submitted by: Florian Smeets
Notes
Notes: svn path=/head/; revision=265330
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING32
1 files changed, 32 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e5609948c8c6..4c7ccc52f7da 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,38 @@ 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.
+20101128:
+ AFFECTS: users of net/asterisk, net/asterisk-addons
+ AUTHOR: Florian Smeets <flo@smeets.im>
+
+ If you want to upgrade to 1.8.0 first remove asterisk-addons by running
+
+ # pkg_delete -f asterisk-addons\*
+
+ after that you can run one of the following
+
+ # portmaster asterisk
+ or
+ # portupgrade asterisk
+
+ You need to update your config files as the step from 1.4.x to 1.8.x is
+ quite big. First you need to look at what changed between 1.4 and 1.6
+
+ http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE-1.6.txt
+
+ After that you also need to take into account what chagne between
+ 1.6 and 1.8
+
+ http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt
+
+ If you want to stay with asterisk 1.4.x please run
+
+ # portmaster -o net/asterisk14 net/asterisk
+ # portmaster -o net/asterisk14-addons net/asterisk-addons
+ or
+ # portupgrade -o net/asterisk14 net/asterisk
+ # portupgrade -o net/asterisk14-addons net/asterisk-addons
+
20101127:
AFFECTS: users of mail/postfix, mail/postfix2[56]
AUTHOR: sahil@FreeBSD.org