diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-12 06:27:42 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-12 06:27:42 +0800 |
commit | 1ae7d854073cbe57da6450f66762961c3faccf74 (patch) | |
tree | d5310ecc145374c21ef5cd18b32abb4af58f9455 /security | |
parent | 955790ab976d6b90d0c14bf38e957a589be83a6e (diff) | |
download | freebsd-ports-gnome-1ae7d854073cbe57da6450f66762961c3faccf74.tar.gz freebsd-ports-gnome-1ae7d854073cbe57da6450f66762961c3faccf74.tar.zst freebsd-ports-gnome-1ae7d854073cbe57da6450f66762961c3faccf74.zip |
- Update to 1.5.3
- Mark MAKE_JOBS_UNSAFE
- Remove < 7.0
PR: ports/160897
Submitted by: Dikshie <dikshie@sfc.wide.ad.jp>
Approved by: maintainer timeout (kevlo ; 141 days)
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 17 | ||||
-rw-r--r-- | security/bro/distinfo | 4 |
2 files changed, 9 insertions, 12 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index e601208bd9c1..0fc4eaf7ff68 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -6,13 +6,15 @@ # PORTNAME= bro -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.3 CATEGORIES= security -MASTER_SITES= ftp://bro-ids.org/ +MASTER_SITES= ftp://ftp.bro-ids.org/ MAINTAINER= kevlo@FreeBSD.org COMMENT= System for detecting Network Intruders in real-time +MAKE_JOBS_UNSAFE= yes + USE_PERL5= yes LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP @@ -21,14 +23,9 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-perftools \ --disable-broccoli \ - --disable-broctl + --disable-broctl \ + --enable-brov6 LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not package -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/bro/distinfo b/security/bro/distinfo index 95eb32a94768..a70dca971da5 100644 --- a/security/bro/distinfo +++ b/security/bro/distinfo @@ -1,2 +1,2 @@ -SHA256 (bro-1.5.1.tar.gz) = 9e9a34af14b6466c7253ce1d03bfd3ef586e3f765902d43981212db3de585a48 -SIZE (bro-1.5.1.tar.gz) = 4327064 +SHA256 (bro-1.5.3.tar.gz) = 7ccb657d38e00cfa2d07f067ad701189e1ac238610089e67f6b4023734adf80e +SIZE (bro-1.5.3.tar.gz) = 4441838 |