From owner-cvs-ports Mon Nov 10 15:53:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA08849 for cvs-ports-outgoing; Mon, 10 Nov 1997 15:53:39 -0800 (PST) (envelope-from owner-cvs-ports) Received: from coconut.itojun.org (root@coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA08836; Mon, 10 Nov 1997 15:53:33 -0800 (PST) (envelope-from itojun@itojun.org) Received: from localhost (itojun@localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.8.5/3.6Wbeta6) with ESMTP id IAA11092; Tue, 11 Nov 1997 08:53:04 +0900 (JST) To: James Raynard cc: Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: jraynard's message of Mon, 10 Nov 1997 23:19:02 GMT. <19971110231902.52149@jraynard.demon.co.uk> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: cvs commit: ports/emulators/sim Makefile ports/emulators/sim/pkg PLIST From: Jun-ichiro itojun Itoh Date: Tue, 11 Nov 1997 08:53:04 +0900 Message-ID: <11088.879205984@coconut.itojun.org> Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> asami 1997/11/10 01:18:00 PST >> Log: >> (1) Use "-", not "_", to delimit the basename and version numbers in >> PKGNAME. >> Found by: portlint >I did actually run portlint, which said >PKGNAME , which is defined via DISTNAME, must come with version number. >but I couldn't see what the problem was as it clearly had a version number! >Perhaps the message should be changed to something like >PKGNAME, which is defined via (derived from?) DISTNAME, must be in the format >-. alright I'll change the message by portlint. itojun