summaryrefslogtreecommitdiff
path: root/audio/speex/Makefile
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-11-13 09:56:09 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-11-13 09:56:09 +0000
commitb2d93ed5714384ff0b7977305fb8fa2011904c4b (patch)
tree162bcb676cb524cede810eadd3aa4f4f38fa830f /audio/speex/Makefile
parentupdate to 0.4 (diff)
Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled)
and stereo support.
Notes
Notes: svn path=/head/; revision=70015
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r--audio/speex/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index aa64feb74225..5345231d418d 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -7,11 +7,10 @@
#
PORTNAME= speex
-PORTVERSION= 1.0.b1
+PORTVERSION= 1.0.b3
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= Speex-${PORTVERSION:S/.b/beta/}
+MASTER_SITES= http://www.speex.org/download/
+DISTNAME= speex-${PORTVERSION:S/.b/beta/}
MAINTAINER= ports@FreeBSD.org