Switch to using net/asterisk12 and net/asterisk12-addons in preparation
for asterisk upgrade to 1.4.x.
This commit is contained in:
parent
1e0791ec32
commit
c37290ddc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189832
4 changed files with 11 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= app_ldap
|
||||
DISTVERSION= 1.0rc6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mezzo.net/asterisk/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= idefix@fechner.net
|
||||
COMMENT= LDAPget application module for the Asterisk PBX
|
||||
|
||||
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk\
|
||||
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12 \
|
||||
${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \
|
||||
${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= app_notify
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mezzo.net/asterisk/ \
|
||||
http://static.oyam.ca/freebsd/ports/
|
||||
|
@ -15,8 +16,8 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= mayo@oyam.ca
|
||||
COMMENT= Notify application module for the Asterisk PBX
|
||||
|
||||
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
|
||||
RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
|
||||
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12
|
||||
RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= asterisk-oh323
|
||||
PORTVERSION= 0.7.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.inaccessnetworks.com/projects/asterisk-oh323/download/
|
||||
|
||||
MAINTAINER= bamby@portaone.com
|
||||
COMMENT= A H.323 support module for the Asterisk soft PBX
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk12
|
||||
LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib\
|
||||
h323_r.1:${PORTSDIR}/net/openh323
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= app_ldap
|
||||
DISTVERSION= 1.0rc6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mezzo.net/asterisk/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= idefix@fechner.net
|
||||
COMMENT= LDAPget application module for the Asterisk PBX
|
||||
|
||||
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk\
|
||||
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12 \
|
||||
${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \
|
||||
${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv
|
||||
|
||||
|
|
Loading…
Reference in a new issue