diff options
author | Clement Laforet <clement@FreeBSD.org> | 2006-09-24 09:29:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2006-09-24 09:29:51 +0000 |
commit | e9c8f5ef63261c30713587c0c536f317b07ca9b5 (patch) | |
tree | c5a080b4c5fe67c499be4383da0ff282f1fa048f /net/haproxy/Makefile | |
parent | f0585892d91e617c123ad923582a9a88e54a23d2 (diff) |
Notes
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 60411d21eb3b..de52b16fe9fc 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -6,10 +6,9 @@ # PORTNAME= haproxy -PORTVERSION= 1.1.32 +PORTVERSION= 1.1.34 CATEGORIES= net www -MASTER_SITES= http://w.ods.org/tools/haproxy/src/ \ - http://w.ods.org/tools/haproxy/src/old/ +MASTER_SITES= http://haproxy.1wt.eu/download/1.1/src/ MAINTAINER= clement@FreeBSD.org COMMENT= High-performance and highly-robust TCP/HTTP load balancer |