Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2016 19:18:11 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421951 - in head: net/asterisk-chan_sccp net/asterisk-g72x www/bigbluebutton
Message-ID:  <201609121918.u8CJIBxi064285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Sep 12 19:18:11 2016
New Revision: 421951
URL: https://svnweb.freebsd.org/changeset/ports/421951

Log:
  Remove dependencies on net/asterisk.
  
  Approved by:	portmgr (mat)

Modified:
  head/net/asterisk-chan_sccp/Makefile
  head/net/asterisk-g72x/Makefile
  head/www/bigbluebutton/Makefile

Modified: head/net/asterisk-chan_sccp/Makefile
==============================================================================
--- head/net/asterisk-chan_sccp/Makefile	Mon Sep 12 18:32:18 2016	(r421950)
+++ head/net/asterisk-chan_sccp/Makefile	Mon Sep 12 19:18:11 2016	(r421951)
@@ -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_
 			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
 

Modified: head/net/asterisk-g72x/Makefile
==============================================================================
--- head/net/asterisk-g72x/Makefile	Mon Sep 12 18:32:18 2016	(r421950)
+++ head/net/asterisk-g72x/Makefile	Mon Sep 12 19:18:11 2016	(r421951)
@@ -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

Modified: head/www/bigbluebutton/Makefile
==============================================================================
--- head/www/bigbluebutton/Makefile	Mon Sep 12 18:32:18 2016	(r421950)
+++ head/www/bigbluebutton/Makefile	Mon Sep 12 19:18:11 2016	(r421951)
@@ -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.
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609121918.u8CJIBxi064285>