From 469b0133c0437f344dd2b2a88db4c3a08fe88b32 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 6 Apr 2009 10:53:45 +0000 Subject: - 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. --- net/asterisk/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/asterisk/Makefile') 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 -- cgit