summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-09-14 15:59:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-09-14 15:59:34 +0000
commitdbbfc7889a8a84ad562a28d83ce75281fd19703f (patch)
treef23e8a579d549355c932d46189671753887892e7 /net-mgmt
parentUse the correct syntax for PORTSCOUT. (diff)
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=422140
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flow-tools-ng/Makefile2
-rw-r--r--net-mgmt/flowd/Makefile3
-rw-r--r--net-mgmt/hastmon/Makefile2
-rw-r--r--net-mgmt/p5-SNMP_Session/Makefile2
-rw-r--r--net-mgmt/py-flowtools/Makefile2
-rw-r--r--net-mgmt/py-pyang/Makefile2
6 files changed, 11 insertions, 2 deletions
diff --git a/net-mgmt/flow-tools-ng/Makefile b/net-mgmt/flow-tools-ng/Makefile
index 520ed51bfa64..85275d7313b9 100644
--- a/net-mgmt/flow-tools-ng/Makefile
+++ b/net-mgmt/flow-tools-ng/Makefile
@@ -13,6 +13,8 @@ COMMENT= Suite of tools and library to work with netflow data
LICENSE= BSD2CLAUSE
+BROKEN= Unfetchable (google code has gone away)
+
OPTIONS_DEFINE= MYSQL OPENSSL PGSQL
PGSQL_CONFIGURE_OFF= --without-postgresql
PGSQL_CONFIGURE_ON= --with-postgresql
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile
index d05deeac985a..9e045454b551 100644
--- a/net-mgmt/flowd/Makefile
+++ b/net-mgmt/flowd/Makefile
@@ -5,8 +5,7 @@ PORTNAME= flowd
PORTVERSION= 0.9.1
PORTREVISION= 3
CATEGORIES= net-mgmt ipv6
-MASTER_SITES= GOOGLE_CODE \
- http://www2.mindrot.org/files/flowd/
+MASTER_SITES= http://www2.mindrot.org/files/flowd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Small, fast, and secure NetFlow collector
diff --git a/net-mgmt/hastmon/Makefile b/net-mgmt/hastmon/Makefile
index e6ede4ae126a..eb9e6061700f 100644
--- a/net-mgmt/hastmon/Makefile
+++ b/net-mgmt/hastmon/Makefile
@@ -11,6 +11,8 @@ COMMENT= Cluster monitoring daemon
LICENSE= BSD2CLAUSE
+BROKEN= Unfetchable (google code has gone away)
+
BUILD_DEPENDS= mk-configure>=0.20:devel/mk-configure
USES= ssl
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile
index c85ca478a401..eeed5c5287db 100644
--- a/net-mgmt/p5-SNMP_Session/Makefile
+++ b/net-mgmt/p5-SNMP_Session/Makefile
@@ -12,6 +12,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module providing rudimentary access to SNMPv1 and v2 agents
+BROKEN= Unfetchable (google code has gone away)
+
USES= perl5
USE_PERL5= configure
diff --git a/net-mgmt/py-flowtools/Makefile b/net-mgmt/py-flowtools/Makefile
index d317d9b0d1e6..d0e5f72394b9 100644
--- a/net-mgmt/py-flowtools/Makefile
+++ b/net-mgmt/py-flowtools/Makefile
@@ -12,6 +12,8 @@ DISTNAME= pyflowtools-${PORTVERSION}
MAINTAINER= novel@FreeBSD.org
COMMENT= Python extension module for reading flow-tools' data
+BROKEN= Unfetchable (google code has gone away)
+
BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:net-mgmt/flow-tools
LICENSE= GPLv2
diff --git a/net-mgmt/py-pyang/Makefile b/net-mgmt/py-pyang/Makefile
index c6325c90236b..d0bb56f2660b 100644
--- a/net-mgmt/py-pyang/Makefile
+++ b/net-mgmt/py-pyang/Makefile
@@ -12,6 +12,8 @@ COMMENT= Validator and code generator for YANG (RFC 4741)
LICENSE= MIT
+BROKEN= Unfetchable (google code has gone away)
+
USES= python
USE_PYTHON= distutils