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

Doug Barton dougb at FreeBSD.org
Mon Mar 29 07:51:04 UTC 2010


dougb       2010-03-29 07:51:04 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.sh.in 
  Log:
  New Feature
  ===========
  Add a --delete-packages option so that after a package is installed
  it will be deleted.
  
  User-Visible Change
  ===================
  Warn the user if they have an /etc/portmaster.rc file. This location
  is deprecated in favor of PREFIX/etc.
  
  Minor Updates
  =============
  1. Add -m1 to grep lines that can only have one match
  2. Additional debugging help and error checking
  3. Introduce init_packages_var() to initialize the PACKAGES variable,
  and use it in some places where init_packages() was being overloaded.
  4. Improve the logic of when, and when not to initialize the
  packages directories.
  5. Bring in some internal changes from the latest svn version for
  diff reduction.
  6. Add $PM_SU_CMD to a few places where it's needed
  
  Bug Fixes
  =========
  1. In pm_cd_pd() the error message should reference $1, not $origin
  2. The -r option should take a glob as input
  
  Revision  Changes    Path
  2.20      +99 -49    ports/ports-mgmt/portmaster/files/portmaster.sh.in


More information about the cvs-ports mailing list