diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2022-05-17 11:07:32 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2022-05-17 11:07:32 +0000 |
commit | b1c888bb648710325e9dd9978278255755e9d681 (patch) | |
tree | 401ec475190c1c6039b4fc4888b2fef99b5a3a0d /net/haproxy20 | |
parent | da355f6af6827e5e56e8df5b6c3e1703756f1fdc (diff) | |
download | ports-b1c888bb648710325e9dd9978278255755e9d681.tar.gz ports-b1c888bb648710325e9dd9978278255755e9d681.zip |
net/haproxy: remove ports for obsoleted versions 1.9 and 2.1.
Diffstat (limited to 'net/haproxy20')
-rw-r--r-- | net/haproxy20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy20/Makefile b/net/haproxy20/Makefile index de413a9b5b89..ec748088bf35 100644 --- a/net/haproxy20/Makefile +++ b/net/haproxy20/Makefile @@ -12,7 +12,7 @@ COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy18 haproxy19 haproxy21 +CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy18 USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy |