diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-02 04:45:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-02 04:45:03 +0800 |
commit | e1aeda92de07411f9952f7c15140d21a57156e69 (patch) | |
tree | d9eeb2a7eb421a7d6df95d888b9626977bf32ec1 /audio | |
parent | e573b5d26f204c6a5fda8e70fae7d9a6117e875b (diff) | |
download | freebsd-ports-gnome-e1aeda92de07411f9952f7c15140d21a57156e69.tar.gz freebsd-ports-gnome-e1aeda92de07411f9952f7c15140d21a57156e69.tar.zst freebsd-ports-gnome-e1aeda92de07411f9952f7c15140d21a57156e69.zip |
bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSA
$ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2
[...]
404 Not Found
Not Found
The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-lib/Makefile | 2 | ||||
-rw-r--r-- | audio/alsa-plugins/Makefile | 2 | ||||
-rw-r--r-- | audio/alsa-utils/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile index f0e4768ec8eb..1543f34fbcbe 100644 --- a/audio/alsa-lib/Makefile +++ b/audio/alsa-lib/Makefile @@ -4,7 +4,7 @@ PORTNAME= alsa-lib PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/lib \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile index fd14877e1455..661e3b454eec 100644 --- a/audio/alsa-plugins/Makefile +++ b/audio/alsa-plugins/Makefile @@ -4,7 +4,7 @@ PORTNAME= alsa-plugins PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/plugins \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index 23db27b3188e..313ec0c3eb87 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -4,7 +4,7 @@ PORTNAME= alsa-utils PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/utils \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org |