From 58dd22594e1ac3be054180b6ff8c1d2c8fccc567 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Tue, 28 Oct 2003 12:47:30 +0000 Subject: [PATCH] - Update to 1.1.27: A problem has been fixed where the HTTP health check code assumed that the request was still of fixed length, which is obviously wrong since it became configurable. This could make HTTP health checks fail on non-default configurations. - While I'm here: - similify do-build target: remove use of subshell - fix portlint warning PR: 58614 Submmitted by: maintainer Approved by: krion (implicit) --- net/haproxy-devel/Makefile | 6 ++---- net/haproxy-devel/distinfo | 2 +- net/haproxy/Makefile | 6 ++---- net/haproxy/distinfo | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index 09b5f3f1ace8..56467a503e8f 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= haproxy -PORTVERSION= 1.1.26 +PORTVERSION= 1.1.27 CATEGORIES= net www MASTER_SITES= http://w.ods.org/tools/haproxy/src/ \ http://w.ods.org/tools/haproxy/src/old/ @@ -43,9 +43,7 @@ post-patch: @${REINPLACE_CMD} -e 's!localtime(!localtime((time_t *)!' ${WRKSRC}/haproxy.c do-build: - @(cd ${WRKSRC} ;\ - echo "${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME}" ;\ - ${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME} ) + cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${PREFIX}/sbin diff --git a/net/haproxy-devel/distinfo b/net/haproxy-devel/distinfo index edae2885182f..a4f1ac0197a4 100644 --- a/net/haproxy-devel/distinfo +++ b/net/haproxy-devel/distinfo @@ -1 +1 @@ -MD5 (haproxy-1.1.26.tar.gz) = a38424a7687d6d9471f52d248adeae08 +MD5 (haproxy-1.1.27.tar.gz) = 8379ebfc91a5fbf1f49ca65e36b460af diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 09b5f3f1ace8..56467a503e8f 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= haproxy -PORTVERSION= 1.1.26 +PORTVERSION= 1.1.27 CATEGORIES= net www MASTER_SITES= http://w.ods.org/tools/haproxy/src/ \ http://w.ods.org/tools/haproxy/src/old/ @@ -43,9 +43,7 @@ post-patch: @${REINPLACE_CMD} -e 's!localtime(!localtime((time_t *)!' ${WRKSRC}/haproxy.c do-build: - @(cd ${WRKSRC} ;\ - echo "${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME}" ;\ - ${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME} ) + cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${PREFIX}/sbin diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index edae2885182f..a4f1ac0197a4 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1 +1 @@ -MD5 (haproxy-1.1.26.tar.gz) = a38424a7687d6d9471f52d248adeae08 +MD5 (haproxy-1.1.27.tar.gz) = 8379ebfc91a5fbf1f49ca65e36b460af