svn commit: r467386 - in head: Mk multimedia/mplayer-skins multimedia/win32-codecs
Thomas Zander
riggs at FreeBSD.org
Sun Apr 15 12:51:49 UTC 2018
Author: riggs
Date: Sun Apr 15 12:51:48 2018
New Revision: 467386
URL: https://svnweb.freebsd.org/changeset/ports/467386
Log:
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
Modified:
head/Mk/bsd.sites.mk
head/multimedia/mplayer-skins/Makefile
head/multimedia/win32-codecs/Makefile
Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk Sun Apr 15 12:26:55 2018 (r467385)
+++ head/Mk/bsd.sites.mk Sun Apr 15 12:51:48 2018 (r467386)
@@ -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%/ \
Modified: head/multimedia/mplayer-skins/Makefile
==============================================================================
--- head/multimedia/mplayer-skins/Makefile Sun Apr 15 12:26:55 2018 (r467385)
+++ head/multimedia/mplayer-skins/Makefile Sun Apr 15 12:51:48 2018 (r467386)
@@ -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
Modified: head/multimedia/win32-codecs/Makefile
==============================================================================
--- head/multimedia/win32-codecs/Makefile Sun Apr 15 12:26:55 2018 (r467385)
+++ head/multimedia/win32-codecs/Makefile Sun Apr 15 12:51:48 2018 (r467386)
@@ -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 \
More information about the svn-ports-all
mailing list