svn commit: r354417 - head/x11-fonts/sharefonts

Jimmy Olgeni olgeni at FreeBSD.org
Sun May 18 13:09:12 UTC 2014


Author: olgeni
Date: Sun May 18 13:09:12 2014
New Revision: 354417
URL: http://svnweb.freebsd.org/changeset/ports/354417
QAT: https://qat.redports.org/buildarchive/r354417/

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

Modified:
  head/x11-fonts/sharefonts/Makefile

Modified: head/x11-fonts/sharefonts/Makefile
==============================================================================
--- head/x11-fonts/sharefonts/Makefile	Sun May 18 13:06:27 2014	(r354416)
+++ head/x11-fonts/sharefonts/Makefile	Sun May 18 13:09:12 2014	(r354417)
@@ -5,13 +5,16 @@ PORTNAME=	sharefonts
 PORTVERSION=	0.10
 PORTREVISION=	3
 CATEGORIES=	x11-fonts
-MASTER_SITES=	ftp://ftp.gimp.org/pub/gimp/fonts/
+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
 COMMENT=	Collection of shareware ATM fonts from the CICA archives
 
 RESTRICTED=	Shareware: cannot be distributed without prior authorization
-BROKEN=		does not fetch
 
 NO_BUILD=	yes
 


More information about the svn-ports-all mailing list