Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2019 13:47:18 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r506994 - branches/2019Q3/x11-wm/fvwm2
Message-ID:  <201907201347.x6KDlIGn056131@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Jul 20 13:47:17 2019
New Revision: 506994
URL: https://svnweb.freebsd.org/changeset/ports/506994

Log:
  MFH: r506975
  
  Distfile directory for fvwm_icons is 404. Use new location. While
  at it host the file in local backup locations.
  
  Approved by:	portmgr (joneum)

Modified:
  branches/2019Q3/x11-wm/fvwm2/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/x11-wm/fvwm2/Makefile
==============================================================================
--- branches/2019Q3/x11-wm/fvwm2/Makefile	Sat Jul 20 13:46:32 2019	(r506993)
+++ branches/2019Q3/x11-wm/fvwm2/Makefile	Sat Jul 20 13:47:17 2019	(r506994)
@@ -6,7 +6,9 @@ PORTVERSION=	2.6.8
 PORTREVISION=	4
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \
-		http://www.fvwm.org/generated/icon_download/
+		http://fvwm.sourceforge.net/generated/icon_download/ \
+		http://cschubert.com/distfiles/ \
+		https://people.freebsd.org/~cy/distfiles/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 



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