svn commit: r338540 - head/Mk
Adam Weinberger
adamw at FreeBSD.org
Fri Jan 3 14:08:57 UTC 2014
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)
More information about the svn-ports-all
mailing list