svn commit: r543441 - in head/net: . haproxy20

Dmitry Sivachenko demon at FreeBSD.org
Sun Jul 26 07:55:24 UTC 2020


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 at FreeBSD.org


More information about the svn-ports-all mailing list