cvs commit: src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.h

Colin Percival cperciva at FreeBSD.org
Tue May 24 08:26:45 GMT 2005


cperciva    2005-05-24 08:26:44 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pkg_install/version main.c perform.c pkg_version.1 
                                 version.h 
  Log:
  Add an -I option to pkg_version:
  
    -I  Use only the index file for determining if a package is out of
        date.  This is much faster than using the version number from a
        port's Makefile, at the expense of potentially giving an incor-
        rect result if the index file is out of date.
  
  Without this option, the index file is only consulted if "make -V PKGNAME"
  cannot be used.
  
  Approved by:    portmgr (krion)
  
  Revision  Changes    Path
  1.5       +7 -2      src/usr.sbin/pkg_install/version/main.c
  1.12      +1 -1      src/usr.sbin/pkg_install/version/perform.c
  1.33      +6 -1      src/usr.sbin/pkg_install/version/pkg_version.1
  1.4       +1 -0      src/usr.sbin/pkg_install/version/version.h


More information about the cvs-src mailing list