From owner-cvs-all@FreeBSD.ORG Mon Jan 28 13:11:10 2008 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 61CCB16A469; Mon, 28 Jan 2008 13:11:10 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 123FF13C448; Mon, 28 Jan 2008 13:11:09 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id m0SDB95C005691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jan 2008 08:11:09 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id m0SDB8Lh005690; Mon, 28 Jan 2008 08:11:08 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Doug Barton Date: Mon, 28 Jan 2008 08:11:07 -0500 User-Agent: KMail/1.9.7 References: <200801201628.m0KGSlq6037319@repoman.freebsd.org> <200801261328.47675@aldan> <479D7578.1070504@FreeBSD.org> In-Reply-To: <479D7578.1070504@FreeBSD.org> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: Jeremy Messenger , cvs-all@freebsd.org, ports-committers@freebsd.org, Edwin Groothuis , Joe Marcus Clarke , cvs-ports@freebsd.org Subject: Re: cvs commit: ports/net/ekiga 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: Mon, 28 Jan 2008 13:11:10 -0000 On =D0=CF=CE=C5=C4=A6=CC=CF=CB 28 =D3=A6=DE=C5=CE=D8 2008, Doug Barton wrot= e: =3D > We don't need to come with anything for this case -- the timestamp on= =20 =3D > pkg-plist can (almost) always be compared with that=20 =3D > of /var/db/pkg/FOO/+CONTENTS =3D=20 =3D I beg to differ, I think it can basically never be relied on. The =3D +CONTENTS file is updated many times after the port is installed, =3D either by tools like portmaster, or by the ports infrastructure =3D itself. (Think dependency tracking via pkgdep.) Ok, so +CONTENTS is a "living document". But +COMMENT and +DESC are never=20 modified once created -- they can be relied upon... -mi