Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:56:49 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: f0761843aa6e - main - net-mgmt/unifi5: Fix CPE information because current one is deprecated
Message-ID:  <202109141056.18EAunvk056030@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=f0761843aa6e3ce37418c3abad0196164af382eb

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



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