diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2018-02-19 14:09:35 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2018-02-19 14:09:35 +0000 |
commit | f5205542ba666acae94b0534eaadd2cf654c4658 (patch) | |
tree | 801d4f98bb9f121d9b36c23801e56d04db2c7b71 | |
parent | Fix bunch of ports by TundraWare, which share a common set of problems (diff) |
Mark port as broken since it overwrites files from go-1.10
PR: 226039
Notes
Notes:
svn path=/head/; revision=462321
-rw-r--r-- | sysutils/beats/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/beats/Makefile b/sysutils/beats/Makefile index e0ec534790ee..035ca70c7c13 100644 --- a/sysutils/beats/Makefile +++ b/sysutils/beats/Makefile @@ -11,6 +11,8 @@ COMMENT= Collect logs locally and send to remote logstash LICENSE= APACHE20 +BROKEN= overwrites go-1.10 files, see PR-226039 + USE_GITHUB= yes GH_ACCOUNT= elastic |