aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-29 13:07:33 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-29 13:07:33 +0000
commit70444a23e61ceee0e0b4a7c23a7895451a2b93e7 (patch)
tree97b28993c4116f294681fcd4e64c4ff60c8a87f1 /CHANGES
parent65089af011a5f0df2d729dfaebf7d6a93091f96a (diff)
downloadports-70444a23e61ceee0e0b4a7c23a7895451a2b93e7.tar.gz
ports-70444a23e61ceee0e0b4a7c23a7895451a2b93e7.zip
Introduce USE_GITHUB=nodefault to allow fetching additional distfiles
from github, but not the default one. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=387852
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f440d7183b32..1ded043feb2c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150529:
+AUTHOR: mat@FreeBSD.org
+
+ Extend the multiple distfiles USE_GITHUB framework by allowing it to fetch
+ only additional distfiles, but not the main one. Set USE_GITHUB=nodefault
+ and use the GH_* variables with groups as usual.
+
20150528:
AUTHOR: mat@FreeBSD.org