summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/haproxy/Makefile4
-rw-r--r--net/haproxy/distinfo13
-rw-r--r--net/haproxy/patches/patch-Makefile10
3 files changed, 13 insertions, 14 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 8c07b120180..d2e7a86b8c3 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2016/05/16 21:44:44 morr Exp $
+# $NetBSD: Makefile,v 1.27.2.1 2016/07/14 18:31:58 bsiegert Exp $
-DISTNAME= haproxy-1.6.5
+DISTNAME= haproxy-1.6.6
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/1.6/src/
diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo
index 727902a7cf7..6797cc61fb4 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.22 2016/05/16 21:44:44 morr Exp $
+$NetBSD: distinfo,v 1.22.2.1 2016/07/14 18:31:58 bsiegert Exp $
-SHA1 (haproxy-1.6.5.tar.gz) = d9f5b6cade54d958ada2f67c6c7b97c9c8ef14ac
-RMD160 (haproxy-1.6.5.tar.gz) = 11c62455dc0e2f28209fa277f311f6f68184b2ab
-SHA512 (haproxy-1.6.5.tar.gz) = 68222f97cb9515c05c46f8650fe63c522de409118a533f90d8c03d1d09d99c21faa8d53f570313407d9f40605dec5151f5fe560280b8ba99734ffdf5bd3db03a
-Size (haproxy-1.6.5.tar.gz) = 1563272 bytes
-SHA1 (patch-Makefile) = 5618e5a15c710267b06756d529486acfdb831e5f
-SHA1 (patch-include_common_standard.h) = cc4b46e4923447a2d5d95cff2f241981ed77ad1d
+SHA1 (haproxy-1.6.6.tar.gz) = 51deaf978218518afe74240bbc800a28c5a37644
+RMD160 (haproxy-1.6.6.tar.gz) = 48c9bfa2d531e81f3d13686655b2e6c8b959785b
+SHA512 (haproxy-1.6.6.tar.gz) = 66503bb9bb33bf345d5e9351fa8a0aea2ef8c3c2870d35ee2f1e4f8e79ed66b3936e7410ce79571901a9936a2eec3695ce3080bb664200fb55040b1ef1f7f888
+Size (haproxy-1.6.6.tar.gz) = 1565046 bytes
+SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf
diff --git a/net/haproxy/patches/patch-Makefile b/net/haproxy/patches/patch-Makefile
index 49b943a163a..32ac8f1d1fd 100644
--- a/net/haproxy/patches/patch-Makefile
+++ b/net/haproxy/patches/patch-Makefile
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile,v 1.1 2016/02/01 10:07:56 jperkin Exp $
+$NetBSD: patch-Makefile,v 1.1.4.1 2016/07/14 18:31:58 bsiegert Exp $
Skip installing unnecessary documentation.
---- Makefile.orig 2015-11-03 10:22:06.000000000 +0000
+--- Makefile.orig 2016-06-26 17:41:01.000000000 +0000
+++ Makefile
-@@ -801,9 +801,6 @@ DOCUMENTATION = $(filter-out $(EXCLUDE_D
+@@ -812,9 +812,6 @@ DOCUMENTATION = $(filter-out $(EXCLUDE_D
install-doc:
install -d "$(DESTDIR)$(DOCDIR)"
@@ -12,5 +12,5 @@ Skip installing unnecessary documentation.
- install -m 644 doc/$$x.txt "$(DESTDIR)$(DOCDIR)" ; \
- done
- install-bin: haproxy $(EXTRA)
- install -d "$(DESTDIR)$(SBINDIR)"
+ install-bin:
+ @for i in haproxy $(EXTRA); do \