git: d33d719d5673 - main - net-mgmt/unifi6: Fix CPE information because current one is deprecated

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


The branch main has been updated by decke:

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

commit d33d719d567331ba9dbe76acc43a718360d6fcd9
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:39:14 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:23 +0000

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

diff --git a/net-mgmt/unifi6/Makefile b/net-mgmt/unifi6/Makefile
index 43cfcfe067f9..764c9e465cfa 100644
--- a/net-mgmt/unifi6/Makefile
+++ b/net-mgmt/unifi6/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS=	mongodb36>0:databases/mongodb36 \
 
 USES=		cpe
 
-CPE_VENDOR=	ubnt
+CPE_VENDOR=	ui
 CPE_PRODUCT=	unifi_controller
 USE_JAVA=	yes
 JAVA_VERSION=	8+


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