svn commit: r380495 - in head/net: haproxy haproxy-devel

Dmitry Sivachenko demon at FreeBSD.org
Thu Mar 5 13:56:38 UTC 2015


Author: demon
Date: Thu Mar  5 13:56:36 2015
New Revision: 380495
URL: https://svnweb.freebsd.org/changeset/ports/380495
QAT: https://qat.redports.org/buildarchive/r380495/

Log:
  Add CPE.
  
  PR:		197525, 197526
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/net/haproxy-devel/Makefile
  head/net/haproxy/Makefile

Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Thu Mar  5 13:50:15 2015	(r380494)
+++ head/net/haproxy-devel/Makefile	Thu Mar  5 13:56:36 2015	(r380495)
@@ -15,7 +15,7 @@ LICENSE_COMB=	multi
 
 IGNORE=		No devel version available at this time
 
-USES=		gmake
+USES=		cpe gmake
 CONFLICTS=	haproxy-[1234567890]\*
 USE_RC_SUBR=	haproxy
 SUB_FILES=	pkg-message

Modified: head/net/haproxy/Makefile
==============================================================================
--- head/net/haproxy/Makefile	Thu Mar  5 13:50:15 2015	(r380494)
+++ head/net/haproxy/Makefile	Thu Mar  5 13:56:36 2015	(r380495)
@@ -14,7 +14,7 @@ LICENSE_COMB=	multi
 
 CONFLICTS=	haproxy-devel-[0-9]*
 
-USES=		gmake
+USES=		cpe gmake
 USE_RC_SUBR=	haproxy
 SUB_FILES=	pkg-message
 


More information about the svn-ports-head mailing list