diff options
author | demon <demon@FreeBSD.org> | 2018-08-16 21:19:52 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2018-08-16 21:19:52 +0800 |
commit | 3a2efbbc8613b111514810896f81cb191b3c64c9 (patch) | |
tree | 56fdf53549353fdcacb1924614f1e9c18c76898f /net/haproxy/Makefile | |
parent | d4a4696e10fbd030a891a714809a114201863892 (diff) | |
download | freebsd-ports-gnome-3a2efbbc8613b111514810896f81cb191b3c64c9.tar.gz freebsd-ports-gnome-3a2efbbc8613b111514810896f81cb191b3c64c9.tar.zst freebsd-ports-gnome-3a2efbbc8613b111514810896f81cb191b3c64c9.zip |
Update to version 1.8.13.
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 8b0f60e9f21e..68f0979de8e4 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.7.11 +DISTVERSION= 1.8.13 CATEGORIES= net www -MASTER_SITES= http://www.haproxy.org/download/1.7/src/ -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} +MASTER_SITES= http://www.haproxy.org/download/1.8/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer @@ -13,10 +12,7 @@ COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= GPLv2 LGPL21 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-devel-[0-9]* +CONFLICTS_INSTALL= haproxy-devel-[0-9]* haproxy17-[0-9]* USES= cpe gmake USE_RC_SUBR= haproxy |