From owner-cvs-all Sun Dec 31 3:24:18 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 31 03:24:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F160137B400; Sun, 31 Dec 2000 03:24:13 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBVBODk58207; Sun, 31 Dec 2000 03:24:13 -0800 (PST) (envelope-from will) Message-Id: <200012311124.eBVBODk58207@freefall.freebsd.org> From: Will Andrews Date: Sun, 31 Dec 2000 03:24:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts addport X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/31 03:24:13 PST Modified files: Tools/scripts addport Log: Here's my holiday present to the ports team: new -l option allows you to let portlint fill out your commit log message. It takes data from your port's Makefile and pkg-comment to generate this, then displays the resulting file and gives a chance to fix any problems. Also, change -c option to move the file to the temp directory. Since -c and -l option conflict, -l will take precedence. Move -c option down to where directories are parsed. Reviewed by: Jeremy Shaffner Revision Changes Path 1.17 +96 -20 ports/Tools/scripts/addport To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message