svn commit: r477339 - head/net/haproxy17

Dmitry Sivachenko demon at FreeBSD.org
Thu Aug 16 13:27:51 UTC 2018


Author: demon
Date: Thu Aug 16 13:27:50 2018
New Revision: 477339
URL: https://svnweb.freebsd.org/changeset/ports/477339

Log:
  Use PKGNAMESUFFIX.

Modified:
  head/net/haproxy17/Makefile

Modified: head/net/haproxy17/Makefile
==============================================================================
--- head/net/haproxy17/Makefile	Thu Aug 16 13:25:59 2018	(r477338)
+++ head/net/haproxy17/Makefile	Thu Aug 16 13:27:50 2018	(r477339)
@@ -1,11 +1,11 @@
 # Created by: Clement Laforet
 # $FreeBSD$
 
-PORTNAME=	haproxy17
+PORTNAME=	haproxy
 PORTVERSION=	1.7.11
 CATEGORIES=	net www
 MASTER_SITES=	http://www.haproxy.org/download/1.7/src/
-DISTNAME=	haproxy-${PORTVERSION}
+PKGNAMESUFFIX=	17
 
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Reliable, high performance TCP/HTTP load balancer


More information about the svn-ports-head mailing list