svn commit: r496885 - in head/net: . haproxy18

Dmitry Sivachenko demon at FreeBSD.org
Tue Mar 26 10:43:17 UTC 2019


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 at FreeBSD.org
 COMMENT=	Reliable, high performance TCP/HTTP load balancer


More information about the svn-ports-head mailing list