diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-11-15 11:03:17 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-11-15 11:03:17 +0000 |
commit | 43c6be92f60b3fa0255d8ddcfc0ec7a7b3d8e58a (patch) | |
tree | 686b65be68cdee7b6937b2924051a74459a7e83d /net/haproxy | |
parent | 6b8a5ac27e853d04f1176ed1c26effcb20a7868c (diff) | |
download | ports-43c6be92f60b3fa0255d8ddcfc0ec7a7b3d8e58a.tar.gz ports-43c6be92f60b3fa0255d8ddcfc0ec7a7b3d8e58a.zip |
Notes
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 4 | ||||
-rw-r--r-- | net/haproxy/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 76d0fbdf5a0c..664ee361f061 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= haproxy -PORTVERSION= 1.1.28 +PORTVERSION= 1.1.29 CATEGORIES= net www MASTER_SITES= http://w.ods.org/tools/haproxy/src/ \ http://w.ods.org/tools/haproxy/src/old/ @@ -32,7 +32,7 @@ CFLAGS+= -DUSE_PCRE -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lpcreposix -lpcre .endif -pre-fetch: +pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Available options:" @${ECHO_MSG} "WITH_PCRE: Use pcre regex engine" diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index ec41d4736fe0..e6e40fdddca2 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,2 +1,2 @@ -MD5 (haproxy-1.1.28.tar.gz) = 193ff4d73dfc503bf6e7b8e4cd825e5e -SIZE (haproxy-1.1.28.tar.gz) = 97764 +MD5 (haproxy-1.1.29.tar.gz) = ff904e632fe8f5c6ebfdeba8000f678d +SIZE (haproxy-1.1.29.tar.gz) = 102557 |