1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- 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>
This commit is contained in:
Florian Smeets 2011-09-14 21:42:04 +00:00
parent 57ae754001
commit 381f0b81c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281780
3 changed files with 21 additions and 3 deletions

View File

@ -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

View File

@ -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}

View File

@ -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