Date: Thu, 16 Aug 2018 13:27:50 +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: r477339 - head/net/haproxy17 Message-ID: <201808161327.w7GDRop4082642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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?201808161327.w7GDRop4082642>