Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 19:53:25 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370393 - in head/net-mgmt: unifi2 unifi3
Message-ID:  <201410071953.s97JrPBX081261@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Oct  7 19:53:24 2014
New Revision: 370393
URL: https://svnweb.freebsd.org/changeset/ports/370393
QAT: https://qat.redports.org/buildarchive/r370393/

Log:
  Add CPE support

Modified:
  head/net-mgmt/unifi2/Makefile
  head/net-mgmt/unifi3/Makefile

Modified: head/net-mgmt/unifi2/Makefile
==============================================================================
--- head/net-mgmt/unifi2/Makefile	Tue Oct  7 19:51:33 2014	(r370392)
+++ head/net-mgmt/unifi2/Makefile	Tue Oct  7 19:53:24 2014	(r370393)
@@ -16,7 +16,9 @@ RUN_DEPENDS=	mongodb>0:${PORTSDIR}/datab
 
 SUB_LIST+=	USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR}
 
-USES=		zip
+USES=		cpe zip
+CPE_VENDOR=	ubnt
+CPE_PRODUCT=	unifi_controller
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native

Modified: head/net-mgmt/unifi3/Makefile
==============================================================================
--- head/net-mgmt/unifi3/Makefile	Tue Oct  7 19:51:33 2014	(r370392)
+++ head/net-mgmt/unifi3/Makefile	Tue Oct  7 19:53:24 2014	(r370393)
@@ -15,7 +15,9 @@ RUN_DEPENDS=	mongodb>0:${PORTSDIR}/datab
 
 SUB_LIST+=	USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR}
 
-USES=		zip
+USES=		cpe zip
+CPE_VENDOR=	ubnt
+CPE_PRODUCT=	unifi_controller
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native



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