From owner-cvs-all@FreeBSD.ORG Mon Sep 10 13:28:13 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 85D1016A420; Mon, 10 Sep 2007 13:28:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55F4913C46A; Mon, 10 Sep 2007 13:28:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8ADSDnZ020848; Mon, 10 Sep 2007 13:28:13 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ADSDS6020847; Mon, 10 Sep 2007 13:28:13 GMT (envelope-from edwin) Message-Id: <200709101328.l8ADSDS6020847@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 10 Sep 2007 13:28:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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: Mon, 10 Sep 2007 13:28:13 -0000 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 Revision Changes Path 1.32 +68 -24 ports/security/bro/Makefile 1.8 +3 -3 ports/security/bro/distinfo 1.3 +0 -29 ports/security/bro/files/patch-Conn.h (dead) 1.2 +32 -23 ports/security/bro/files/patch-Makefile.in 1.2 +0 -11 ports/security/bro/files/patch-Obj.cc (dead) 1.2 +0 -13 ports/security/bro/files/patch-Serializer.h (dead) 1.1 +11 -0 ports/security/bro/files/patch-aux-scripts-Makefile.in (new) 1.2 +0 -19 ports/security/bro/files/patch-libedit::configure (dead) 1.2 +0 -22 ports/security/bro/files/patch-patricia.c (dead) 1.2 +0 -11 ports/security/bro/files/patch-patricia.h (dead) 1.1 +64 -0 ports/security/bro/files/patch-policy-Makefile.in (new) 1.1 +11 -0 ports/security/bro/files/patch-policy-sigs-Makefile.in (new) 1.1 +14 -0 ports/security/bro/files/patch-script-s2b-example-bro_files-Makefile.in (new) 1.1 +92 -0 ports/security/bro/files/patch-scripts-Makefile.in (new) 1.1 +115 -0 ports/security/bro/files/patch-scripts-bro-config.in (new) 1.1 +47 -0 ports/security/bro/files/patch-scripts-bro.rc.in (new) 1.1 +15 -0 ports/security/bro/files/patch-scripts-localnetMAC.pl (new) 1.1 +18 -0 ports/security/bro/files/patch-scripts-perl-Makefile.PL (new) 1.1 +11 -0 ports/security/bro/files/patch-scripts-s2b-bin-Makefile.in (new) 1.1 +11 -0 ports/security/bro/files/patch-scripts-s2b-bro-include-Makefile.in (new) 1.1 +11 -0 ports/security/bro/files/patch-scripts-s2b-etc-Makefile.in (new) 1.1 +11 -0 ports/security/bro/files/patch-src-Makefile.in (new) 1.1 +21 -0 ports/security/bro/files/pkg-deinstall.in (new) 1.1 +25 -0 ports/security/bro/files/pkg-install.in (new) 1.1 +25 -0 ports/security/bro/files/pkg-message.in (new) 1.3 +13 -13 ports/security/bro/pkg-descr 1.5 +238 -83 ports/security/bro/pkg-plist