svn commit: r310911 - head/Mk
Adam Weinberger
adamw at FreeBSD.org
Thu Jan 24 02:40:15 UTC 2013
Author: adamw
Date: Thu Jan 24 02:40:14 2013
New Revision: 310911
URL: http://svnweb.freebsd.org/changeset/ports/310911
Log:
Give clearer advice.
Modified:
head/Mk/bsd.sites.mk
Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk Thu Jan 24 01:39:59 2013 (r310910)
+++ head/Mk/bsd.sites.mk Thu Jan 24 02:40:14 2013 (r310911)
@@ -531,11 +531,10 @@ GH_TAGNAME?= ${DISTVERSION}
.endif
.endif
#
-# Another way to simplify distfile fetching from GitHub, eliminating the need
-# to track 7-digit commits for each distfile, is to use the following:
-#
-# MASTER_SITES= https://github.com/GH_ACCOUNT/${PORTNAME}/archive/${DISTVERSION}.tar.gz?dummy=/
-# FETCH_ARGS= -prR
+# GitHub files can also be obtained, without the commit hashes, 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