aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2010-11-01 07:26:04 +0800
committerohauer <ohauer@FreeBSD.org>2010-11-01 07:26:04 +0800
commit87c2df581616a4b9f3273bd1cedbc2aaca685162 (patch)
treec4ed01e8a858d2439c9d8a1776d4402d333c0882
parent768cd705f3e50c9a91f6c6cb99f1e660e7903841 (diff)
downloadfreebsd-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)
-rw-r--r--net/haproxy/Makefile5
-rw-r--r--net/haproxy/distinfo5
-rw-r--r--net/haproxy/pkg-plist7
3 files changed, 10 insertions, 7 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
diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo
index 39fa02ffe644..94c93b318f8a 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,3 +1,2 @@
-MD5 (haproxy-1.4.8.tar.gz) = 104f4985b37bd9bac7a33e20fb6aaadf
-SHA256 (haproxy-1.4.8.tar.gz) = 707487ade815cbd37492d91a014f9a5b3ac313e5b4cb31e2d7c4d2a16f4a23f1
-SIZE (haproxy-1.4.8.tar.gz) = 778220
+SHA256 (haproxy-1.4.9.tar.gz) = 68565c216a39cf2e9b7dbe4775b4ede9696b324dd6d9fa962aec8fdfb6518826
+SIZE (haproxy-1.4.9.tar.gz) = 806102
diff --git a/net/haproxy/pkg-plist b/net/haproxy/pkg-plist
index d67f01d22f02..85f3319ee270 100644
--- a/net/haproxy/pkg-plist
+++ b/net/haproxy/pkg-plist
@@ -20,6 +20,7 @@ sbin/haproxy
%%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt
%%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt
%%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt
+%%PORTDOCS%%%%DOCSDIR%%/internals/http-cookies.txt
%%PORTDOCS%%%%DOCSDIR%%/internals/http-docs.txt
%%PORTDOCS%%%%DOCSDIR%%/internals/http-parsing.txt
%%PORTDOCS%%%%DOCSDIR%%/internals/naming.txt
@@ -29,9 +30,6 @@ sbin/haproxy
%%PORTDOCS%%%%DOCSDIR%%/internals/todo.cttproxy
%%PORTDOCS%%%%DOCSDIR%%/lgpl.txt
%%PORTDOCS%%%%DOCSDIR%%/queuing.fig
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/internals
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/design-thoughts
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl-content-sw.cfg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth.cfg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/build.cfg
@@ -68,3 +66,6 @@ sbin/haproxy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/url-switching.cfg
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/errorfiles
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/internals
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/design-thoughts
+%%PORTDOCS%%@dirrm %%DOCSDIR%%