Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2014 11:48:40 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354411 - head/x11-fonts/freefonts
Message-ID:  <201405181148.s4IBmehF035682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun May 18 11:48:39 2014
New Revision: 354411
URL: http://svnweb.freebsd.org/changeset/ports/354411
QAT: https://qat.redports.org/buildarchive/r354411/

Log:
  Unbreak with working MASTER_SITES.
  
  PR:		ports/189908
  Submitted by:	Jonas Hofmann <freebsd-pr@jhofmann.se>

Modified:
  head/x11-fonts/freefonts/Makefile

Modified: head/x11-fonts/freefonts/Makefile
==============================================================================
--- head/x11-fonts/freefonts/Makefile	Sun May 18 11:42:51 2014	(r354410)
+++ head/x11-fonts/freefonts/Makefile	Sun May 18 11:48:39 2014	(r354411)
@@ -5,10 +5,11 @@ PORTNAME=	freefonts
 PORTVERSION=	0.10
 PORTREVISION=	5
 CATEGORIES=	x11-fonts
-MASTER_SITES=	ftp://ftp.gimp.org/pub/%SUBDIR%/ \
-		ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \
-		ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
-		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
+MASTER_SITES=	http://download.gimp.org/pub/%SUBDIR%/ \
+		ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/   \
+		http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
+		http://mirrors.xmission.com/gimp/%SUBDIR%/
+
 MASTER_SITE_SUBDIR=	gimp/fonts
 
 MAINTAINER=	olgeni@FreeBSD.org
@@ -23,7 +24,6 @@ BUILD_DEPENDS=	type1inst:${PORTSDIR}/x11
 # "placed into the public domain and may [not be] sold")
 
 RESTRICTED=	License prohibits redistribution; see individual .license files
-BROKEN=		does not fetch
 
 NO_WRKSUBDIR=	yes
 



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