aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-10-28 20:47:30 +0800
committerSergei Kolobov <sergei@FreeBSD.org>2003-10-28 20:47:30 +0800
commit58dd22594e1ac3be054180b6ff8c1d2c8fccc567 (patch)
tree775bb075ab646aeb84abbf0efe234998087449e6 /net
parentfbe9f7ffc622980590189de2c080b6a39add3b37 (diff)
downloadfreebsd-ports-gnome-58dd22594e1ac3be054180b6ff8c1d2c8fccc567.tar.gz
freebsd-ports-gnome-58dd22594e1ac3be054180b6ff8c1d2c8fccc567.tar.zst
freebsd-ports-gnome-58dd22594e1ac3be054180b6ff8c1d2c8fccc567.zip
- 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)
Diffstat (limited to 'net')
-rw-r--r--net/haproxy-devel/Makefile6
-rw-r--r--net/haproxy-devel/distinfo2
-rw-r--r--net/haproxy/Makefile6
-rw-r--r--net/haproxy/distinfo2
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