From owner-cvs-all@FreeBSD.ORG Thu May 24 23:58:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AD4816A46F; Thu, 24 May 2007 23:58:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2B01E13C447; Thu, 24 May 2007 23:58:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4ONwUMN051725; Thu, 24 May 2007 23:58:30 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4ONwTow051718; Thu, 24 May 2007 23:58:29 GMT (envelope-from linimon) Message-Id: <200705242358.l4ONwTow051718@repoman.freebsd.org> From: Mark Linimon Date: Thu, 24 May 2007 23:58:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 23:58:30 -0000 linimon 2007-05-24 23:58:29 UTC FreeBSD ports repository Modified files: . Makefile Log: The default method for 'make update' is now portsnap. Previously, you had to manually select one of 3 methods: SUP_UPDATE, CVS_UPDATE, or PORTSNAP_UPDATE. The latter is now obsolete. This should help some novice administrators just-start their system. PR: ports/105835 Submitted by: erwin Revision Changes Path 1.102 +14 -8 ports/Makefile