mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
5694003664
commit
a913cf5620
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467386
3 changed files with 2 additions and 16 deletions
|
@ -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%/ \
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= mplayer-skins
|
||||
PORTVERSION= 1.1.4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= MPLAYERHQ/skins
|
||||
MASTER_SITES= http://www.mplayerhq.hu/MPlayer/skins/
|
||||
DISTFILES= # filled in later after options
|
||||
DIST_SUBDIR= mplayer-skins
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ PORTNAME= win32-codecs
|
|||
DISTVERSION= 20110131
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= MPLAYERHQ/releases/codecs \
|
||||
MASTER_SITES= http://www.mplayerhq.hu/MPlayer/releases/codecs/ \
|
||||
http://ftp.lug.udel.edu/MPlayer/releases/codecs/ \
|
||||
ftp://ftp.lug.udel.edu/MPlayer/releases/codecs/
|
||||
DISTFILES= all-${DISTVERSION}.tar.bz2 \
|
||||
|
|
Loading…
Add table
Reference in a new issue