cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-plist ports/sysutils/portupgrade/files patch-lib-portsdb.rb

Norikatsu Shigemura nork at FreeBSD.org
Tue Jan 3 08:57:46 PST 2006


nork        2006-01-03 16:57:46 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/portupgrade Makefile distinfo pkg-plist 
  Removed files:
    sysutils/portupgrade/files patch-lib-portsdb.rb 
  Log:
  Update to 2.0.1.
  
  * portversion(1) also reads MOVED and trace origin change,
    and, when invoked with "-v", displays the new origin.
  
    Example:
  
        % portversion -v screen
        screen-4.0.2_2   <  needs updating (port has 4.0.2_3) (=> 'sysutils/screen')
  
  * Add "--ignore-moved" to portupgrade(1) and portversion(1).
    When invoked with this option, both programs totally ignore MOVED.
    If you encounter strange behaviour of these programs, try this out.
  
  * Add IGNORE_MOVED option to pkgtools.conf.
    This can be used to selectively ignore MOVED by pkgs.
    See pkgtools.conf.sample for details.
  
  * Keep the order of MOVED entries, and do not trace back to old entries.
    Previously, when encounters the following entries,
  
          editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location
          editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location
  
    portupgrade traces as "editors/emacs21" -> "editors/emacs" -> "editors/emacs19".
    I thought this behavior should not be what we want to, so added this change.
  
  PR:             ports/91272
  Submitted by:   KOMATSU Shinichiro <koma2 at lovepeers.org> (maintainer)
  
  Revision  Changes    Path
  1.209     +2 -2      ports/sysutils/portupgrade/Makefile
  1.158     +3 -3      ports/sysutils/portupgrade/distinfo
  1.2       +0 -16     ports/sysutils/portupgrade/files/patch-lib-portsdb.rb (dead)
  1.31      +1 -0      ports/sysutils/portupgrade/pkg-plist


More information about the cvs-ports mailing list