diff options
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 6 | ||||
-rw-r--r-- | net/haproxy/distinfo | 2 |
2 files changed, 3 insertions, 5 deletions
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 |