From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 12 11:50:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66FDA16A4CE for ; Mon, 12 Jul 2004 11:50:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB7443D2D for ; Mon, 12 Jul 2004 11:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6CBoElH096032 for ; Mon, 12 Jul 2004 11:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6CBoE05096031; Mon, 12 Jul 2004 11:50:14 GMT (envelope-from gnats) Date: Mon, 12 Jul 2004 11:50:14 GMT Message-Id: <200407121150.i6CBoE05096031@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Herve Quiroz Subject: Re: ports/68769: [PATCH] devel/maven: update to 1.0.r4 and MASTER_SITE_APACHE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 11:50:14 -0000 The following reply was made to PR ports/68769; it has been noted by GNATS. From: Herve Quiroz To: Volker Stolz Cc: Rui Lopes , freebsd-gnats-submit@freebsd.org Subject: Re: ports/68769: [PATCH] devel/maven: update to 1.0.r4 and MASTER_SITE_APACHE Date: Mon, 12 Jul 2004 13:43:56 +0200 Volker, On Mon, Jul 12, 2004 at 01:19:49PM +0200, Volker Stolz wrote: > Am 09. Jul 2004 um 13:17 CEST schrieb Herve Quiroz: > > - Dynamic pkg-plist (hence I removed the maintainer target) > > Hm, I'm strongly against dynamic plist -- partly because they're > always right when something goes wrong and partly I like to look > at them occassionally. Is this *really* necessary? Not necessary at all. It's just that some other commiter (eik) just asked me for a dynamic plist for one of my ports. I'm used to 'pkg_info -L' but I agree this doesn't work with ports you don't have installed yet. Moreover, with bento runs it gets quite easy to detect when (and where) a port fails. Anyway, you are the commiter actually so you will eventually decide. I mean I really need maven 1.0rc4 in the ports tree but the rest is just plain cosmetic changes I applied because I got time to spare by then ;) ..and because I don't like to have portlint crying when I send a PR. Herve