aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2019-03-26 10:49:06 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2019-03-26 10:49:06 +0000
commit6a2c3953d1985a28836a827451ec766b02a585b7 (patch)
treeb74032f43fd8999c035f437f12ab1455399e8d15 /net/haproxy/Makefile
parentb134d1a4ac09a98483fb2d086954aa7f0180e0df (diff)
downloadports-6a2c3953d1985a28836a827451ec766b02a585b7.tar.gz
ports-6a2c3953d1985a28836a827451ec766b02a585b7.zip
Switch to 1.9 branch.
Notes
Notes: svn path=/head/; revision=496887
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r--net/haproxy/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 7914404bbf34..3163f1f3288f 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= haproxy
-DISTVERSION= 1.8.19
+DISTVERSION= 1.9.5
CATEGORIES= net www
-MASTER_SITES= http://www.haproxy.org/download/1.8/src/
+MASTER_SITES= http://www.haproxy.org/download/1.9/src/
MAINTAINER= demon@FreeBSD.org
COMMENT= Reliable, high performance TCP/HTTP load balancer
@@ -12,9 +12,9 @@ COMMENT= Reliable, high performance TCP/HTTP load balancer
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-CONFLICTS_INSTALL= haproxy-devel-[0-9]* haproxy17-[0-9]*
+CONFLICTS_INSTALL= haproxy-devel-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]*
-USES= cpe gmake
+USES= compiler:c++11-lang cpe gmake
USE_RC_SUBR= haproxy
MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \
@@ -43,7 +43,7 @@ LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NA
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
-MAKE_ARGS+= USE_REGPARM=1
+MAKE_ARGS+= USE_REGPARM=1
.endif
post-build: