From owner-svn-ports-all@FreeBSD.ORG Sun May 18 11:48:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66C58D2E; Sun, 18 May 2014 11:48:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53DD32325; Sun, 18 May 2014 11:48:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IBmenh035683; Sun, 18 May 2014 11:48:40 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IBmehF035682; Sun, 18 May 2014 11:48:40 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201405181148.s4IBmehF035682@svn.freebsd.org> From: Jimmy Olgeni Date: Sun, 18 May 2014 11:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354411 - head/x11-fonts/freefonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 11:48:40 -0000 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 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