Date: Sat, 20 Jul 2019 04:25:21 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506975 - head/x11-wm/fvwm2 Message-ID: <201907200425.x6K4PLI0025964@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907200425.x6K4PLI0025964>