From owner-cvs-all@FreeBSD.ORG Wed Dec 26 14:02:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6BE816A419; Wed, 26 Dec 2007 14:02:59 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from emma.lautre.net (emma.lautre.net [80.67.160.69]) by mx1.freebsd.org (Postfix) with ESMTP id 8279F13C447; Wed, 26 Dec 2007 14:02:59 +0000 (UTC) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 8A3D111423; Wed, 26 Dec 2007 14:35:55 +0100 (CET) Date: Wed, 26 Dec 2007 14:35:55 +0100 From: Thierry Thomas To: Alexey Dokuchaev Message-ID: <20071226133555.GK28599@graf.pompo.net> Mail-Followup-To: Alexey Dokuchaev , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200712261038.lBQAcMwm070718@repoman.freebsd.org> <20071226130051.GC39223@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20071226130051.GC39223@FreeBSD.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.0-BETA4 i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/bouml Makefile distinfo pkg-message ports/devel/bouml_doc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Dec 2007 14:02:59 -0000 Le Mer 26 déc 07 à 14:00:51 +0100, Alexey Dokuchaev écrivait : > $ cd /usr/ports > $ find . -type d -a \( -name \*-doc -o -name \*-docs \) | wc -l > 39 > $ find . -type d -a \( -name \*_doc -o -name \*_docs \) | wc -l > 9 > > Would you mind changing the name to `bouml-doc' or `bouml-docs'? OK, done. Note: portlint does not like hyphen in PORTNAME... -- Th. Thomas.