aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING18
-rw-r--r--www/asterisk-stat/Makefile4
-rw-r--r--www/asterisk-stat/pkg-descr2
3 files changed, 21 insertions, 3 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
diff --git a/www/asterisk-stat/Makefile b/www/asterisk-stat/Makefile
index f020c9766f3f..83bd61e51e06 100644
--- a/www/asterisk-stat/Makefile
+++ b/www/asterisk-stat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asterisk-stat
PORTVERSION= 2.0.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= www
MASTER_SITES= http://www.areski.net/${SITE_SUBDIR}/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}
@@ -34,7 +34,7 @@ OPTIONS= PGSQL "Use PostgreSQL instead of MySQL" off
ASTERISKSTATDB= pgsql
.else
ASTERISKSTATDB= mysql
-RUN_DEPENDS+= ${LOCALBASE}/lib/asterisk/modules/cdr_addon_mysql.so:${PORTSDIR}/net/asterisk14-addons
+RUN_DEPENDS+= ${LOCALBASE}/lib/asterisk/modules/cdr_addon_mysql.so:${PORTSDIR}/net/asterisk16-addons
.endif
USE_PHP+= ${ASTERISKSTATDB}
diff --git a/www/asterisk-stat/pkg-descr b/www/asterisk-stat/pkg-descr
index f594151bcd59..0e557701a342 100644
--- a/www/asterisk-stat/pkg-descr
+++ b/www/asterisk-stat/pkg-descr
@@ -3,4 +3,4 @@ the Asterisk-admin to analyse quickly
and easily the traffic on their Asterisk server.
All the graphic & reports are based over the CDR database.
-WWW: http://www.areski.net/asterisk-stat-v2/about.php
+WWW: http://www.areski.net/areski/index.php?option=com_content&task=view&id=22&Itemid=54