Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2006 15:43:35 +0000 (UTC)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/portupgrade Makefile distinfo
Message-ID:  <200601011543.k01Fhat3076426@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nork        2006-01-01 15:43:35 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/portupgrade Makefile distinfo 
  Log:
  A happy new year updated to 2.0.0.
  
  (1) Change the versioning scheme of portupgrade.
      portupgrade now becomes 2.0.0!
  
  (2) Add FreshPorts support to portcvsweb(1).
      You can view CVS history via FreshPorts instead of CVSweb
      by using "portcvsweb -F". See the man page of portcvsweb(1) for details.
  
  (3) If the change of the origin is written in MOVED,
      portupgrade reads and chases it.
      You no longer need to supply the origin of the new pkg by "-o" option.
  
      Example:
  
          When ftp/wget-devel is moved to ftp/wget, previously you had to run,
  
              % portupgrade -o ftp/wget wget
  
          Now, just run
  
              % portupgrade wget
  
          and portupgrade will do what you want to do.
  
  (4) Try to guess the pkg to be upgraded, when no pkgname is supplied
      as a command line argument.
      This can be done only when the current directory is under $PORTSDIR.
  
      Example:
  
          Running
  
              % cd /usr/ports/ftp/wget
              % portupgrade
  
          will upgrade ftp/wget.
  
  (5) The frequency of INDEX generation on official site is now sufficient,
      recommend to run "portsdb -F" (fetch INDEX from official site)
      instead of "portsdb -U" (make INDEX by yourself) in portsdb(1). [1]
  
  PR:             ports/91164
  Submitted by:   KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
  Pointed out by: Enrique Matias <cronopios at gmail dot com> [1]
  
  Revision  Changes    Path
  1.207     +2 -1      ports/sysutils/portupgrade/Makefile
  1.157     +3 -3      ports/sysutils/portupgrade/distinfo



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