diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-04-12 11:09:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-04-12 11:09:24 +0800 |
commit | 37b4b9d2bd2f74e03c160c852fe1507b35daeb42 (patch) | |
tree | 13f24837ee837af86a589781c5f531a595b023e2 /net | |
parent | c2b9c1de28334356e5c52faaf465acfd18eeb0d2 (diff) | |
download | freebsd-ports-gnome-37b4b9d2bd2f74e03c160c852fe1507b35daeb42.tar.gz freebsd-ports-gnome-37b4b9d2bd2f74e03c160c852fe1507b35daeb42.tar.zst freebsd-ports-gnome-37b4b9d2bd2f74e03c160c852fe1507b35daeb42.zip |
Switch to using net/asterisk12 and net/asterisk12-addons in preparation
for asterisk upgrade to 1.4.x.
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-app-ldap/Makefile | 6 | ||||
-rw-r--r-- | net/asterisk-app-notify/Makefile | 5 | ||||
-rw-r--r-- | net/asterisk-oh323/Makefile | 4 | ||||
-rw-r--r-- | net/asterisk12-app-ldap/Makefile | 6 |
4 files changed, 11 insertions, 10 deletions
diff --git a/net/asterisk-app-ldap/Makefile b/net/asterisk-app-ldap/Makefile index cf9ec7da6f8d..3bb548fd7f66 100644 --- a/net/asterisk-app-ldap/Makefile +++ b/net/asterisk-app-ldap/Makefile @@ -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,8 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= idefix@fechner.net COMMENT= LDAPget application module for the Asterisk PBX -BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk\ - ${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client\ +BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12 \ + ${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \ ${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv USE_GMAKE= yes diff --git a/net/asterisk-app-notify/Makefile b/net/asterisk-app-notify/Makefile index 6939e9d4498e..64049fa3fec6 100644 --- a/net/asterisk-app-notify/Makefile +++ b/net/asterisk-app-notify/Makefile @@ -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 diff --git a/net/asterisk-oh323/Makefile b/net/asterisk-oh323/Makefile index 1a45a7772374..3f9dc6d941e8 100644 --- a/net/asterisk-oh323/Makefile +++ b/net/asterisk-oh323/Makefile @@ -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 diff --git a/net/asterisk12-app-ldap/Makefile b/net/asterisk12-app-ldap/Makefile index cf9ec7da6f8d..3bb548fd7f66 100644 --- a/net/asterisk12-app-ldap/Makefile +++ b/net/asterisk12-app-ldap/Makefile @@ -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,8 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= idefix@fechner.net COMMENT= LDAPget application module for the Asterisk PBX -BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk\ - ${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client\ +BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12 \ + ${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \ ${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv USE_GMAKE= yes |