Date: Sun, 3 Sep 2006 15:23:03 +0000 (UTC) From: Andrew Pantyukhin <sat@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports CHANGES ports/Mk bsd.sites.mk Message-ID: <200609031523.k83FN39S012105@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sat 2006-09-03 15:23:03 UTC
FreeBSD ports repository
Modified files:
. CHANGES
Mk bsd.sites.mk
Log:
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.
Revision Changes Path
1.59 +14 -1 ports/CHANGES
1.397 +17 -6 ports/Mk/bsd.sites.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609031523.k83FN39S012105>
