aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-03 15:23:03 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-03 15:23:03 +0000
commitaa5fbade3d32342af28d235f3a5190b884b4610c (patch)
tree1288edb1dc97daf0ae903e6b7ec6b8d06c98b028 /CHANGES
parente6f344844d5399f1b5f0e9dd67df8700f919a0da (diff)
downloadports-aa5fbade3d32342af28d235f3a5190b884b4610c.tar.gz
ports-aa5fbade3d32342af28d235f3a5190b884b4610c.zip
The following functional changes were made to bsd.sites.mk:
* MASTER_SITES variable can now look like MACRO1/subdir1 MACRO2/subdir2, and be expanded in a way that you expect it to, that is apply different subdirs to different sites. You can safely replace ${M_S_FOO:S/%SUBDIR%/bar/} with FOO/bar. * If M_S_SUBDIR is unset, a macro in M_S won't set it anymore, but rather substitute %SUBDIR% all by itself. Now it's possible to use macros with different default subdirs and they will expand in a proper way.
Notes
Notes: svn path=/head/; revision=172060
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aa2e5d54ed5f..1734b595f4c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,19 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20060903:
+AUTHOR: sat@FreeBSD.org
+The following functional changes were made to bsd.sites.mk:
+
+ * MASTER_SITES variable can now look like MACRO1/subdir1 MACRO2/subdir2, and
+ be expanded in a way that you expect it to, that is apply different subdirs
+ to different sites. You can safely replace ${M_S_FOO:S/%SUBDIR%/bar/} with
+ FOO/bar.
+
+ * If M_S_SUBDIR is unset, a macro in M_S won't set it anymore, but rather
+ substitute %SUBDIR% all by itself. Now it's possible to use macros with
+ different default subdirs and they will expand in a proper way.
+
20060805:
AUTHOR: sat@FreeBSD.org
The following functional changes were made to bsd.sites.mk: