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

Doug Barton dougb at FreeBSD.org
Mon Jul 28 21:24:53 UTC 2008


dougb       2008-07-28 21:24:53 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.sh.in 
  Log:
  New Features
  ============
  1. You can now specify multiple globs for directories in /var/db/pkg on the
  command line (along with full names of directories/paths from /usr/ports
  and/or /var/db/pkg, as before)
  2. When calling check_interactive or update_port from check_for_updates
  tell the user what updated version is available. [1]
  
  Bug Fixes
  =========
  1. Don't set show_list to "all" for -a unless there is somthing to show
  2. Add K (don't postclean) to getopts [2]
  
  Other Improvements
  ==================
  1. In check_dependency_files() don't let ro_opd be empty for the purpose
  of the egrep expression. It works now, but it apparently violates the
  spec and could case problems down the road (e.g., for bsdgrep).
  2. Since the BSDPAN pseudo-ports do not exist in the ports tree there
  is nothing for portmaster to do with them. Therefore ignore them when
  appropriate, notifying the user when necessary. [3]
  
  Submitted by:   Geraint Edwards <gedge at yadn.org> [1]
  
  PR:             ports/126006 [2]
  Submitted by:   ahze [2]
  Pointy hat:     moi [2]
  
  Problem pointed out by: Bapt <baptiste.daroussin at gmail.com> [3]
  PR:                     ports/125428 [3]
  
  Revision  Changes    Path
  2.6       +78 -25    ports/ports-mgmt/portmaster/files/portmaster.sh.in


More information about the cvs-all mailing list