diff options
author | ohauer <ohauer@FreeBSD.org> | 2010-11-01 07:26:04 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2010-11-01 07:26:04 +0800 |
commit | 87c2df581616a4b9f3273bd1cedbc2aaca685162 (patch) | |
tree | c4ed01e8a858d2439c9d8a1776d4402d333c0882 /net/haproxy/Makefile | |
parent | 768cd705f3e50c9a91f6c6cb99f1e660e7903841 (diff) | |
download | freebsd-ports-gnome-87c2df581616a4b9f3273bd1cedbc2aaca685162.tar.gz freebsd-ports-gnome-87c2df581616a4b9f3273bd1cedbc2aaca685162.tar.zst freebsd-ports-gnome-87c2df581616a4b9f3273bd1cedbc2aaca685162.zip |
- update haproxy to version v1.4.9
Many updates and some fixes too!
changelog : http://haproxy.1wt.eu/download/1.4/src/CHANGELOG
PR: 151814
Submitted by: maintainer (Ross West <freebsd _at_ linepoint.com>)
Approved by: glarkin (mentor, implicit)
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index acb16057a768..3ab22e663dea 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -6,13 +6,16 @@ # PORTNAME= haproxy -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 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 +LICENSE_COMB= multi +LICENSE= GPLv2 LGPL21 + USE_RC_SUBR= haproxy USE_GMAKE= YES SUB_FILES= pkg-message |