diff options
author | flo <flo@FreeBSD.org> | 2011-09-15 05:42:04 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-09-15 05:42:04 +0800 |
commit | 329930967976bed536ec8253c6d7aadef3f94564 (patch) | |
tree | 1f1430860770452de62029be860798ffe57a8979 /www/asterisk-stat | |
parent | bd834e6a8e8ec46e2802baff555aeb55150895b2 (diff) | |
download | freebsd-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 'www/asterisk-stat')
-rw-r--r-- | www/asterisk-stat/Makefile | 4 | ||||
-rw-r--r-- | www/asterisk-stat/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
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 |