svn commit: r477336 - in head/net/haproxy: . files
Dmitry Sivachenko
demon at FreeBSD.org
Thu Aug 16 13:19:54 UTC 2018
Author: demon
Date: Thu Aug 16 13:19:52 2018
New Revision: 477336
URL: https://svnweb.freebsd.org/changeset/ports/477336
Log:
Update to version 1.8.13.
Deleted:
head/net/haproxy/files/patch-fix-cpuaffinity
head/net/haproxy/files/patch-src_ssl__sock.c
Modified:
head/net/haproxy/Makefile
head/net/haproxy/distinfo
Modified: head/net/haproxy/Makefile
==============================================================================
--- head/net/haproxy/Makefile Thu Aug 16 13:18:54 2018 (r477335)
+++ head/net/haproxy/Makefile Thu Aug 16 13:19:52 2018 (r477336)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= haproxy
-PORTVERSION= 1.7.11
+DISTVERSION= 1.8.13
CATEGORIES= net www
-MASTER_SITES= http://www.haproxy.org/download/1.7/src/
-DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+MASTER_SITES= http://www.haproxy.org/download/1.8/src/
MAINTAINER= demon at FreeBSD.org
COMMENT= Reliable, high performance TCP/HTTP load balancer
@@ -13,10 +12,7 @@ COMMENT= Reliable, high performance TCP/HTTP load bala
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-BROKEN_mips= fails to build: undefined reference to '__sync_sub_and_fetch_4'
-BROKEN_mips64= fails to build: undefined reference to '__sync_sub_and_fetch_4'
-
-CONFLICTS_INSTALL= haproxy-devel-[0-9]*
+CONFLICTS_INSTALL= haproxy-devel-[0-9]* haproxy17-[0-9]*
USES= cpe gmake
USE_RC_SUBR= haproxy
Modified: head/net/haproxy/distinfo
==============================================================================
--- head/net/haproxy/distinfo Thu Aug 16 13:18:54 2018 (r477335)
+++ head/net/haproxy/distinfo Thu Aug 16 13:19:52 2018 (r477336)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525108601
-SHA256 (haproxy-1.7.11.tar.gz) = d564b8e9429d1e8e13cb648bf4694926b472e36da1079df946bb732927b232ea
-SIZE (haproxy-1.7.11.tar.gz) = 1752129
+TIMESTAMP = 1532977852
+SHA256 (haproxy-1.8.13.tar.gz) = 2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1
+SIZE (haproxy-1.8.13.tar.gz) = 2063046
More information about the svn-ports-head
mailing list