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

(-)net-mgmt/argus3-clients.3.0.4.1/Makefile (-3 / +8 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	argus-clients
8
PORTNAME=	argus-clients
9
PORTVERSION=	3.0.2
9
PORTVERSION=	3.0.4.1
10
PORTREVISION=	1
11
CATEGORIES=	net-mgmt security
10
CATEGORIES=	net-mgmt security
12
MASTER_SITES=	http://qosient.com/argus/src/ \
11
MASTER_SITES=	http://qosient.com/argus/src/ \
13
		ftp://qosient.com/pub/argus/src/
12
		ftp://qosient.com/pub/argus/src/
Lines 18-24 Link Here
18
CONFLICTS=	argus-clients-2* argus-clients-sasl-2*
17
CONFLICTS=	argus-clients-2* argus-clients-sasl-2*
19
18
20
OPTIONS+=	SASL "SASL authentication support" on \
19
OPTIONS+=	SASL "SASL authentication support" on \
21
		MYSQL "MySQL database support" on
20
		MYSQL "MySQL database support" on \
21
		GEOIP "GeoIP library support" off
22
22
23
.include <bsd.port.options.mk>
23
.include <bsd.port.options.mk>
24
24
Lines 35-40 Link Here
35
USE_MYSQL=	yes
35
USE_MYSQL=	yes
36
.endif
36
.endif
37
37
38
.if defined(WITH_GEOIP)
39
LIB_DEPENDS+=	GeoIP:${PORTSDIR}/net/GeoIP
40
CONFIGURE_ARGS+=        --with-GeoIP=${LOCALBASE}
41
.endif
42
38
MAN1=	ra.1 rabins.1 racluster.1 racount.1 ragraph.1 rahisto.1 \
43
MAN1=	ra.1 rabins.1 racluster.1 racount.1 ragraph.1 rahisto.1 \
39
	ranonymize.1 rasort.1 rasplit.1 rastream.1 rastrip.1
44
	ranonymize.1 rasort.1 rasplit.1 rastream.1 rastrip.1
40
MAN5=	racluster.5 radium.conf.5 rarc.5
45
MAN5=	racluster.5 radium.conf.5 rarc.5
(-)net-mgmt/argus3-clients.3.0.4.1/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (argus-clients-3.0.2.tar.gz) = 68ffc169ff4d6e4c08c19522833c829b2e560ee61b779a7a4f166c1cf022a7c4
1
SHA256 (argus-clients-3.0.4.1.tar.gz) = c56cb81cc9a898f638cacd9973b43fd01e0dcca3b8c7fcaa8b8c5d0456b8b581
2
SIZE (argus-clients-3.0.2.tar.gz) = 1802627
2
SIZE (argus-clients-3.0.4.1.tar.gz) = 2116531

Return to bug 157659