Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 08:27:37 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371783 - in head/net/haproxy: . files
Message-ID:  <201410310827.s9V8Rbiv077614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Fri Oct 31 08:27:36 2014
New Revision: 371783
URL: https://svnweb.freebsd.org/changeset/ports/371783
QAT: https://qat.redports.org/buildarchive/r371783/

Log:
  Update to version 1.5.7.

Added:
  head/net/haproxy/files/patch-Makefile   (contents, props changed)
Modified:
  head/net/haproxy/Makefile
  head/net/haproxy/distinfo

Modified: head/net/haproxy/Makefile
==============================================================================
--- head/net/haproxy/Makefile	Fri Oct 31 08:20:30 2014	(r371782)
+++ head/net/haproxy/Makefile	Fri Oct 31 08:27:36 2014	(r371783)
@@ -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/
 

Modified: head/net/haproxy/distinfo
==============================================================================
--- head/net/haproxy/distinfo	Fri Oct 31 08:20:30 2014	(r371782)
+++ head/net/haproxy/distinfo	Fri Oct 31 08:27:36 2014	(r371783)
@@ -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

Added: head/net/haproxy/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/haproxy/files/patch-Makefile	Fri Oct 31 08:27:36 2014	(r371783)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410310827.s9V8Rbiv077614>