From owner-cvs-all Sun Apr 16 4:35:58 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 1184437B831; Sun, 16 Apr 2000 04:35:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA66095; Sun, 16 Apr 2000 04:35:54 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200004161135.EAA66095@freefall.freebsd.org> From: Satoshi Asami Date: Sun, 16 Apr 2000 04:35:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/04/16 04:35:54 PDT Modified files: Mk bsd.port.mk Log: (1) Do not accept old-style ports anymore. PORTNAME/PORTVERSION is now required. (2) Check whether a distfile is in files/md5 before fetching instead of after. Also print out a distinct message so we can easily catch someone screwing up the distfile list (usually via DISTNAME). Revision Changes Path 1.336 +10 -12 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message