Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2017 13:05:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451989 - head/misc/gimp-help-en
Message-ID:  <201710131305.v9DD56Eu098434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct 13 13:05:06 2017
New Revision: 451989
URL: https://svnweb.freebsd.org/changeset/ports/451989

Log:
  Fix master_sites

Modified:
  head/misc/gimp-help-en/Makefile

Modified: head/misc/gimp-help-en/Makefile
==============================================================================
--- head/misc/gimp-help-en/Makefile	Fri Oct 13 12:58:21 2017	(r451988)
+++ head/misc/gimp-help-en/Makefile	Fri Oct 13 13:05:06 2017	(r451989)
@@ -4,9 +4,8 @@
 PORTNAME=	gimp-help
 PORTVERSION=	2.8.2
 CATEGORIES?=	misc graphics
-MASTER_SITES=	ftp://ftp.gimp.org/pub/%SUBDIR%/ \
-		http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
-		http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
+MASTER_SITES=	http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \
+		http://ftp.gwdg.de/pub/misc/grafik/%SUBDIR%/ \
 		http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/
 MASTER_SITE_SUBDIR=	gimp/help
 PKGNAMEPREFIX?=	${DOCLANG}-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710131305.v9DD56Eu098434>