svn commit: r506975 - head/x11-wm/fvwm2

Cy Schubert cy at FreeBSD.org
Sat Jul 20 04:25:22 UTC 2019


Author: cy
Date: Sat Jul 20 04:25:20 2019
New Revision: 506975
URL: https://svnweb.freebsd.org/changeset/ports/506975

Log:
  Distfile directory for fvwm_icons is 404. Use new location. While
  at it host the file in local backup locations.
  
  MFH:		2019Q3

Modified:
  head/x11-wm/fvwm2/Makefile   (contents, props changed)

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Sat Jul 20 04:25:16 2019	(r506974)
+++ head/x11-wm/fvwm2/Makefile	Sat Jul 20 04:25:20 2019	(r506975)
@@ -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}
 


More information about the svn-ports-head mailing list