aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2009-04-06 18:53:45 +0800
committersobomax <sobomax@FreeBSD.org>2009-04-06 18:53:45 +0800
commit469b0133c0437f344dd2b2a88db4c3a08fe88b32 (patch)
tree1095d48b3ccb3a34a6176c0929e98329133f1737 /net/asterisk/Makefile
parentf7937f5d6d8f5be531c1eb88f89ab27d7c783ca7 (diff)
downloadfreebsd-ports-gnome-469b0133c0437f344dd2b2a88db4c3a08fe88b32.tar.gz
freebsd-ports-gnome-469b0133c0437f344dd2b2a88db4c3a08fe88b32.tar.zst
freebsd-ports-gnome-469b0133c0437f344dd2b2a88db4c3a08fe88b32.zip
- 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.
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