From f1617d4bda84256cf2feb78bbb5b146da6f0c15e Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 10 Sep 2019 23:53:48 +0200 Subject: [PATCH] net/haproxy: switch to HAProxy 2.0 release series, closes #1089 --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 7adaa721f..ef7fe1125 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 2.19 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer -PLUGIN_DEPENDS= haproxy18 +PLUGIN_DEPENDS= haproxy PLUGIN_MAINTAINER= opnsense@moov.de .include "../../Mk/plugins.mk"