x11-fonts/freefonts was marked "BROKEN: does not fetch" on 13 May 2014, as of today (18 May) all Master Sites are still down or does not have the file. Fix: New master site: http://download.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz New possible mirrors for reliability: ftp://ftp.sunet.se/pub/gnu/gimp/fonts/freefonts-0.10.tar.gz http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/fonts/freefonts-0.10.tar.gz http://mirrors.xmission.com/gimp/gimp/fonts/freefonts-0.10.tar.gz How-To-Repeat: Try to install.
Responsible Changed From-To: freebsd-ports-bugs->olgeni Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed - thank you!
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
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@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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"