Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:56:50 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d33d719d5673 - main - net-mgmt/unifi6: Fix CPE information because current one is deprecated
Message-ID:  <202109141056.18EAuoIt056054@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

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

commit d33d719d567331ba9dbe76acc43a718360d6fcd9
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 09:39:14 +0000
Commit:     Bernhard Froehlich <decke@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+



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