Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Oct 2012 21:30:11 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        thomas.e.zander@googlemail.com, multimedia@FreeBSD.org
Subject:   Fwd: svn commit: r305295 - in head: Mk multimedia/mplayer-skins multimedia/win32-codecs
Message-ID:  <506E6253.6000308@FreeBSD.org>
In-Reply-To: <201210050421.q954LLTS086090@svn.freebsd.org>
References:  <201210050421.q954LLTS086090@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FYI


-------- Original Message --------
Subject: svn commit: r305295 - in head: Mk multimedia/mplayer-skins
multimedia/win32-codecs
Date: Fri, 5 Oct 2012 04:21:21 +0000 (UTC)
From: Doug Barton <dougb@FreeBSD.org>
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
svn-ports-head@freebsd.org

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 <lioux@FreeBSD.org>
+# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
 #
 # $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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?506E6253.6000308>