diff options
author | demon <demon@FreeBSD.org> | 2014-10-31 16:27:36 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-10-31 16:27:36 +0800 |
commit | c5fcfdbfe82736b3b1f6e848e0f0b11109175092 (patch) | |
tree | 6991088f273f786024aeaf14da8b7a1ec49e866d /net/haproxy | |
parent | 45f36291aa046355523f348cb26e1a09497e96c1 (diff) | |
download | freebsd-ports-gnome-c5fcfdbfe82736b3b1f6e848e0f0b11109175092.tar.gz freebsd-ports-gnome-c5fcfdbfe82736b3b1f6e848e0f0b11109175092.tar.zst freebsd-ports-gnome-c5fcfdbfe82736b3b1f6e848e0f0b11109175092.zip |
Update to version 1.5.7.
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 2 | ||||
-rw-r--r-- | net/haproxy/distinfo | 4 | ||||
-rw-r--r-- | net/haproxy/files/patch-Makefile | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index ae7e857da508..b8206c7ea7c6 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.7 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.5/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 747c0878423d..0965e3e1d419 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.5.6.tar.gz) = 214ab89dad7e0a43cc0f1c46367ca6803cd869e1717a4fa6b99451713f91f717 -SIZE (haproxy-1.5.6.tar.gz) = 1337511 +SHA256 (haproxy-1.5.7.tar.gz) = 0ad3ef9db3e33b9345582a528063bf6e40f15159f89b26fd55ba2d4affe47e40 +SIZE (haproxy-1.5.7.tar.gz) = 1338566 diff --git a/net/haproxy/files/patch-Makefile b/net/haproxy/files/patch-Makefile new file mode 100644 index 000000000000..a42216c2cec6 --- /dev/null +++ b/net/haproxy/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2014-10-31 11:26:00.000000000 +0300 ++++ Makefile 2014-10-31 11:26:06.000000000 +0300 +@@ -540,7 +540,7 @@ + # in the usual path, use SSL_INC=/path/to/inc and SSL_LIB=/path/to/lib. + BUILD_OPTIONS += $(call ignore_implicit,USE_OPENSSL) + OPTIONS_CFLAGS += -DUSE_OPENSSL $(if $(SSL_INC),-I$(SSL_INC)) +-OPTIONS_LDFLAGS += $(if $(SSL_LIB),-L$(SSL_LIB)) -lssl -lcrypto -ldl ++OPTIONS_LDFLAGS += $(if $(SSL_LIB),-L$(SSL_LIB)) -lssl -lcrypto + OPTIONS_OBJS += src/ssl_sock.o src/shctx.o + ifneq ($(USE_PRIVATE_CACHE),) + OPTIONS_CFLAGS += -DUSE_PRIVATE_CACHE |