aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-06-07 22:29:01 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-06-07 22:29:01 +0000
commitf914b482f145f54cc4378c7c20873936dfa14c07 (patch)
treecc40da70afadc29f714c7e3641acd7e2a7a90866 /CHANGES
parent4a7771c8700b56c6c5bc9ce7a596ca3d445227cc (diff)
downloadports-f914b482f145f54cc4378c7c20873936dfa14c07.tar.gz
ports-f914b482f145f54cc4378c7c20873936dfa14c07.zip
Fix ports using GH_TAGNAME=master to depend on a known hash
instead of a branch that changes. With hat: portmgr
Notes
Notes: svn path=/head/; revision=320228
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 182c4244a12c..6f4d00c30a0b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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