aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-03-14 07:44:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-03-14 07:44:44 +0000
commit06b7c5639a669a1df2c41849812df9237ed95959 (patch)
treec6cd3f66974a4164a2bb086431d39eea99105380 /CHANGES
parente3a377ff13114024387e435d15bd0e2ee44db2dd (diff)
downloadports-06b7c5639a669a1df2c41849812df9237ed95959.tar.gz
ports-06b7c5639a669a1df2c41849812df9237ed95959.zip
Add information about IGNORE_MASTER_SITE_xxx
Noticed by: krion
Notes
Notes: svn path=/head/; revision=131164
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3a251277cf55..c5bd3799218b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,24 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20050314:
+AUTHOR: edwin@FreeBSD.org
+ New variable for in /etc/make.conf: IGNORE_MASTER_SITE_xxx
+
+ If you prefer a certain mastersite for a collection of master-sites,
+ set this in your /etc/make.conf:
+
+ MASTER_SITE_xxx=http://z.x.y/%SUBDIR%/
+
+ If you insist on only using the ones you specify, set this in
+ your /etc/make.conf:
+
+ IGNORE_MASTER_SITE_xxx=yes
+ MASTER_SITE_xxx=http://z.x.y/%SUBDIR%/
+
+ Use "make -V MASTER_SITES" to see the differences.
+
+
20050313:
AUTHOR: ahze@FreeBSD.org, kwm@FreeBSD.org
The following changes were committed: