diff options
author | demon <demon@FreeBSD.org> | 2019-06-17 18:45:21 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2019-06-17 18:45:21 +0800 |
commit | 59baea4604594fdf404bb90bd4c97d84b1cf0dbd (patch) | |
tree | 7980367fcba64754267478a3ad21974e43f71cde /net/haproxy/Makefile | |
parent | b831ab355742c8b75143db6e937435c9ffc7e224 (diff) | |
download | freebsd-ports-gnome-59baea4604594fdf404bb90bd4c97d84b1cf0dbd.tar.gz freebsd-ports-gnome-59baea4604594fdf404bb90bd4c97d84b1cf0dbd.tar.zst freebsd-ports-gnome-59baea4604594fdf404bb90bd4c97d84b1cf0dbd.zip |
Update haproxy port to the latest release 2.0.0.
Keep 1.9 branch in a separate port for a while.
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 33991ba77631..fdfec68062ed 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,10 +1,10 @@ -# Created by: Clement Laforet +# Created by: Hugo Saro <hugo@barafranca.com> # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.9.8 +DISTVERSION= 2.0.0 CATEGORIES= net www -MASTER_SITES= http://www.haproxy.org/download/1.9/src/ +MASTER_SITES= http://www.haproxy.org/download/2.0/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer @@ -12,7 +12,7 @@ COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -CONFLICTS_INSTALL= haproxy-devel-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]* +CONFLICTS_INSTALL= haproxy-devel-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy |