aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-03-17 05:21:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-03-17 05:21:05 +0000
commit768dd7c392e726cf2862af1a387feca1761120fa (patch)
tree0fda0910862e24fef22a13776c3bc23a39902054 /net-mgmt
parent6e9e4a6ed8e68b01360049e69f58bf743439d301 (diff)
downloadports-768dd7c392e726cf2862af1a387feca1761120fa.tar.gz
ports-768dd7c392e726cf2862af1a387feca1761120fa.zip
- Set / Update Portscout flags
- Pass maintainership to submitter PR: 166062 166105 166112 166113 166114 166115 166141 166154 166155 166156 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=293439
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/argus-clients/Makefile6
-rw-r--r--net-mgmt/argus/Makefile4
-rw-r--r--net-mgmt/flow-tools/Makefile4
-rw-r--r--net-mgmt/netxms/Makefile4
4 files changed, 13 insertions, 5 deletions
diff --git a/net-mgmt/argus-clients/Makefile b/net-mgmt/argus-clients/Makefile
index 913c75ceb795..0268716bdb3d 100644
--- a/net-mgmt/argus-clients/Makefile
+++ b/net-mgmt/argus-clients/Makefile
@@ -12,9 +12,11 @@ CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Client programs for the argus IP network transaction auditing tool
+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)
@@ -25,7 +27,7 @@ USE_BISON= build
GNU_CONFIGURE= true
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
.if defined(WITH_SASL)
-CONFIGURE_ARGS+= --with-sasl=${PREFIX}
+CONFIGURE_ARGS+= --with-sasl=${PREFIX}
CFLAGS+= -I${PREFIX}/include/sasl
.endif
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile
index 67fd13ec5c6e..9711b0e60ac2 100644
--- a/net-mgmt/argus/Makefile
+++ b/net-mgmt/argus/Makefile
@@ -12,9 +12,11 @@ CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= A generic IP network transaction auditing tool
+PORTSCOUT= ignore:1 # This is the last version of 2.0.X branch
+
CONFLICTS= argus-3* argus-sasl-3*
.if defined(WITH_SASL)
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile
index 18deacc6e5b7..cbdf19db7120 100644
--- a/net-mgmt/flow-tools/Makefile
+++ b/net-mgmt/flow-tools/Makefile
@@ -11,9 +11,11 @@ PORTREVISION= 7
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Suite of tools and library to work with netflow data
+PORTSCOUT= skipv:0.411
+
OPTIONS= MYSQL "Enable MySQL support" off \
OPENSSL "Enable OpenSSL support" off \
PGSQL "Enable PostgreSQL support" off
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile
index c80297d22271..461176028082 100644
--- a/net-mgmt/netxms/Makefile
+++ b/net-mgmt/netxms/Makefile
@@ -11,12 +11,14 @@ PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://www.netxms.org/download/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Network monitoring system
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
+PORTSCOUT= limit:^1\.0\.[0-9]* # 1.1.X branch is Development Branch
+
OPTIONS= SERVER "Install NetXMS server & agent" off \
CLIENT "Install NetXMS client" on \
AGENT "Install NetXMS agent" on \