Date: Fri, 19 Mar 2021 18:59:51 +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: r568808 - in head/net/haproxy17: . files Message-ID: <202103191859.12JIxpQA010857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Fri Mar 19 18:59:51 2021 New Revision: 568808 URL: https://svnweb.freebsd.org/changeset/ports/568808 Log: Update to version 1.7.13. Added: head/net/haproxy17/files/patch-ebtree-ebtree.h (contents, props changed) Modified: head/net/haproxy17/Makefile head/net/haproxy17/distinfo Modified: head/net/haproxy17/Makefile ============================================================================== --- head/net/haproxy17/Makefile Fri Mar 19 18:00:28 2021 (r568807) +++ head/net/haproxy17/Makefile Fri Mar 19 18:59:51 2021 (r568808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.7.12 +PORTVERSION= 1.7.13 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.7/src/ PKGNAMESUFFIX= 17 Modified: head/net/haproxy17/distinfo ============================================================================== --- head/net/haproxy17/distinfo Fri Mar 19 18:00:28 2021 (r568807) +++ head/net/haproxy17/distinfo Fri Mar 19 18:59:51 2021 (r568808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571998217 -SHA256 (haproxy-1.7.12.tar.gz) = 4118178b553a107b227f3f84774c7a50ae0b3ac2be39211c3db511ed4efe48ce -SIZE (haproxy-1.7.12.tar.gz) = 1760527 +TIMESTAMP = 1616176335 +SHA256 (haproxy-1.7.13.tar.gz) = 53ae3ae722236a56cc8b584bf1f8ef422fc40e9ce032d244e256c486c1713600 +SIZE (haproxy-1.7.13.tar.gz) = 1766574 Added: head/net/haproxy17/files/patch-ebtree-ebtree.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/haproxy17/files/patch-ebtree-ebtree.h Fri Mar 19 18:59:51 2021 (r568808) @@ -0,0 +1,10 @@ +--- ebtree/ebtree.h.orig 2021-03-19 17:56:33.131201000 +0000 ++++ ebtree/ebtree.h 2021-03-19 17:54:50.584874000 +0000 +@@ -247,6 +247,7 @@ + #define _EBTREE_H + + #include <stdlib.h> ++#include <unistd.h> + #include "compiler.h" + + static inline int flsnz8_generic(unsigned int x)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103191859.12JIxpQA010857>