diff options
author | sobomax <sobomax@FreeBSD.org> | 2009-05-19 15:15:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2009-05-19 15:15:38 +0800 |
commit | b0f2b2a242b5f53d5244352f9f26d172983f24a3 (patch) | |
tree | b6ab6e987923ebc76530f26cb51c4e7f48164cf7 /net/asterisk/Makefile | |
parent | d9ae8bda0bb502eca5b361f02c3a7ad2e6bb1696 (diff) | |
download | freebsd-ports-gnome-b0f2b2a242b5f53d5244352f9f26d172983f24a3.tar.gz freebsd-ports-gnome-b0f2b2a242b5f53d5244352f9f26d172983f24a3.tar.zst freebsd-ports-gnome-b0f2b2a242b5f53d5244352f9f26d172983f24a3.zip |
Fix typo that under certain conditions could cause loss of audio. The
fix has been already incorprated into the vendor's version, so that the
patch will only live till the next release. Vendor's issue #15105.
Bump PORTREVISION.
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 1b41a4d3a73d..ee364a2eb12e 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.24.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ |