diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-12 19:18:11 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-12 19:18:11 +0000 |
commit | 886ec1e9271260a601d0621f9e7abfda0764420c (patch) | |
tree | 6919be7ad0916499b11d6cac0ede6d92043339cd /net | |
parent | - Update to version 2.8.0 (diff) |
Remove dependencies on net/asterisk.
Approved by: portmgr (mat)
Notes
Notes:
svn path=/head/; revision=421951
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-chan_sccp/Makefile | 7 | ||||
-rw-r--r-- | net/asterisk-g72x/Makefile | 8 |
2 files changed, 4 insertions, 11 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 |