diff options
author | riggs <riggs@FreeBSD.org> | 2018-04-15 20:51:48 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2018-04-15 20:51:48 +0800 |
commit | 95a656e125c5b06d597e20d29ecd2c11c09e2723 (patch) | |
tree | 33325aeca660f3f1993750e0e269abcae9fbfb2e /Mk | |
parent | 0e00b3e4171580477462db143d173f8db78882ab (diff) | |
download | freebsd-ports-graphics-95a656e125c5b06d597e20d29ecd2c11c09e2723.tar.gz freebsd-ports-graphics-95a656e125c5b06d597e20d29ecd2c11c09e2723.tar.zst freebsd-ports-graphics-95a656e125c5b06d597e20d29ecd2c11c09e2723.zip |
Retire MASTER_SITE_MPLAYERHQ
Rationale:
- MPLAYERHQ was an alias for www[1-5].mplayerhq.hu
- www.mplayerhq.hu uses dns load balancing already
for a while, essentially rendering the above
alias futile
- At times, some of the www[1-9] instances do not
participate in the balancing while others do.
(At the time of this writing, for instance www3
does not have a dns record but www8 does. The
latter was not part of MASTER_SITE_MPLAYERHQ)
- The MPLAYERHQ alias was only used by two ports
in the tree:
multimedia/mplayer-skins
multimedia/win32-codecs
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index f8ef5c9a0c8..f7da69d098d 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -845,20 +845,6 @@ MASTER_SITE_MOZILLA_ADDONS+= \ http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ .endif -.if !defined(IGNORE_MASTER_SITE_MPLAYERHQ) -MASTER_SITE_MPLAYERHQ+= \ - http://www.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - https://www1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - http://www2.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - http://www3.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - http://www4.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - http://www5.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - ftp://ftp.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - ftp://ftp1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - ftp://ftp4.mplayerhq.hu/MPlayer/%SUBDIR%/ \ - ftp://ftp5.mplayerhq.hu/MPlayer/%SUBDIR%/ -.endif - .if !defined(IGNORE_MASTER_SITE_MYSQL) MASTER_SITE_MYSQL+= \ ftp://ftp.fi.muni.cz/pub/mysql/Downloads/%SUBDIR%/ \ |