Date: Thu, 28 Feb 2013 09:08:35 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313083 - head/Mk Message-ID: <201302280908.r1S98ZGJ024767@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Feb 28 09:08:35 2013 New Revision: 313083 URL: http://svnweb.freebsd.org/changeset/ports/313083 Log: - GITHUB redirects the mirrors again. All ports that use USE_GITHUB fail to fetch the distfiles. Set FETCH_ARGS fix the problem. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Feb 28 08:54:51 2013 (r313082) +++ head/Mk/bsd.sites.mk Thu Feb 28 09:08:35 2013 (r313083) @@ -539,6 +539,7 @@ MASTER_SITES+= GH GHC .endif GH_PROJECT?= ${PORTNAME} GH_TAGNAME?= ${DISTVERSION} +FETCH_ARGS= -Fpr .endif .endif #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302280908.r1S98ZGJ024767>