diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-09 22:21:04 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-09 22:21:04 +0000 |
commit | 05765786c8946501b974fe0989197b07639b930b (patch) | |
tree | f42a1e74527d8607de43d6871be92774807c00c7 /audio | |
parent | 0de698294e828dab8a70405605b25bc6cc933f3e (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex-devel/Makefile | 2 | ||||
-rw-r--r-- | audio/speex/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 925cd860f7f5..ac89d3bfd785 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= speex PORTVERSION= 1.1.8 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/speex/ +MASTER_SITES= ftp://ftp.osuosl.org/.1/xiph/releases/speex/ PKGNAMESUFFIX= -devel MAINTAINER= ahze@FreeBSD.org diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 84949cb73ae3..7579d7f7c504 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -10,7 +10,7 @@ PORTNAME= speex PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/speex/ +MASTER_SITES= ftp://ftp.osuosl.org/.1/xiph/releases/speex/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= ahze@FreeBSD.org |