From owner-cvs-all@FreeBSD.ORG Thu Sep 13 18:17:01 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 DA94D16A473; Thu, 13 Sep 2007 18:17:01 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 4297113C48A; Thu, 13 Sep 2007 18:16:58 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <46E97E99.5030103@FreeBSD.org> Date: Thu, 13 Sep 2007 20:16:57 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Edwin Groothuis References: <200709101328.l8ADSDS6020847@repoman.freebsd.org> In-Reply-To: <200709101328.l8ADSDS6020847@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pauls@utdallas.edu, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/bro Makefile distinfo pkg-descr pkg-plist ports/security/bro/files patch-Conn.h patch-Makefile.in patch-Obj.cc patch-Serializer.h patch-aux-scripts-Makefile.in patch-libedit::configure patch-patricia.c patch-patricia.h ... 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: Thu, 13 Sep 2007 18:17:02 -0000 Edwin Groothuis wrote: > edwin 2007-09-10 13:28:12 UTC > > FreeBSD ports repository > > Modified files: > security/bro Makefile distinfo pkg-descr pkg-plist > security/bro/files patch-Makefile.in > Added files: > security/bro/files patch-aux-scripts-Makefile.in > patch-policy-Makefile.in > patch-policy-sigs-Makefile.in > patch-script-s2b-example-bro_files-Makefile.in > patch-scripts-Makefile.in > patch-scripts-bro-config.in > patch-scripts-bro.rc.in > patch-scripts-localnetMAC.pl > patch-scripts-perl-Makefile.PL > patch-scripts-s2b-bin-Makefile.in > patch-scripts-s2b-bro-include-Makefile.in > patch-scripts-s2b-etc-Makefile.in > patch-src-Makefile.in pkg-deinstall.in > pkg-install.in pkg-message.in > Removed files: > security/bro/files patch-Conn.h patch-Obj.cc > patch-Serializer.h > patch-libedit::configure patch-patricia.c > patch-patricia.h > Log: > security/bro, port upgrade to version 1.2.1, take over maintainership > > This is an upgrade of the security/bro port to the current > stable version. The port is very complex, so it needs to > be tested carefully to make sure that I'm not screwing > anything up or using wrong conventions. Also, I'm willing > to take over maintainership of the port if it's accepted > into the tree. > > Please note, there are several files that need to be removed > from the port and quite a few that need to be added. All > these files are in FILESDIR. I have provided blank patches > for the files that need to be removed, so the patches will > create blank files. > > Added IS_INTERACTIVE to the port > Left original freebsd header comments in it. > Next time please use one big patch-file instead of lots of little ones :-) > > PR: ports/114999 > Submitted by: Paul Schmehl Interactive ports are highly discouraged. What is the necessity for it here? Kris