Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2014 14:08:56 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338540 - head/Mk
Message-ID:  <201401031408.s03E8uUG081224@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Jan  3 14:08:56 2014
New Revision: 338540
URL: http://svnweb.freebsd.org/changeset/ports/338540

Log:
  Remove FETCH_ARGS from github stuff in bsd.sites.mk.

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Jan  3 13:51:50 2014	(r338539)
+++ head/Mk/bsd.sites.mk	Fri Jan  3 14:08:56 2014	(r338540)
@@ -536,14 +536,12 @@ MASTER_SITES+=	GH GHC
 .endif
 GH_PROJECT?=	${PORTNAME}
 GH_TAGNAME?=	${DISTVERSION}
-FETCH_ARGS=	-Fpr
 .endif
 .endif
 #
-# GitHub files can also be obtained, without the commit hashes, by doing:
+# GitHub files can also be obtained, without the need for any of the above, by doing:
 #
 # MASTER_SITES=	http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
-# FETCH_ARGS=	-Fpr
 #
 
 .if !defined(IGNORE_MASTER_SITE_GNOME)



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