diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 01:57:19 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 01:57:19 +0800 |
commit | fc39d2c009d2e302dbdf1882955bca9c7a580651 (patch) | |
tree | c5b7dd7d0e39bb3028c1376fbb6181a370716133 /Mk/bsd.sites.mk | |
parent | 0baf809beed08d7849c84d02331c3eef32af6c73 (diff) | |
download | freebsd-ports-gnome-fc39d2c009d2e302dbdf1882955bca9c7a580651.tar.gz freebsd-ports-gnome-fc39d2c009d2e302dbdf1882955bca9c7a580651.tar.zst freebsd-ports-gnome-fc39d2c009d2e302dbdf1882955bca9c7a580651.zip |
Note that GH_TAGNAME can be any length of the git hash.
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 22044a90618c..e945ae958da9 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -519,13 +519,15 @@ MASTER_SITE_GENTOO+= \ # # 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 +# possible to do GH_TAGNAME= GIT_HASH to do a snapshot. # default: ${DISTVERSION} # # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAME # (man git-describe(1)) # if this is not set, archive corresponding to tag is fetched # default: not set +# This is a deprecated option. Just set the hash in GH_TAGNAME +# instead. # .if defined(USE_GITHUB) . if defined(GH_TAGNAME) && ${GH_TAGNAME} == master |