diff options
author | krion <krion@FreeBSD.org> | 2003-10-22 18:32:03 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-22 18:32:03 +0800 |
commit | 03ec499cc867b36f86e55f0f1764dc7e1aceb62b (patch) | |
tree | df6f463544f4135384686bd98e391525a9205da8 /net/haproxy | |
parent | dca2fef1534a9a2c4899c42e64e899f3a167a973 (diff) | |
download | freebsd-ports-gnome-03ec499cc867b36f86e55f0f1764dc7e1aceb62b.tar.gz freebsd-ports-gnome-03ec499cc867b36f86e55f0f1764dc7e1aceb62b.tar.zst freebsd-ports-gnome-03ec499cc867b36f86e55f0f1764dc7e1aceb62b.zip |
- Update to 1.1.26
PR: 58371
Submitted by: maintainer
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 5 | ||||
-rw-r--r-- | net/haproxy/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 9b7ff12dde91..09b5f3f1ace8 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/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} ) diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 6287a8892979..edae2885182f 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1 +1 @@ -MD5 (haproxy-1.1.25.tar.gz) = dd85a2aa4d460d7ab3a88e3803da5794 +MD5 (haproxy-1.1.26.tar.gz) = a38424a7687d6d9471f52d248adeae08 |