diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-06 01:32:01 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-06 01:32:01 +0000 |
commit | 96d726a6d3efe36f398e9a59dc28a9ca1b169786 (patch) | |
tree | b0512596796e5709146ba2b89318f559ac95af7c /Mk/bsd.sites.mk | |
parent | 7ffa9470a49f40ace7eaa6d7d2cf339099439eb8 (diff) | |
download | ports-96d726a6d3efe36f398e9a59dc28a9ca1b169786.tar.gz ports-96d726a6d3efe36f398e9a59dc28a9ca1b169786.zip |
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index df0088a499b6..6967aeb1ac92 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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 |