From owner-svn-ports-all@FreeBSD.ORG Fri Oct 31 08:27:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBDA2710; Fri, 31 Oct 2014 08:27:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD748BD3; Fri, 31 Oct 2014 08:27:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9V8RbW7077617; Fri, 31 Oct 2014 08:27:37 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9V8Rbiv077614; Fri, 31 Oct 2014 08:27:37 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410310827.s9V8Rbiv077614@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 31 Oct 2014 08:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371783 - in head/net/haproxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 08:27:38 -0000 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