From owner-cvs-all@FreeBSD.ORG Sat Jun 16 20:55:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5183416A469; Sat, 16 Jun 2007 20:55:20 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id DE3EA13C45A; Sat, 16 Jun 2007 20:55:19 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.1/8.14.1) with ESMTP id l5GKtIP1073023; Sun, 17 Jun 2007 04:55:18 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.1/8.14.1/Submit) id l5GKtIl2037739; Sun, 17 Jun 2007 04:55:18 +0800 (CST) (envelope-from rafan) Date: Sun, 17 Jun 2007 04:55:18 +0800 From: Rong-En Fan To: Kris Kennaway Message-ID: <20070616205518.GJ90716@svm.csie.ntu.edu.tw> References: <200706161925.l5GJPkGq098836@repoman.freebsd.org> <20070616202130.GA29198@rot13.obsecurity.org> <20070616202747.GP90672@droso.net> <20070616203140.GA29419@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070616203140.GA29419@rot13.obsecurity.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Rong-En Fan , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/libdasm Makefile distinfo 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: Sat, 16 Jun 2007 20:55:20 -0000 On Sat, Jun 16, 2007 at 04:31:40PM -0400, Kris Kennaway wrote: > On Sat, Jun 16, 2007 at 10:27:47PM +0200, Erwin Lansing wrote: > > On Sat, Jun 16, 2007 at 04:21:30PM -0400, Kris Kennaway wrote: > > > On Sat, Jun 16, 2007 at 07:25:46PM +0000, Rong-En Fan wrote: > > > > rafan 2007-06-16 19:25:46 UTC > > > > > > > > FreeBSD ports repository > > > > > > > > Modified files: > > > > devel/libdasm Makefile distinfo pkg-plist > > > > Log: > > > > - Update to 1.5 [1] > > > > - Replace deprecated variable: INSTALLS_SHLIB > > > > - Use PORTDOCS to simplify pkg-plist > > > > > > > > PR: ports/113760 [1] > > > > Submitted by: Antoine Brodin (maintainer) > > > > Approved by: Antoine Brodin (maintainer) > > > > > > It's reasonable to assume that changes submitted by a maintainer are > > > self-approved, so the duplication isn't necessary :) > > > > > It took me a while to parse it as well and wanted to send the same > > message, but I figured that the submitted line goes with [1] and the > > approved with the other two. The message seems right afterall, though > > confusing at best :-) > > Ah, OK. In this case we typically do something like > > Log: > - Update to 1.5 [1] > - Replace deprecated variable: INSTALLS_SHLIB [2] > - Use PORTDOCS to simplify pkg-plist [2] > > PR: ports/113760 [1] > > Submitted by: Antoine Brodin (maintainer) [1] > Approved by: Antoine Brodin (maintainer) [2] > > to disambiguate. I guess it's not important in this case though. Sorry for the confusion. Yes, the approval is for those parts indicated by [2]. Will make it more clear next time. Regards, Rong-En Fan > > Kris