Bug 189908 - x11-fonts/freefonts - New fetch URLs
Summary: x11-fonts/freefonts - New fetch URLs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-18 12:30 UTC by Jonas Hofmann
Modified: 2014-05-18 14:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Hofmann 2014-05-18 12:30:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-18 12:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olgeni

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2014-05-18 12:48:39 UTC
State Changed
From-To: open->closed

Committed - thank you!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-18 12:48:43 UTC
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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-18 14:09:15 UTC
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"