From 2be92626d8bf5bab5d37afa9ded3459de7d7ffd5 Mon Sep 17 00:00:00 2001 From: beech Date: Fri, 3 Dec 2010 00:26:36 +0000 Subject: Upgrade haproxy to v1.4.10 Please check the following for changes: Changelog : http://haproxy.1wt.eu/download/1.4/src/CHANGELOG PR: ports/152749 Submitted by: Ross West (freebsd@linepoint.com) (maintainer) Approved by: itetcu (mentor) (implicit) --- net/haproxy/Makefile | 4 +++- net/haproxy/distinfo | 4 ++-- net/haproxy/files/pkg-message.in | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'net') diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 3ab22e663de..790996fefd7 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -6,13 +6,15 @@ # PORTNAME= haproxy -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.10 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ MAINTAINER= freebsd@linepoint.com COMMENT= The Reliable, High Performance TCP/HTTP Load Balancer +CONFLICTS= haproxy-devel* + LICENSE_COMB= multi LICENSE= GPLv2 LGPL21 diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 94c93b318f8..942e9ac940e 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.4.9.tar.gz) = 68565c216a39cf2e9b7dbe4775b4ede9696b324dd6d9fa962aec8fdfb6518826 -SIZE (haproxy-1.4.9.tar.gz) = 806102 +SHA256 (haproxy-1.4.10.tar.gz) = 3754c6f09e74503daf558f36f6f6eca577487e4640388ccdcb3cfb237dd6d33f +SIZE (haproxy-1.4.10.tar.gz) = 807544 diff --git a/net/haproxy/files/pkg-message.in b/net/haproxy/files/pkg-message.in index c4209088e6c..f82088041d2 100644 --- a/net/haproxy/files/pkg-message.in +++ b/net/haproxy/files/pkg-message.in @@ -4,8 +4,8 @@ ************************************************* Check the following directories for further info: - documentation: '%%DOCSDIR%%/haproxy' - examples: '%%EXAMPLESDIR%%/haproxy' + documentation: '%%DOCSDIR%%' + examples: '%%EXAMPLESDIR%%' rc.conf variables listing can be found in: '%%PREFIX%%/etc/rc.d/haproxy' -- cgit