Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2005 08:26:44 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.h
Message-ID:  <200505240826.j4O8QjWL034602@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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