git: f0761843aa6e - main - net-mgmt/unifi5: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:56:50 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0761843aa6e3ce37418c3abad0196164af382eb

commit f0761843aa6e3ce37418c3abad0196164af382eb
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:38:46 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:22 +0000

    net-mgmt/unifi5: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/unifi5/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/unifi5/Makefile b/net-mgmt/unifi5/Makefile
index 1489ce922397..dcb3a2a6e01b 100644
--- a/net-mgmt/unifi5/Makefile
+++ b/net-mgmt/unifi5/Makefile
@@ -31,7 +31,7 @@ EXTRACT_CMD=	/usr/bin/ar
 EXTRACT_BEFORE_ARGS=	-p
 EXTRACT_AFTER_ARGS=	data.tar.xz | ${TAR} -xf -
 
-CPE_VENDOR=	ubnt
+CPE_VENDOR=	ui
 CPE_PRODUCT=	unifi_controller
 USE_JAVA=	yes
 JAVA_VERSION=	1.8+


More information about the dev-commits-ports-main mailing list