svn commit: r338653 - head/graphics/libGL

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 4 17:35:54 UTC 2014


Author: bapt
Date: Sat Jan  4 17:35:53 2014
New Revision: 338653
URL: http://svnweb.freebsd.org/changeset/ports/338653

Log:
  Add a mirror to avoid failing on clusters

Modified:
  head/graphics/libGL/bsd.mesalib.mk

Modified: head/graphics/libGL/bsd.mesalib.mk
==============================================================================
--- head/graphics/libGL/bsd.mesalib.mk	Sat Jan  4 16:29:55 2014	(r338652)
+++ head/graphics/libGL/bsd.mesalib.mk	Sat Jan  4 17:35:53 2014	(r338653)
@@ -27,7 +27,8 @@ MESASUBVERSION=		
 PLIST_SUB+=	OLD="" NEW="@comment "
 .endif
 
-MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/
+MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ \
+		http://files.etoilebsd.net/mesa/
 DISTFILES=	MesaLib-${MESADISTVERSION}${EXTRACT_SUFX}
 MAINTAINER=	x11 at FreeBSD.org
 


More information about the svn-ports-all mailing list