aboutsummaryrefslogtreecommitdiffstats
path: root/net/haproxy-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/haproxy-devel/Makefile')
-rw-r--r--net/haproxy-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile
index 9b7ff12dde9..09b5f3f1ace 100644
--- a/net/haproxy-devel/Makefile
+++ b/net/haproxy-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= haproxy
-PORTVERSION= 1.1.25
+PORTVERSION= 1.1.26
CATEGORIES= net www
MASTER_SITES= http://w.ods.org/tools/haproxy/src/ \
http://w.ods.org/tools/haproxy/src/old/
@@ -16,7 +16,7 @@ COMMENT= High-performance and highly-robust TCP/HTTP load balancer
USE_REINPLACE= yes
-STATS_INTERVAL?= 0
+STATS_INTERVAL?= 0
CFLAGS+= -DSTATTIME=${STATS_INTERVAL}
.if defined(WITH_TPROXY)
@@ -44,7 +44,6 @@ post-patch:
do-build:
@(cd ${WRKSRC} ;\
- echo "Compiling haproxy:" ; \
echo "${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME}" ;\
${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME} )