cvs commit: ports CHANGES ports/Mk bsd.sites.mk

Andrew Pantyukhin sat at FreeBSD.org
Sun Sep 3 15:23:04 UTC 2006


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


More information about the cvs-ports mailing list