summaryrefslogtreecommitdiff
path: root/net/asterisk/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2009-04-06 10:53:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2009-04-06 10:53:45 +0000
commit5cf4df8d3eecb1fe22df3de12a36cf5b76c1948d (patch)
treef9393d56f2169ce9c5549249c30b9639c4d84419 /net/asterisk/Makefile
parentThe gstreamer pulse plugins was imported in the good gstreamer tarball release. (diff)
- Update to the latest 1.4.24.1;
- add missed CONFLICTS to prevent from clashing with 1.2 or 1.6; - when installing package make sure to copy default configs into actual configs to match what the port does.
Notes
Notes: svn path=/head/; revision=231689
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r--net/asterisk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 73c1da7e21ca..2556b4ee3aec 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= asterisk
-PORTVERSION= 1.4.23.1
+PORTVERSION= 1.4.24.1
CATEGORIES= net
MASTER_SITES= http://downloads.digium.com/pub/asterisk/ \
http://downloads.digium.com/pub/asterisk/old-releases/ \
@@ -42,6 +42,7 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
NOISY_BUILD=YES \
ASTCFLAGS="${CFLAGS}"
MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8
+CONFLICTS= asterisk*-1.2* asterisk*-1.6*
OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \
ODBC "Enable ODBC support" on \
@@ -171,7 +172,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/ilbc_enable.diff
.endif
.if defined(WITH_CODEC_PATCH)
-PATCHFILES= asterisk-1.4.23.1-codec-negotiation-20090126.diff.gz
+PATCHFILES= asterisk-1.4.24-codec-negotiation-20090326.diff.gz
PATCH_SITES= http://b2bua.org/chrome/site/
EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
.else