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 /multimedia/mplayer-skins/Makefile | |
parent | 0e00b3e4171580477462db143d173f8db78882ab (diff) | |
download | freebsd-ports-gnome-95a656e125c5b06d597e20d29ecd2c11c09e2723.tar.gz freebsd-ports-gnome-95a656e125c5b06d597e20d29ecd2c11c09e2723.tar.zst freebsd-ports-gnome-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 'multimedia/mplayer-skins/Makefile')
-rw-r--r-- | multimedia/mplayer-skins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile index 80e1a7f0a441..89e9e7d0941b 100644 --- a/multimedia/mplayer-skins/Makefile +++ b/multimedia/mplayer-skins/Makefile @@ -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 |