Date: Tue, 16 Oct 2012 06:41:41 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305952 - head/security/bro Message-ID: <201210160641.q9G6ff8u069901@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Tue Oct 16 06:41:41 2012 New Revision: 305952 URL: http://svn.freebsd.org/changeset/ports/305952 Log: - Add missing dependency on perl - Adopt new Makefile header Feature safe: yes Modified: head/security/bro/Makefile Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Tue Oct 16 06:34:47 2012 (r305951) +++ head/security/bro/Makefile Tue Oct 16 06:41:41 2012 (r305952) @@ -1,25 +1,20 @@ -# Ports collection makefile for: bro -# Date created: Sat Feb 28, 1998 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien <obrien@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bro PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.bro-ids.org/downloads/archive/ MAINTAINER= kevlo@FreeBSD.org -COMMENT= System for detecting Network Intruders in real-time +COMMENT= System for detecting network intruders in real-time BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP -BROKEN= missing prerequisites - +USE_PERL5= yes USE_CMAKE= yes CONFIGURE_WRKSRC= ${WRKSRC}/build BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210160641.q9G6ff8u069901>