diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
commit | dbbfc7889a8a84ad562a28d83ce75281fd19703f (patch) | |
tree | f23e8a579d549355c932d46189671753887892e7 /net-mgmt/flowd/Makefile | |
parent | Use 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/flowd/Makefile')
-rw-r--r-- | net-mgmt/flowd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |