svn commit: r320043 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Jun 6 01:32:01 UTC 2013


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


More information about the svn-ports-all mailing list