svn commit: r370393 - in head/net-mgmt: unifi2 unifi3

Mark Felder feld at FreeBSD.org
Tue Oct 7 19:53:26 UTC 2014


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


More information about the svn-ports-head mailing list