Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2002 09:47:31 -0800 (PST)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200202041747.g14HlVl17301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2002/02/04 09:47:31 PST

  Modified files:
    sysutils/portupgrade Makefile distinfo pkg-descr pkg-plist 
  Log:
  o Update to 20020205.  The best release ever, I hope. :)
  
    pkg_deinstall(1), portupgrade(1):
  
    - Properly print the legend.
  
    pkg_glob(1), portsdb(1):
  
    - Do not print an empty line when the result list is empty.
  
    pkgdb(1):
  
    - Greatly improve the origin fixing procedure.  Do the origin
      duplicateness check before checking dependencies and avoid redoing
      the origin check.
  
    - Show the user CVS history on the spot via the CVSweb.
  
    portcvsweb(1):
  
    - Allow specifying a no longer existent port file/directory.
      "portcvsweb net/ruby-uri" now works.
  
    - Change the default BROWSER value from 'lynx' to
      'w3m:lynx:links:mozilla:netscape'.
  
    portupgrade(1):
  
    - Fix a bug where portupgrade tried to use a package with a different
      origin when the package name is identical to that of what it wants
      except for the version part.
  
    pkgdb(3):
  
    - Abolish the [You have no permission to update the pkgdb -- using a
      slow method] message.  Instead, run 'pkgdb -u' via sudo(8) when
      under portupgrade -s, or stop the process immediately with a
      message that the user must run the command as root.
  
    pkgtools.conf(5):
  
    - Allow specifying unofficial ports' origin globs in HOLD_PKGS as
      well as package globs.
  
    overall/miscellaneous:
  
    - Change --no-config to --noconfig in order to get the -q option
      really working.  Since --no-config was regarded a negative form of
      --config, it didn't work as expected.
  
    - Fix some bugs in the zsh compdefs and add missing descriptions for
      some options.
  
  o Use bzip2 instead of gzip for the distribution tarball to save 20KB.
    As the portupgrade user base is growing significantly, I'll get more
    serious about the download size issue from now on.  The next few
    releases will be distributed in patches against this version.
  
  Revision  Changes    Path
  1.116     +2 -3      ports/sysutils/portupgrade/Makefile
  1.106     +1 -1      ports/sysutils/portupgrade/distinfo
  1.18      +3 -3      ports/sysutils/portupgrade/pkg-descr
  1.26      +1 -10     ports/sysutils/portupgrade/pkg-plist

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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