diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-02-14 23:50:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-02-14 23:50:27 +0000 |
commit | 6df007079609177f2550dc135d186cd3759ae332 (patch) | |
tree | 87645e2c0c96075e1994993a2bef5ae304207958 /net/asterisk16/Makefile | |
parent | 341e59ba900f71ebde64df841a71e942ea29fc70 (diff) | |
download | ports-6df007079609177f2550dc135d186cd3759ae332.tar.gz ports-6df007079609177f2550dc135d186cd3759ae332.zip |
Use corrected version of the codec negotiation patch.
Submitted by: J.R. Oldroyd
Notes
Notes:
svn path=/head/; revision=156067
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r-- | net/asterisk16/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 3d506227b582..10d4cd2b786f 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ @@ -16,7 +17,7 @@ MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -PATCHFILES= asterisk124_codec_negotiation-20060202.diff.gz +PATCHFILES= asterisk124_codec_negotiation-20060202_2.diff.gz PATCH_SITES= http://www.portaone.com/~bamby/public/ BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 |