svn commit: r404621 - head/net/haproxy

Dmitry Sivachenko demon at FreeBSD.org
Mon Dec 28 11:35:17 UTC 2015


Author: demon
Date: Mon Dec 28 11:35:16 2015
New Revision: 404621
URL: https://svnweb.freebsd.org/changeset/ports/404621

Log:
  Update to version 1.6.3.

Modified:
  head/net/haproxy/Makefile
  head/net/haproxy/distinfo

Modified: head/net/haproxy/Makefile
==============================================================================
--- head/net/haproxy/Makefile	Mon Dec 28 09:55:17 2015	(r404620)
+++ head/net/haproxy/Makefile	Mon Dec 28 11:35:16 2015	(r404621)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	haproxy
-PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTVERSION=	1.6.3
 CATEGORIES=	net www
 MASTER_SITES=	http://www.haproxy.org/download/1.6/src/
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
@@ -43,7 +42,7 @@ MAKE_ARGS+=	USE_PCRE=1 USE_PCRE_JIT=1
 
 .if ${PORT_OPTIONS:MSPCRE}
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
-MAKE_ARGS+=	USE_STATIC_PCRE=1 USE_PCRE_JIT=1
+MAKE_ARGS+=	USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1
 .endif
 
 .if ${PORT_OPTIONS:MDEVICEATLAS}

Modified: head/net/haproxy/distinfo
==============================================================================
--- head/net/haproxy/distinfo	Mon Dec 28 09:55:17 2015	(r404620)
+++ head/net/haproxy/distinfo	Mon Dec 28 11:35:16 2015	(r404621)
@@ -1,4 +1,4 @@
-SHA256 (haproxy-1.6.2.tar.gz) = bd4a7eee79e1bfd25af59d956bb60e82acbb6f146f3fb3b30636036f4c9548d3
-SIZE (haproxy-1.6.2.tar.gz) = 1538976
+SHA256 (haproxy-1.6.3.tar.gz) = fd06b45054cde2c69cb3322dfdd8a4bcfc46eb9d0c4b36d20d3ea19d84e338a7
+SIZE (haproxy-1.6.3.tar.gz) = 1555861
 SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974
 SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286


More information about the svn-ports-all mailing list