diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-05-21 19:11:18 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-05-21 19:11:18 +0000 |
commit | 2f133eeec5fc9d6eeb222dabc61653e60564ec28 (patch) | |
tree | f8909cfd612add9da849469b8bdba9a5c3110601 /net-mgmt/argus3 | |
parent | a0b548b96aad5b4e5f6eceb803b8c9e4df5a17b6 (diff) | |
download | ports-2f133eeec5fc9d6eeb222dabc61653e60564ec28.tar.gz ports-2f133eeec5fc9d6eeb222dabc61653e60564ec28.zip |
Notes
Diffstat (limited to 'net-mgmt/argus3')
-rw-r--r-- | net-mgmt/argus3/Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/argus3/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile index 027dbe29bb57..d1e831d7098f 100644 --- a/net-mgmt/argus3/Makefile +++ b/net-mgmt/argus3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= argus -PORTVERSION= 3.0.8 +PORTVERSION= 3.0.8.1 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ @@ -16,6 +16,8 @@ CONFLICTS= argus-2* argus-sasl-2* argus-clients-2* OPTIONS_DEFINE= SASL OPTIONS_DEFAULT=SASL +SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} USE_RC_SUBR= argus @@ -26,8 +28,11 @@ GNU_CONFIGURE= yes .if ${PORT_OPTIONS:MSASL} PKGNAMESUFFIX+= -sasl -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} +.endif + +.if ${OSVERSION} < 900000 +BUILD_DEPENDS+= ${LOCALBASE}/include/pcap.h:${PORTSDIR}/net/libpcap +CONFIGURE_ARGS+= --with-libpcap=${LOCALBASE} .endif post-patch: diff --git a/net-mgmt/argus3/distinfo b/net-mgmt/argus3/distinfo index c74b91c5a123..5137533206fd 100644 --- a/net-mgmt/argus3/distinfo +++ b/net-mgmt/argus3/distinfo @@ -1,2 +1,2 @@ -SHA256 (argus-3.0.8.tar.gz) = 335d889d288763487ad3545c09b944d7d6aa2538630d1fd72eea3704a57bf6e3 -SIZE (argus-3.0.8.tar.gz) = 1193140 +SHA256 (argus-3.0.8.1.tar.gz) = 1fb921104c8bd843fb9f5a1c32b57b20bfe8cd8a103b3f1d9bb686b9e6c490a4 +SIZE (argus-3.0.8.1.tar.gz) = 523375 |