diff options
author | beech <beech@FreeBSD.org> | 2010-12-03 08:26:36 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2010-12-03 08:26:36 +0800 |
commit | 2be92626d8bf5bab5d37afa9ded3459de7d7ffd5 (patch) | |
tree | 3a743a0a66dd6c7ee3c36afd35a1d8931deb8d7a /net | |
parent | 00feeb1de4e7a4001bb7636bce9b69d2272e09eb (diff) | |
download | freebsd-ports-graphics-2be92626d8bf5bab5d37afa9ded3459de7d7ffd5.tar.gz freebsd-ports-graphics-2be92626d8bf5bab5d37afa9ded3459de7d7ffd5.tar.zst freebsd-ports-graphics-2be92626d8bf5bab5d37afa9ded3459de7d7ffd5.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy/Makefile | 4 | ||||
-rw-r--r-- | net/haproxy/distinfo | 4 | ||||
-rw-r--r-- | net/haproxy/files/pkg-message.in | 4 |
3 files changed, 7 insertions, 5 deletions
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' |