diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-03-15 16:09:24 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-03-15 16:09:24 +0800 |
commit | fdcc0a1c429e3d05ebaca496d0c0f44bd2e82c60 (patch) | |
tree | b8e2ad9b85908c9ce9d5d57e70f8e61a8d5243a4 /net/asterisk/Makefile | |
parent | bfa9403258d869f60eb85fda517d2a3b64cb8f74 (diff) | |
download | freebsd-ports-gnome-fdcc0a1c429e3d05ebaca496d0c0f44bd2e82c60.tar.gz freebsd-ports-gnome-fdcc0a1c429e3d05ebaca496d0c0f44bd2e82c60.tar.zst freebsd-ports-gnome-fdcc0a1c429e3d05ebaca496d0c0f44bd2e82c60.zip |
- Bring back bristuff support (bristuff-0.3.0-PRE-1l).
- Bump PORTREVISIONs
Approved by: sobomax
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 12 |
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 |