diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-04-01 20:45:03 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-04-01 20:45:03 +0000 |
commit | e68ffdaff6a6b0ff159afa8c685fa955b08818b9 (patch) | |
tree | d9eeb2a7eb421a7d6df95d888b9626977bf32ec1 | |
parent | audio/alsa-*: update to 1.1.1 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=412373
-rw-r--r-- | Mk/bsd.sites.mk | 6 | ||||
-rw-r--r-- | audio/alsa-lib/Makefile | 2 | ||||
-rw-r--r-- | audio/alsa-plugins/Makefile | 2 | ||||
-rw-r--r-- | audio/alsa-utils/Makefile | 2 |
4 files changed, 3 insertions, 9 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 3ee142fd0881..bc86e8d1c971 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -48,12 +48,6 @@ MASTER_SITE_AFTERSTEP+= \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif -.if !defined(IGNORE_MASTER_SITE_ALSA) -MASTER_SITE_ALSA+= \ - http://alsa.cybermirror.org/%SUBDIR%/ \ - ftp://ftp.alsa-project.org/pub/%SUBDIR%/ -.endif - .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ 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 |