Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2020 07:55:23 +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: r543441 - in head/net: . haproxy20
Message-ID:  <202007260755.06Q7tNma043114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Sun Jul 26 07:55:23 2020
New Revision: 543441
URL: https://svnweb.freebsd.org/changeset/ports/543441

Log:
  Separate 2.0 version of haproxy into it's own port,
  haproxy will track 2.1 branch now.

Added:
  head/net/haproxy20/
     - copied from r543440, head/net/haproxy/
Modified:
  head/net/Makefile
  head/net/haproxy20/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jul 26 07:32:00 2020	(r543440)
+++ head/net/Makefile	Sun Jul 26 07:55:23 2020	(r543441)
@@ -234,6 +234,7 @@
     SUBDIR += haproxy17
     SUBDIR += haproxy18
     SUBDIR += haproxy19
+    SUBDIR += haproxy20
     SUBDIR += haproxy21
     SUBDIR += hblock
     SUBDIR += hexinject

Modified: head/net/haproxy20/Makefile
==============================================================================
--- head/net/haproxy/Makefile	Sun Jul 26 07:32:00 2020	(r543440)
+++ head/net/haproxy20/Makefile	Sun Jul 26 07:55:23 2020	(r543441)
@@ -4,6 +4,7 @@
 PORTNAME=	haproxy
 DISTVERSION=	2.0.14
 CATEGORIES=	net www
+PKGNAMESUFFIX=	20
 MASTER_SITES=	http://www.haproxy.org/download/2.0/src/
 
 MAINTAINER=	demon@FreeBSD.org



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