From owner-svn-ports-all@FreeBSD.ORG Fri Oct 5 04:21:21 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74E7D106564A; Fri, 5 Oct 2012 04:21:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5E1368FC0A; Fri, 5 Oct 2012 04:21:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q954LLPU086094; Fri, 5 Oct 2012 04:21:21 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q954LLTS086090; Fri, 5 Oct 2012 04:21:21 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201210050421.q954LLTS086090@svn.freebsd.org> From: Doug Barton Date: Fri, 5 Oct 2012 04:21:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305295 - in head: Mk multimedia/mplayer-skins multimedia/win32-codecs X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 04:21:21 -0000 Author: dougb Date: Fri Oct 5 04:21:20 2012 New Revision: 305295 URL: http://svn.freebsd.org/changeset/ports/305295 Log: Create MASTER_SITE_MPLAYERHQ and use it for the 2 ports that have these sites in common. This will allow people who use ports-mgmt/fastest_sites (or other methods) to selectively eliminate those sites from this list that are locally unreachable. It also adds more potential sites for both ports. I checked all of these sites and they each have the distfiles for both ports. The omission of ftp[23] is intentional, those sites are not functional. 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 Fri Oct 5 04:14:40 2012 (r305294) +++ head/Mk/bsd.sites.mk Fri Oct 5 04:21:20 2012 (r305295) @@ -809,6 +809,20 @@ MASTER_SITE_MOZILLA_EXTENDED+= \ ${MASTER_SITE_MOZILLA} .endif +.if !defined(IGNORE_MASTER_SITE_MPLAYERHQ) +MASTER_SITE_MPLAYERHQ+= \ + http://www.mplayerhq.hu/MPlayer/%SUBDIR%/ \ + http://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 Fri Oct 5 04:14:40 2012 (r305294) +++ head/multimedia/mplayer-skins/Makefile Fri Oct 5 04:21:20 2012 (r305295) @@ -1,20 +1,13 @@ -# New ports collection makefile for: mplayer gui skins -# Date created: Sat Jan 12 10:59:45 BRST 2002 -# Whom: Mario Sergio Fujikawa Ferreira +# Created by: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ -# PORTNAME= mplayer-skins PORTVERSION= 1.1.3 PORTREVISION= 0 CATEGORIES= multimedia -MASTER_SITES= http://www.mplayerhq.hu/MPlayer/skins/ \ - http://www4.mplayerhq.hu/MPlayer/skins/ \ - http://www5.mplayerhq.hu/MPlayer/skins/ \ - ftp://ftp.mplayerhq.hu/MPlayer/skins/ \ - ftp://ftp4.mplayerhq.hu/MPlayer/skins/ \ - ftp://ftp5.mplayerhq.hu/MPlayer/skins/ +MASTER_SITES= ${MASTER_SITE_MPLAYERHQ} +MASTER_SITE_SUBDIR= skins DISTFILES= # filled in later after options DIST_SUBDIR= mplayer-skins Modified: head/multimedia/win32-codecs/Makefile ============================================================================== --- head/multimedia/win32-codecs/Makefile Fri Oct 5 04:14:40 2012 (r305294) +++ head/multimedia/win32-codecs/Makefile Fri Oct 5 04:21:20 2012 (r305295) @@ -1,22 +1,15 @@ -# New ports collection makefile for: avifile -# Date created: 16 September 2000 -# Whom: Holger Lamm +# Created by: Holger Lamm # # $FreeBSD$ -# PORTNAME= win32-codecs DISTVERSION= 20110131 PORTEPOCH= 1 CATEGORIES= multimedia audio -MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/codecs/ \ - http://www2.mplayerhq.hu/MPlayer/releases/codecs/ \ - http://www4.mplayerhq.hu/MPlayer/releases/codecs/ \ +MASTER_SITES= ${MASTER_SITE_MPLAYERHQ} \ http://ftp.lug.udel.edu/MPlayer/releases/codecs/ \ - http://www.mplayerhq.hu/MPlayer/releases/codecs/ \ - ftp://ftp1.mplayerhq.hu/MPlayer/releases/codecs/ \ - ftp://ftp2.mplayerhq.hu/MPlayer/releases/codecs/ \ ftp://ftp.lug.udel.edu/MPlayer/releases/codecs/ +MASTER_SITE_SUBDIR= releases/codecs DISTFILES= all-${DISTVERSION}.tar.bz2 \ ${ADDITIONAL_CODECS_DISTFILES} DIST_SUBDIR= win32