summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-06-11 17:05:11 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-06-11 17:05:11 +0000
commit06fcab0107b6140f3858b360ea057a907bd49b06 (patch)
treeee1b349605d318961d2fedb1f486c9d975a2bb45 /net-mgmt
parentDeprecate as no longer in development (diff)
Update to 3.0.4.1
Add USE_NCURSES PR: ports/157659 Submitted by: Alexander Demin <support@spectrum.ru> (maintainer) Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=275390
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/argus3-clients/Makefile12
-rw-r--r--net-mgmt/argus3-clients/distinfo4
2 files changed, 11 insertions, 5 deletions
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile
index bf3d2b292e60..148f6e73a9a8 100644
--- a/net-mgmt/argus3-clients/Makefile
+++ b/net-mgmt/argus3-clients/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= argus-clients
-PORTVERSION= 3.0.2
-PORTREVISION= 1
+PORTVERSION= 3.0.4.1
CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
@@ -18,12 +17,14 @@ COMMENT= Client programs for the argus IP network transaction auditing tool
CONFLICTS= argus-clients-2* argus-clients-sasl-2*
OPTIONS+= SASL "SASL authentication support" on \
- MYSQL "MySQL database support" on
+ MYSQL "MySQL database support" on \
+ GEOIP "GeoIP library support" off
.include <bsd.port.options.mk>
USE_BISON= build
GNU_CONFIGURE= true
+USE_NCURSES= yes
.if defined(WITH_SASL)
PKGNAMESUFFIX= -sasl
@@ -35,6 +36,11 @@ CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
USE_MYSQL= yes
.endif
+.if defined(WITH_GEOIP)
+LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP
+CONFIGURE_ARGS+= --with-GeoIP=${LOCALBASE}
+.endif
+
MAN1= ra.1 rabins.1 racluster.1 racount.1 ragraph.1 rahisto.1 \
ranonymize.1 rasort.1 rasplit.1 rastream.1 rastrip.1
MAN5= racluster.5 radium.conf.5 rarc.5
diff --git a/net-mgmt/argus3-clients/distinfo b/net-mgmt/argus3-clients/distinfo
index 7c19a2f9a68e..e846f4309537 100644
--- a/net-mgmt/argus3-clients/distinfo
+++ b/net-mgmt/argus3-clients/distinfo
@@ -1,2 +1,2 @@
-SHA256 (argus-clients-3.0.2.tar.gz) = 68ffc169ff4d6e4c08c19522833c829b2e560ee61b779a7a4f166c1cf022a7c4
-SIZE (argus-clients-3.0.2.tar.gz) = 1802627
+SHA256 (argus-clients-3.0.4.1.tar.gz) = c56cb81cc9a898f638cacd9973b43fd01e0dcca3b8c7fcaa8b8c5d0456b8b581
+SIZE (argus-clients-3.0.4.1.tar.gz) = 2116531