From owner-cvs-all@FreeBSD.ORG Fri Jan 23 08:22:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F2316A4CE; Fri, 23 Jan 2004 08:22:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D74F943D31; Fri, 23 Jan 2004 08:22:26 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0NGMQ0B020735; Fri, 23 Jan 2004 08:22:26 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0NGMQGV020734; Fri, 23 Jan 2004 08:22:26 -0800 (PST) (envelope-from marcus) Message-Id: <200401231622.i0NGMQGV020734@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 23 Jan 2004 08:22:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jan 2004 16:22:27 -0000 marcus 2004/01/23 08:22:26 PST FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Fix a regression in bsd.port.mk where ports with multiple checksums per file would fail make checksum. Note: this is the simplest fix, but there is a more complete fix by eik and myself that works in the spirit of the original distinfo cleanup patch. However, that patch needs to be tested on bento first. PR: 61772 Submitted by: dinoex Revision Changes Path 1.481 +2 -2 ports/Mk/bsd.port.mk