diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 02:08:25 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 02:08:25 +0800 |
commit | 386fed4b370d45c31613cc456736b138c5ca98a8 (patch) | |
tree | 3a732a7db5ee77a3ac44c828f10131a867e7d5e2 /CHANGES | |
parent | fb47de6607fd8b31ba0a114eac6a9b631b6f7aa0 (diff) | |
download | freebsd-ports-gnome-386fed4b370d45c31613cc456736b138c5ca98a8.tar.gz freebsd-ports-gnome-386fed4b370d45c31613cc456736b138c5ca98a8.tar.zst freebsd-ports-gnome-386fed4b370d45c31613cc456736b138c5ca98a8.zip |
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 |