diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-22 10:32:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-22 10:32:03 +0000 |
commit | 97b9bb2161b6fb973be0867b62fca8bd65aec235 (patch) | |
tree | 0e8517f9bdb5239a672816d9bc529a1f0446c47e /net/haproxy | |
parent | - Don't use internal libintl (diff) |
- Update to 1.1.26
PR: 58371
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=91889
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 |