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

Kirill Ponomarew krion at FreeBSD.org
Sun Jun 12 08:24:10 GMT 2005


krion       2005-06-12 08:24:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.sbin/pkg_install/version main.c perform.c pkg_version.1 
                                 version.h 
  Log:
  MFC: main.c:1.5, perform.c:1.12, pkg_version:1.33, version.h:1.4
  
    date: 2005/05/24 08:26:44;  author: cperciva;  state: Exp;  lines: +1 -0
    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.
  
  Revision  Changes    Path
  1.2.4.1   +7 -2      src/usr.sbin/pkg_install/version/main.c
  1.10.4.1  +1 -1      src/usr.sbin/pkg_install/version/perform.c
  1.27.2.2  +6 -1      src/usr.sbin/pkg_install/version/pkg_version.1
  1.3.4.1   +1 -0      src/usr.sbin/pkg_install/version/version.h


More information about the cvs-src mailing list