Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 01:32:01 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320043 - head/Mk
Message-ID:  <201306060132.r561W1Cx027955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Jun  6 01:32:01 2013
New Revision: 320043
URL: http://svnweb.freebsd.org/changeset/ports/320043

Log:
  Update comments on GH_TAGNAME to note incorrectness
  of using a branch name.
  
  Suggested by:	Kalten on freenode

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Thu Jun  6 01:22:30 2013	(r320042)
+++ head/Mk/bsd.sites.mk	Thu Jun  6 01:32:01 2013	(r320043)
@@ -524,7 +524,9 @@ MASTER_SITE_GENTOO+= \
 # GH_PROJECT    - name of the project on GitHub
 #                 default: ${PORTNAME}
 #
-# GH_TAGNAME    - name of the tag to download (master, 2.0.1, ...)
+# GH_TAGNAME    - name of the tag to download (2.0.1, hash, ...)
+#                 Using the name of a branch here is incorrect. It is
+#                 possible to do GH_TAGNAME=${GH_COMMIT} to do a snapshot
 #                 default: ${DISTVERSION}
 #
 # GH_COMMIT     - first 7 digits of the commit that generated GH_TAGNAME



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