Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 20:26: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: r556675 - in head/net: . haproxy23
Message-ID:  <202011302026.0AUKQp0u010432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Mon Nov 30 20:26:50 2020
New Revision: 556675
URL: https://svnweb.freebsd.org/changeset/ports/556675

Log:
  Add a port for haproxy version 2.3

Added:
  head/net/haproxy23/
     - copied from r556674, head/net/haproxy-devel/
Modified:
  head/net/Makefile
  head/net/haproxy23/Makefile
  head/net/haproxy23/distinfo
  head/net/haproxy23/pkg-descr

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Nov 30 20:20:36 2020	(r556674)
+++ head/net/Makefile	Mon Nov 30 20:26:50 2020	(r556675)
@@ -232,6 +232,7 @@
     SUBDIR += haproxy19
     SUBDIR += haproxy20
     SUBDIR += haproxy21
+    SUBDIR += haproxy23
     SUBDIR += hblock
     SUBDIR += hexinject
     SUBDIR += hlmaster

Modified: head/net/haproxy23/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Mon Nov 30 20:20:36 2020	(r556674)
+++ head/net/haproxy23/Makefile	Mon Nov 30 20:26:50 2020	(r556675)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	haproxy
-DISTVERSION=	2.3-dev9
+DISTVERSION=	2.3.2
 CATEGORIES=	net www
-MASTER_SITES=	http://www.haproxy.org/download/2.3/src/devel/
-PKGNAMESUFFIX=	-devel
-DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+PKGNAMESUFFIX=	23
+MASTER_SITES=	http://www.haproxy.org/download/2.3/src/
 
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Reliable, high performance TCP/HTTP load balancer

Modified: head/net/haproxy23/distinfo
==============================================================================
--- head/net/haproxy-devel/distinfo	Mon Nov 30 20:20:36 2020	(r556674)
+++ head/net/haproxy23/distinfo	Mon Nov 30 20:26:50 2020	(r556675)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604174347
-SHA256 (haproxy-2.3-dev9.tar.gz) = 7c5e246dd7cf4bb7b93db36e9ae0b420b6db12725c0264604335659fe5f1e425
-SIZE (haproxy-2.3-dev9.tar.gz) = 2891354
+TIMESTAMP = 1606767830
+SHA256 (haproxy-2.3.2.tar.gz) = 99cb73bb791a2cd18898d0595e14fdc820a6cbd622c762f4ed83f2884d038fd5
+SIZE (haproxy-2.3.2.tar.gz) = 2903983

Modified: head/net/haproxy23/pkg-descr
==============================================================================
--- head/net/haproxy-devel/pkg-descr	Mon Nov 30 20:20:36 2020	(r556674)
+++ head/net/haproxy23/pkg-descr	Mon Nov 30 20:26:50 2020	(r556675)
@@ -3,7 +3,4 @@ availability, load balancing, and proxying for TCP and
 applications. It is particularly suited for web sites crawling under
 very high loads while needing persistence or Layer7 processing.
 
-This is the development branch of the software, which may contain
-new features, but also possibly new bugs.
-
 WWW: http://www.haproxy.org



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