aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2011-09-15 05:42:04 +0800
committerflo <flo@FreeBSD.org>2011-09-15 05:42:04 +0800
commit329930967976bed536ec8253c6d7aadef3f94564 (patch)
tree1f1430860770452de62029be860798ffe57a8979 /UPDATING
parentbd834e6a8e8ec46e2802baff555aeb55150895b2 (diff)
downloadfreebsd-ports-gnome-329930967976bed536ec8253c6d7aadef3f94564.tar.gz
freebsd-ports-gnome-329930967976bed536ec8253c6d7aadef3f94564.tar.zst
freebsd-ports-gnome-329930967976bed536ec8253c6d7aadef3f94564.zip
- make this port usable again by depending on asterisk16-addons instead of
asterisk14-addons as asterisk14 has been marked vulnerable for > 8 months - fix WWW in pkg-descr PR: ports/157620 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1406313d8cb9..de4a11704256 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20110914:
+ AFFECTS: users of www/asterisk-stat
+ AUTHOR: flo@FreeBSD.org
+
+ asterisk-stat depends on asterisk16 now, you willl need to update asterisk
+ and asterisk-addons to 1.6. Instructions on upgrading your configuration
+ files are here:
+
+ http://svnview.digium.com/svn/asterisk/branches/1.6.2/UPGRADE-1.6.txt
+
+ If you use portmaster run:
+ # portmaster -o net/asterisk16 net/asterisk14
+ # portmaster -o net/asterisk16-addons net/asterisk14-addons
+
+ If you use portupgrade run:
+ # portupgrade -o net/asterisk16 net/asterisk14
+ # portupgrade -o net/asterisk16-addons net/asterisk14-addons
+
20110909:
AFFECTS: users of net/p5-SOAP-Lite
AUTHOR: az@FreeBSD.org