cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

Doug Barton dougb at FreeBSD.org
Tue May 18 02:11:06 UTC 2010


dougb       2010-05-18 02:11:05 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.sh.in 
  Log:
  Minor Fixes And Optimizations
  =============================
  1. In iport_from_origin() if we don't find a match (which is normal for
     ports that are not yet installed) then return immediately.
  2. A little more white space after the user input for --check-port-dbdir
  3. In check_for_updates() if a port has moved we should also check for
     an +IGNOREME file before forcing the update.
  4. For distfile fetching:
     a. Limit the scope of some of the variables
     b. If a distfile has a / in the file name creation of the flag file
        for background fetching will fail, so swap that for a _ instead.
  
  Revision  Changes    Path
  2.27      +20 -7     ports/ports-mgmt/portmaster/files/portmaster.sh.in


More information about the cvs-ports mailing list