Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2006 09:04:03 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/portmaster/files portmaster.sh.in
Message-ID:  <200608120904.k7C94372008186@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2006-08-12 09:04:03 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/portmaster/files portmaster.sh.in 
  Log:
  New Features
  ============
  1. -e mode to expunge a port via pkg_delete, and optionally
  remove its distfiles
  2. -s and -e modes now respect -b (backup) and -d|D options
  regarding always deleting (or not deleting) distfiles
  
  General
  =======
  1. Re-factor more code out into functions, and move them earlier in the
  script so that they are available to the new features.
  2. Clean up the code in a few places to make it slightly more efficient,
  and a lot more readable.
  
  Bug Fixes
  =========
  1. Fix exit status of various code paths to be more in keeping
  with Unix tradition [1]
  2. Be a lot more thorough about killing off errant children when
  the user hits ^C [1]
  3. If the directory referred to by PKGREPOSITORY exists, use it
  to store packages built for -b and -g instead of HOME [2]
  
  My thanks to both Darren and James for their patience and testing
  of several development versions to nail down bugs 2 and 3.
  
  Brought to my attention by: Darren Pilgrim <darren.pilgrim@bitfreak.org> [1]
  Brought to my attention by: James O'Gorman <james@netinertia.co.uk> [2]
  
  Revision  Changes    Path
  1.7       +209 -104  ports/sysutils/portmaster/files/portmaster.sh.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608120904.k7C94372008186>