diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-19 18:08:25 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-19 18:08:25 +0000 |
commit | 010d8c7d9a955f68b31e412c335c9dc4c5e7559a (patch) | |
tree | 3a732a7db5ee77a3ac44c828f10131a867e7d5e2 /CHANGES | |
parent | Convert to USES=fonts (diff) |
Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.
All of these ports as-is.
With hat: portmgr
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,6 +13,14 @@ All ports committers are allowed to commit to this file. 20150319: AUTHOR: bdrewery@FreeBSD.org + MASTER_SITE GHR (GITHUB_RELEASE) has been removed. The same functionality + can be achieved with just USE_GITHUB/GH_ACCOUNT/GH_PROJECT. GH_TAGNAME + defaults to DISTVERSION. If the tag needs to be adjusted then change + GH_TAGNAME. No GH_COMMIT is needed. + +20150319: + AUTHOR: bdrewery@FreeBSD.org + USE_GITHUB has been updated to make GH_COMMIT optional. Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball |