From owner-cvs-all Fri Nov 9 7:48:46 2001 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 2FD1D37B428; Fri, 9 Nov 2001 07:48:41 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA9Fmfe87973; Fri, 9 Nov 2001 07:48:41 -0800 (PST) (envelope-from knu) Message-Id: <200111091548.fA9Fmfe87973@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 9 Nov 2001 07:48:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/09 07:48:40 PST Modified files: Mk bsd.port.mk Log: Fix a quoting bug in `make describe'. - Do not shrink series of spaces. - Do not expand shell wildcards in pkg-comment. I made the code cleaner and (3-4%) faster while I was at it. Tested by: diff(1) and its option -b (Maintainer timeout) Revision Changes Path 1.387 +37 -59 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message