diff options
author | sobomax <sobomax@FreeBSD.org> | 2009-07-24 18:54:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2009-07-24 18:54:50 +0800 |
commit | 8d7bf7bcf439d5b92ed5208e6baf5bbb314de6bb (patch) | |
tree | 108e142493218524482aaa26459c72da5ae932f6 /net/asterisk10/Makefile | |
parent | acbcae900be453c12d1b31070b81a7727bdfc3ba (diff) | |
download | freebsd-ports-gnome-8d7bf7bcf439d5b92ed5208e6baf5bbb314de6bb.tar.gz freebsd-ports-gnome-8d7bf7bcf439d5b92ed5208e6baf5bbb314de6bb.tar.zst freebsd-ports-gnome-8d7bf7bcf439d5b92ed5208e6baf5bbb314de6bb.zip |
Update to 1.4.25.
Diffstat (limited to 'net/asterisk10/Makefile')
-rw-r--r-- | net/asterisk10/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index f2ea71298a5e..44219281de78 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -6,8 +6,8 @@ # PORTNAME= asterisk -PORTVERSION= 1.4.24.1 -PORTREVISION= 3 +PORTVERSION= 1.4.25 +#PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -171,7 +171,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/ilbc_enable.diff .endif .if defined(WITH_CODEC_PATCH) -PATCHFILES= asterisk-1.4.24-codec-negotiation-20090326.diff.gz +PATCHFILES= asterisk-1.4.25-codec-negotiation-20090526.diff.gz PATCH_SITES= http://b2bua.org/chrome/site/ EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile .else @@ -180,7 +180,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/nocodecnego-patch-Makefile .if defined(WITH_MISC_PATCHES) EXTRA_PATCHES+= ${PATCHDIR}/dtmf_debug.diff -EXTRA_PATCHES+= ${PATCHDIR}/feature_disconnect.diff EXTRA_PATCHES+= ${PATCHDIR}/sip_force_callid.diff EXTRA_PATCHES+= ${PATCHDIR}/sip_set_auth.diff .if defined(WITH_CODEC_PATCH) |