aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-03-15 08:09:24 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-03-15 08:09:24 +0000
commit65d0eb460a7be319131fadd10994272b39fdd361 (patch)
tree39f74f6ca4d01abc927e6d5535ccfdbbe73c05d2 /net/asterisk/Makefile
parent0395d9a7eb833c5468750d215ec9af1f816a39ad (diff)
Notes
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r--net/asterisk/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 10d4cd2b786f..9f36afcfb1af 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -7,19 +7,22 @@
PORTNAME= asterisk
PORTVERSION= 1.2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
http://ftp.digium.com/pub/asterisk/old-releases/ \
ftp://ftp.asterisk.org/pub/telephony/asterisk/ \
ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/
+PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz\
+ asterisk124_codec_negotiation-20060202_2-${BRIVER}.diff.gz
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= fjoe/
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= sobomax@FreeBSD.org
COMMENT= An Open Source PBX and telephony toolkit
-PATCHFILES= asterisk124_codec_negotiation-20060202_2.diff.gz
-PATCH_SITES= http://www.portaone.com/~bamby/public/
-
BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \
newt.51:${PORTSDIR}/devel/newt \
@@ -28,6 +31,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
ONLY_FOR_ARCHS= i386 sparc64 amd64
+BRIVER= bristuff-0.3.0-PRE-1l
GNU_CONFIGURE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/editline
USE_GMAKE= yes