Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 13:38:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399261 - head/net/haproxy-devel
Message-ID:  <201510141338.t9EDc9Nb064415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Oct 14 13:38:09 2015
New Revision: 399261
URL: https://svnweb.freebsd.org/changeset/ports/399261

Log:
  Fix duplicate pkgbase
  
  Pointy hat:	demon@

Modified:
  head/net/haproxy-devel/Makefile

Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Wed Oct 14 13:10:27 2015	(r399260)
+++ head/net/haproxy-devel/Makefile	Wed Oct 14 13:38:09 2015	(r399261)
@@ -4,8 +4,9 @@
 PORTNAME=	haproxy
 PORTVERSION=	1.6.0
 CATEGORIES=	net www
-DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 MASTER_SITES=	http://haproxy.1wt.eu/download/1.6/src/
+PKGNAMESUFFIX=	-devel
+DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	The Reliable, High Performance TCP/HTTP Load Balancer



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