View | Details | Raw Unified | Return to bug 176176
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	barnyard2
3
PORTNAME=	barnyard2
4
PORTVERSION=	1.11
4
PORTVERSION=	1.12
5
CATEGORIES=	security
5
CATEGORIES=	security
6
6
7
MAINTAINER=	pauls@utdallas.edu
7
MAINTAINER=	pauls@utdallas.edu
Lines 13-19 Link Here
13
GH_ACCOUNT=	firnsy
13
GH_ACCOUNT=	firnsy
14
GH_PROJECT=	${PORTNAME}
14
GH_PROJECT=	${PORTNAME}
15
GH_TAGNAME=	v2-${PORTVERSION}
15
GH_TAGNAME=	v2-${PORTVERSION}
16
GH_COMMIT=	4dfdc80
16
GH_COMMIT=	3c1f553
17
17
18
OPTIONS_DEFINE=	64BIT ARUBA BRO GRE IPV6 MPLS MYSQL MYSQL_SSL ODBC PRELUDE PGSQL
18
OPTIONS_DEFINE=	64BIT ARUBA BRO GRE IPV6 MPLS MYSQL MYSQL_SSL ODBC PRELUDE PGSQL
19
NO_OPTIONS_SORT=yes
19
NO_OPTIONS_SORT=yes
Lines 62-68 Link Here
62
.endif
62
.endif
63
63
64
.if ${PORT_OPTIONS:MBRO}
64
.if ${PORT_OPTIONS:MBRO}
65
BROKEN=			Will not compile until bro update is committed - deselect this option
65
BROKEN=			The Bro port is in transition right now, so this is not supported yet
66
BUILD_DEPENDS+=		bro:${PORTSDIR}/security/bro-barnyard2
66
BUILD_DEPENDS+=		bro:${PORTSDIR}/security/bro-barnyard2
67
CONFIGURE_ARGS+=	--enable-bro --with-broccoli=${LOCALBASE}/lib
67
CONFIGURE_ARGS+=	--enable-bro --with-broccoli=${LOCALBASE}/lib
68
.else
68
.else
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (barnyard2-1.11.tar.gz) = 345d6dfd7f88cc7d72258338e2db0fa05499dc434c0fe33b685d998f497f2bcd
1
SHA256 (barnyard2-1.12.tar.gz) = 30b31ec4ad1d2c05493f10e082496b42111807497443f01bb2648859eff246a9
2
SIZE (barnyard2-1.11.tar.gz) = 425392
2
SIZE (barnyard2-1.12.tar.gz) = 425744

Return to bug 176176