svn commit: r399261 - head/net/haproxy-devel

Antoine Brodin antoine at FreeBSD.org
Wed Oct 14 13:38:11 UTC 2015


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 at FreeBSD.org
 COMMENT=	The Reliable, High Performance TCP/HTTP Load Balancer


More information about the svn-ports-head mailing list