1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update comments on GH_TAGNAME to note incorrectness

of using a branch name.

Suggested by:	Kalten on freenode
This commit is contained in:
Bryan Drewery 2013-06-06 01:32:01 +00:00
parent 7ffa9470a4
commit 96d726a6d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320043

View File

@ -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