aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
commitdda3fab6a50d589e03e7af3d4a1d7e541b25dd1d (patch)
tree1711a4de2edde9b0137e76902f860ab891c4f0ac /net-mgmt
parente879bf0e28bd8041b3bf436362433c7fc9f35a9c (diff)
downloadports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.tar.gz
ports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/argus-clients/Makefile4
-rw-r--r--net-mgmt/argus/Makefile4
-rw-r--r--net-mgmt/argus3-clients/Makefile3
-rw-r--r--net-mgmt/argus3/Makefile3
4 files changed, 8 insertions, 6 deletions
diff --git a/net-mgmt/argus-clients/Makefile b/net-mgmt/argus-clients/Makefile
index 0268716bdb3d..5637369ad479 100644
--- a/net-mgmt/argus-clients/Makefile
+++ b/net-mgmt/argus-clients/Makefile
@@ -7,7 +7,7 @@
PORTNAME= argus-clients
PORTVERSION= 2.0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
@@ -20,7 +20,7 @@ PORTSCOUT= ignore:1 # This is the last version of 2.0.x branch
CONFLICTS= argus-clients-3* argus-clients-sasl-3*
.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
.endif
USE_BISON= build
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile
index 9711b0e60ac2..b742d577f052 100644
--- a/net-mgmt/argus/Makefile
+++ b/net-mgmt/argus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= argus
PORTVERSION= 2.0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
@@ -20,7 +20,7 @@ PORTSCOUT= ignore:1 # This is the last version of 2.0.X branch
CONFLICTS= argus-3* argus-sasl-3*
.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
.endif
RUN_DEPENDS= ${LOCALBASE}/bin/ragrep:${PORTSDIR}/net-mgmt/argus-clients
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile
index 2d912f3bad9e..a9396afd6f8a 100644
--- a/net-mgmt/argus3-clients/Makefile
+++ b/net-mgmt/argus3-clients/Makefile
@@ -7,6 +7,7 @@
PORTNAME= argus-clients
PORTVERSION= 3.0.4.1
+PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
@@ -28,7 +29,7 @@ USE_NCURSES= yes
.if defined(WITH_SASL)
PKGNAMESUFFIX= -sasl
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
.endif
diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile
index 0837c7bd4796..48194c97be87 100644
--- a/net-mgmt/argus3/Makefile
+++ b/net-mgmt/argus3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= argus
PORTVERSION= 3.0.4
+PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
@@ -28,7 +29,7 @@ GNU_CONFIGURE= true
.if ${PORT_OPTIONS:MSASL}
PKGNAMESUFFIX= -sasl
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
.endif