Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2001 15:13:00 -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
Message-ID:  <200111172313.fAHND0e36708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/11/17 15:13:00 PST

  Modified files:
    sysutils/portupgrade Makefile distinfo 
  Log:
  Update to 20011118, with steady improvements.
  
  overall:
  
  - Perform better checks on pkgname and origin.
  
  - Deprecate the use of PKGREPOSITORY and PKGREPOSITORYSUBDIR.  Use
    PACKAGES for PKGREPOSITORY and hardcode 'All'.
  
  pkg_deinstall:
  
  - -P/--preserve: Only preserve shared libraries with version numbers.
    Keeping *.so files may be harmful because it allows ld to pick them
    up and produce new binaries linked with the libraries of removed
    packages.  It is enough to only preserve *.so.* files to retain
    compatibility.
  
  portsclean:
  
  - -P/--pkgclean: Clean dead symlinks as well.
  
  - Fix the manpage: supply missing words.
  
  portupgrade:
  
  - Detect NO_LATEST_LINK and LATEST_LINK and use them to determine the
    name of the latest package to fetch.
  
  pkgdb:
  
  - Improve the score computer.  Try not to suggest a stupid guess. ;)
  
  pkg_fetch, pkg_glob, pkg_sort, pkgdb, portsdb, portversion:
  
  - Do not show help twice when -h/--help is given.
  
    Reported by:  Masami Kobayashi <masami@tncc.jp>
  
  pkgtools.conf:
  
  - Explain how to use EXTRA_CATEGORIES.
  
  Revision  Changes    Path
  1.103     +1 -1      ports/sysutils/portupgrade/Makefile
  1.95      +1 -1      ports/sysutils/portupgrade/distinfo

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?200111172313.fAHND0e36708>