From owner-svn-src-user@FreeBSD.ORG Mon May 3 22:14:06 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2B4D1065673; Mon, 3 May 2010 22:14:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id C29B28FC15; Mon, 3 May 2010 22:14:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o43ME6S7017070; Mon, 3 May 2010 22:14:06 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o43ME6ed017067; Mon, 3 May 2010 22:14:06 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201005032214.o43ME6ed017067@svn.freebsd.org> From: Doug Barton Date: Mon, 3 May 2010 22:14:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r207589 - user/dougb/portmaster X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 22:14:06 -0000 Author: dougb Date: Mon May 3 22:14:06 2010 New Revision: 207589 URL: http://svn.freebsd.org/changeset/base/207589 Log: Document the --no-index-fetch option Modified: user/dougb/portmaster/portmaster.8 Modified: user/dougb/portmaster/portmaster.8 ============================================================================== --- user/dougb/portmaster/portmaster.8 Mon May 3 22:10:54 2010 (r207588) +++ user/dougb/portmaster/portmaster.8 Mon May 3 22:14:06 2010 (r207589) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 1, 2010 +.Dd May 3, 2010 .Dt PORTMASTER 8 .Os .Sh NAME @@ -41,6 +41,7 @@ Common Flags: .Op Fl -delete-packages .Op Fl -no-confirm .Op Fl -no-term-title +.Op Fl -no-index-fetch .Op --index|--index-first|--index-only .Op Fl m Ar arguments for make .Op Fl x Ar glob pattern to exclude from building @@ -432,6 +433,8 @@ do not ask the user to confirm the list be installed and/or updated before proceeding .It Fl -no-term-title do not update the xterm title bar +.It Fl -no-index-fetch +skip fetching the INDEX file .It Fl -index use INDEX-[6-9] exclusively to check if a port is up to date .It Fl -index-first @@ -660,6 +663,9 @@ along with their related options. # Do not update the xterm title bar (--no-term-title) # PM_NO_TERM_TITLE=pm_no_term_title # +# Do not fetch the INDEX file (--no-index-fetch) +# PM_NO_INDEX_FETCH=pm_no_index_fetch +# # Use only the INDEX file to check if a port is out of date (--index) # PM_INDEX=pm_index #