From owner-cvs-all@FreeBSD.ORG Fri May 25 00:09:37 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 DC7F016A46B; Fri, 25 May 2007 00:09:37 +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 CDA4E13C45B; Fri, 25 May 2007 00:09:37 +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 l4P09bOh063320; Fri, 25 May 2007 00:09:37 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4P09bw5063319; Fri, 25 May 2007 00:09:37 GMT (envelope-from linimon) Message-Id: <200705250009.l4P09bw5063319@repoman.freebsd.org> From: Mark Linimon Date: Fri, 25 May 2007 00:09:37 +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 CHANGES ports/Mk bsd.port.mk bsd.port.subdir.mk 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: Fri, 25 May 2007 00:09:38 -0000 linimon 2007-05-25 00:09:37 UTC FreeBSD ports repository Modified files: . CHANGES Mk bsd.port.mk bsd.port.subdir.mk Log: * Make 'make-deinstall-all' check for moved ports. [1] * Defined the installation directories PORTEXAMPLES and PORTDATA. [2] * Add USE_MAKESELF knob is added for ports that use the makeself archiver. [3] * Update the description of fetch-list; add targets fetch-required-list, fetch-url-list, and fetch-urlall-list. [4] * Make 'make search' also search in ports/MOVED. [5] * Move several Makevar definitions to the pre-makefile section: DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. [6] * The target 'ignorelist-verbose' was added for portsmon. [7] PR: 69965 [1], 78490 [2], 79398 [3], 86776 [4], 104161 [5], 110781 [6] Submitted by: Dancho Penev [1], mnag [2], jylefort [3], edwin [4], Lars Engels [5], Alexander Logvinov [6], linimon [7] Revision Changes Path 1.70 +23 -1 ports/CHANGES 1.568 +220 -23 ports/Mk/bsd.port.mk 1.70 +34 -5 ports/Mk/bsd.port.subdir.mk