diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-01-27 08:15:33 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-01-27 08:15:33 +0800 |
commit | 986aa3cb7599f073726c333a6caf31f41caa71b7 (patch) | |
tree | 3b2ab917b15e65ad392e5642258c2b9d5deffde7 /net/asterisk/Makefile | |
parent | 97f648b91e9a043975a555bd45872903b9fb3416 (diff) | |
download | freebsd-ports-gnome-986aa3cb7599f073726c333a6caf31f41caa71b7.tar.gz freebsd-ports-gnome-986aa3cb7599f073726c333a6caf31f41caa71b7.tar.zst freebsd-ports-gnome-986aa3cb7599f073726c333a6caf31f41caa71b7.zip |
Update to 1.2.3.
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 44f58ddb446c..da0285533efc 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.3 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ @@ -16,6 +16,9 @@ MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit +PATCHFILES= asterisk122_codec_negotiation-20060125.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 \ |