svn commit: r354411 - head/x11-fonts/freefonts

Jimmy Olgeni olgeni at FreeBSD.org
Sun May 18 11:48:40 UTC 2014


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 at 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 at 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
 


More information about the svn-ports-head mailing list