diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-07 22:29:01 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-07 22:29:01 +0000 |
commit | f914b482f145f54cc4378c7c20873936dfa14c07 (patch) | |
tree | cc40da70afadc29f714c7e3641acd7e2a7a90866 /CHANGES | |
parent | 4a7771c8700b56c6c5bc9ce7a596ca3d445227cc (diff) | |
download | ports-f914b482f145f54cc4378c7c20873936dfa14c07.tar.gz ports-f914b482f145f54cc4378c7c20873936dfa14c07.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20130607: +AUTHOR: bdrewery@FreeBSD.org + + * Checks were added to block GH_TAGNAME=master as this is not a valid + setup. A known hash or tag should be used for GH_TAGNAME instead of + a branch name. As soon as a branch is updated, the known checksum + in the distinfo would then be invalid. + 20130606: AUTHOR: bdrewery@FreeBSD.org |