Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 23:38:15 -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:  <200211090738.gA97cF7c035982@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2002/11/08 23:38:15 PST

  Modified files:
    sysutils/portupgrade Makefile distinfo 
  Log:
  Update to 20021109.
  
  overall:
  - Allow a regular expression or glob pattern against origins as
    pkgname glob pattern.  For example, the following commands work as
    expected now:
          pkg_glob 'lang/*'
          portupgrade lang/ruby
          pkg_info ':(japanese|chinese|korean)/'
  
  - Use install(1) instead of cp(1) and chmod(1) to install modified
    data files such as +CONTENTS.
  
  pkgdb(1):
  - Add a new option --autofix, which is a shorthand of --auto --fix
    (-aF).
  
  portupgrade(1):
  - Allow specifying a directory after -L.
  
  - Auto-fix dependencies before creating a package.
  
    PR:           ports/41383
    Submitted by: Vivek Khera <khera@kciLink.com>
  
  pkgtools.conf(5):
  - Add a new configuration variable ALT_PKGDEP, which defines
    alternative dependencies, used by pkgdb -F/-aF.  This makes yet
    another step forward to eliminate the need for manual pkgdb -F's.
  
  Revision  Changes    Path
  1.158     +3 -6      ports/sysutils/portupgrade/Makefile
  1.135     +1 -0      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?200211090738.gA97cF7c035982>