git: 7d197a76db81 - main - net-mgmt/unifi7: Update to 7.3.76

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Thu, 01 Dec 2022 21:58:38 UTC
The branch main has been updated by otis:

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

commit 7d197a76db811bb81decbf25949ad50d22a761d1
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2022-12-01 21:57:38 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-12-01 21:58:29 +0000

    net-mgmt/unifi7: Update to 7.3.76
    
    Release notes: https://community.ui.com/releases/r/network/7.3.76
---
 net-mgmt/unifi7/Makefile       |  4 ++--
 net-mgmt/unifi7/distinfo       | 10 +++++-----
 net-mgmt/unifi7/files/unifi.in |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-mgmt/unifi7/Makefile b/net-mgmt/unifi7/Makefile
index ed3083eaa76b..b20436380c3b 100644
--- a/net-mgmt/unifi7/Makefile
+++ b/net-mgmt/unifi7/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	unifi7
-PORTVERSION=	7.2.95
+PORTVERSION=	7.3.76
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \
 		https://repo1.maven.org/maven2/%SUBDIR%/:jax
@@ -21,7 +21,7 @@ USES=		cpe
 CPE_VENDOR=	ui
 CPE_PRODUCT=	unifi_controller
 USE_JAVA=	yes
-JAVA_VERSION=	8+
+JAVA_VERSION=	11+
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk bsdjava
 JAVA_RUN=	yes
diff --git a/net-mgmt/unifi7/distinfo b/net-mgmt/unifi7/distinfo
index dfde2fb78f0d..d2961fd33472 100644
--- a/net-mgmt/unifi7/distinfo
+++ b/net-mgmt/unifi7/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1667646411
-SHA256 (unifi7-7.2.95/unifi_sysvinit_all.deb) = 959ace07c5eb976fcbbc3261b46b10ec29f9609fbf8671eeabc38394e83747ab
-SIZE (unifi7-7.2.95/unifi_sysvinit_all.deb) = 147159174
-SHA256 (unifi7-7.2.95/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393
-SIZE (unifi7-7.2.95/javax.activation-api-1.2.0.jar) = 56674
+TIMESTAMP = 1669915685
+SHA256 (unifi7-7.3.76/unifi_sysvinit_all.deb) = fe0fe00808424fef1ec980e222417c5a74c85a01339de8806075e3d69623fdd0
+SIZE (unifi7-7.3.76/unifi_sysvinit_all.deb) = 159208712
+SHA256 (unifi7-7.3.76/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393
+SIZE (unifi7-7.3.76/javax.activation-api-1.2.0.jar) = 56674
diff --git a/net-mgmt/unifi7/files/unifi.in b/net-mgmt/unifi7/files/unifi.in
index 47c228d2aeed..e39127bb2c40 100644
--- a/net-mgmt/unifi7/files/unifi.in
+++ b/net-mgmt/unifi7/files/unifi.in
@@ -50,7 +50,7 @@ load_rc_config ${name}
 pidfile="/var/run/unifi/${name}.pid"
 procname=${unifi_java_home}/bin/java
 command=/usr/sbin/daemon
-command_args="-f -p ${pidfile} ${unifi_java_home}/bin/java ${unifi_javaflags} com.ubnt.ace.Launcher start"
+command_args="-f -p ${pidfile} ${unifi_java_home}/bin/java ${unifi_javaflags} -jar lib/ace.jar start"
 start_precmd=start_precmd
 stop_precmd=stop_precmd
 stop_postcmd=stop_postcmd