svn commit: r313083 - head/Mk

Martin Wilke miwi at FreeBSD.org
Thu Feb 28 09:08:36 UTC 2013


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
 #


More information about the svn-ports-head mailing list