summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/asterisk-chan_sccp/Makefile7
-rw-r--r--net/asterisk-g72x/Makefile8
-rw-r--r--www/bigbluebutton/Makefile14
3 files changed, 6 insertions, 23 deletions
diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile
index fca6adaae90b..af747e57d61a 100644
--- a/net/asterisk-chan_sccp/Makefile
+++ b/net/asterisk-chan_sccp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= chan_sccp
PORTVERSION= 4.2.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/chan-sccp-b
PKGNAMEPREFIX= asterisk-
@@ -30,16 +31,12 @@ PLIST_FILES= lib/asterisk/modules/chan_sccp.so \
etc/asterisk/sccp.conf.annotated
OPTIONS_SINGLE= ASTVER
-OPTIONS_SINGLE_ASTVER= ASTERISK18 ASTERISK11 ASTERISK13
+OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13
OPTIONS_DEFAULT= ASTERISK13
-ASTERISK18_DESC= Depend on Asterisk 1.8
ASTERISK11_DESC= Depend on Asterisk 11
ASTERISK13_DESC= Depend on Asterisk 13
-ASTERISK18_BUILD_DEPENDS= asterisk:net/asterisk
-ASTERISK18_RUN_DEPENDS= asterisk:net/asterisk
-
ASTERISK11_BUILD_DEPENDS= asterisk:net/asterisk11
ASTERISK11_RUN_DEPENDS= asterisk:net/asterisk11
diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile
index 59227bb5720b..c4f411e9971f 100644
--- a/net/asterisk-g72x/Makefile
+++ b/net/asterisk-g72x/Makefile
@@ -2,7 +2,7 @@
PORTNAME= asterisk-g72x
PORTVERSION= 1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://asterisk.hosting.lv/src/
@@ -19,17 +19,13 @@ NO_OPTIONS_SORT= yes
PLIST_FILES= lib/asterisk/modules/codec_g729.so
OPTIONS_SINGLE= ASTVER
-OPTIONS_SINGLE_ASTVER= ASTERISK18 ASTERISK11 ASTERISK13
+OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13
OPTIONS_DEFAULT= ASTERISK13
-ASTERISK18_DESC= Depend on Asterisk 1.8
ASTERISK11_DESC= Depend on Asterisk 11
ASTERISK13_DESC= Depend on Asterisk 13
-ASTERISK18_BUILD_DEPENDS= asterisk:net/asterisk
-ASTERISK18_RUN_DEPENDS= asterisk:net/asterisk
-ASTERISK18_CONFIGURE_ON= --with-asterisk18
ASTERISK11_BUILD_DEPENDS= asterisk:net/asterisk11
ASTERISK11_RUN_DEPENDS= asterisk:net/asterisk11
ASTERISK11_CONFIGURE_ON= --with-asterisk100
diff --git a/www/bigbluebutton/Makefile b/www/bigbluebutton/Makefile
index 956bc2831688..82786a834c80 100644
--- a/www/bigbluebutton/Makefile
+++ b/www/bigbluebutton/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bigbluebutton
PORTVERSION= 0.71
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www java
MASTER_SITES= http://bigbluebutton.org/downloads/${PORTVERSION}/ \
http://bigbluebutton.org/downloads/0.70/:2 \
@@ -48,9 +48,8 @@ FS_USER?= freeswitch
FS_GROUP?= ${FS_USER}
WWWROOT?= ${WWWDIR:S|/${PORTNAME}$||}
-OPTIONS_DEFINE= MEETME KONFERENCE OPENOFFICE
+OPTIONS_DEFINE= KONFERENCE OPENOFFICE
OPTIONS_DEFAULT= KONFERENCE
-MEETME_DESC= meetme Asterisk module
KONFERENCE_DESC= konference Asterisk module
OPENOFFICE_DESC= Include OpenOffice support
@@ -81,18 +80,9 @@ SUB_FILES= pkg-message openoffice nginx.conf-dist bbb-conf
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MMEETME} || ${PORT_OPTIONS:MKONFERENCE}
-BUILD_DEPENDS+=${LOCALBASE}/sbin/asterisk:net/asterisk
-.if ${PORT_OPTIONS:MMEETME}
-.if !exists(${LOCALBASE}/lib/asterisk/modules/app_meetme.so)
-IGNORE=Option meetme requires app_meetme.so from asterisk port. Rebuild net/asterisk with DAHDI option selected
-.endif
-.endif
.if ${PORT_OPTIONS:MKONFERENCE}
BUILD_DEPENDS+=${LOCALBASE}/lib/asterisk/modules/app_konference.so:net/appkonference
.endif
-.endif
-
.if ${PORT_OPTIONS:MOPENOFFICE}
BUILD_DEPENDS+= ${LOCALBASE}/bin/openoffice-4.0.1:editors/openoffice-4
.endif