diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2019-06-17 10:45:21 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2019-06-17 10:45:21 +0000 |
commit | d9ae6de127339d9c7dae889fc12efd10c6084903 (patch) | |
tree | 7980367fcba64754267478a3ad21974e43f71cde /net/haproxy17 | |
parent | lang/opencoarrays: Update to 2.7.1 (diff) |
Update haproxy port to the latest release 2.0.0.
Keep 1.9 branch in a separate port for a while.
Notes
Notes:
svn path=/head/; revision=504408
Diffstat (limited to 'net/haproxy17')
-rw-r--r-- | net/haproxy17/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy17/Makefile b/net/haproxy17/Makefile index 7d29e79f4f05..70efe359ee69 100644 --- a/net/haproxy17/Makefile +++ b/net/haproxy17/Makefile @@ -16,7 +16,7 @@ LICENSE_COMB= multi BROKEN_mips= fails to build: undefined reference to '__sync_sub_and_fetch_4' BROKEN_mips64= fails to build: undefined reference to '__sync_sub_and_fetch_4' -CONFLICTS_INSTALL= haproxy-[0-9]* haproxy-devel-[0-9]* haproxy18-[0-9]* +CONFLICTS_INSTALL= haproxy-[0-9]* haproxy-devel-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* USES= cpe gmake USE_RC_SUBR= haproxy |