Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2019 10:43:15 +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: r496885 - in head/net: . haproxy18
Message-ID:  <201903261043.x2QAhGZN039895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Tue Mar 26 10:43:15 2019
New Revision: 496885
URL: https://svnweb.freebsd.org/changeset/ports/496885

Log:
  Rename haproxy->haproxy18.

Added:
  head/net/haproxy18/
     - copied from r496884, head/net/haproxy/
Modified:
  head/net/Makefile
  head/net/haproxy18/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Mar 26 10:24:55 2019	(r496884)
+++ head/net/Makefile	Tue Mar 26 10:43:15 2019	(r496885)
@@ -235,6 +235,7 @@
     SUBDIR += haproxy
     SUBDIR += haproxy-devel
     SUBDIR += haproxy17
+    SUBDIR += haproxy18
     SUBDIR += hexinject
     SUBDIR += hidentd
     SUBDIR += hinfo

Modified: head/net/haproxy18/Makefile
==============================================================================
--- head/net/haproxy/Makefile	Tue Mar 26 10:24:55 2019	(r496884)
+++ head/net/haproxy18/Makefile	Tue Mar 26 10:43:15 2019	(r496885)
@@ -5,6 +5,7 @@ PORTNAME=	haproxy
 DISTVERSION=	1.8.19
 CATEGORIES=	net www
 MASTER_SITES=	http://www.haproxy.org/download/1.8/src/
+PKGNAMESUFFIX=	18
 
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Reliable, high performance TCP/HTTP load balancer



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