From owner-svn-ports-head@freebsd.org Sun Apr 15 12:51:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B7AEF906BD; Sun, 15 Apr 2018 12:51:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 093DD83C1E; Sun, 15 Apr 2018 12:51:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF9F272E8; Sun, 15 Apr 2018 12:51:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3FCpmAc067356; Sun, 15 Apr 2018 12:51:48 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3FCpmIO067353; Sun, 15 Apr 2018 12:51:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804151251.w3FCpmIO067353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 15 Apr 2018 12:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467386 - in head: Mk multimedia/mplayer-skins multimedia/win32-codecs X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head: Mk multimedia/mplayer-skins multimedia/win32-codecs X-SVN-Commit-Revision: 467386 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2018 12:51:49 -0000 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 \