From owner-cvs-all Mon May 8 0:37:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABCEE37B89B; Mon, 8 May 2000 00:37:28 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02165; Mon, 8 May 2000 00:37:28 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200005080737.AAA02165@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 8 May 2000 00:37:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts buildscript Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/05/08 00:37:28 PDT Modified files: Tools/portbuild/scripts buildscript Log: (1) Make this file callable in two phases (checksum, package) so distfiles can be fetched even if the packaging fails. This is to ensure distfiles with correct checksums can be fetched and put on ftp.FreeBSD.org before they disappear from the original master sites. (2) Delete port and all dependencies after packaging, and print out list of (a) Security-related files (set[ug]id flag set or world-writable) (b) Extra files and directories Requested by: kris (2a only) Revision Changes Path 1.5 +110 -31 ports/Tools/portbuild/scripts/buildscript To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message