diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2024-03-19 08:13:43 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2024-03-19 15:50:57 +0100 |
commit | 4990a59449c515d80a9b16f2fc81e45f049cf48a (patch) | |
tree | 9c738409e26af22036c761efc271c568ed42f5da | |
parent | 499be1d04c11c07486e50b9befb72c624ad2e7e2 (diff) | |
download | freebsd-ports-4990a59449c515d80a9b16f2fc81e45f049cf48a.zip |
net-mgmt/unifi8: Update to 8.1.113
And also switch default MongoDB dependency from 4.0 to 5.0
Release notes: https://community.ui.com/releases/r/network/8.1.113
-rw-r--r-- | UPDATING | 12 | ||||
-rw-r--r-- | net-mgmt/unifi8/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/unifi8/distinfo | 10 |
3 files changed, 19 insertions, 7 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20240318: + AFFECTS: users of net-mgmt/unifi8 + AUTHOR: otis@FreeBSD.org + + The default MongoDB version dependency has been switched from 4.4 to 5.0. + + Although MongoDB 4.4 -> MongoDB 5.0 datafiles in-place upgrade seem to + work, users are strongly recommended to take full backup of unifi + database prior to upgrade and start with clean installation afterwards. + + See updating entry 20230310 for details. + 20240316: AFFECTS: users of net/rabbitmq AUTHOR: dch@FreeBSD.org diff --git a/net-mgmt/unifi8/Makefile b/net-mgmt/unifi8/Makefile index 400ddd92e8fd..a732837a4a90 100644 --- a/net-mgmt/unifi8/Makefile +++ b/net-mgmt/unifi8/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifi8 -PORTVERSION= 8.0.28 +PORTVERSION= 8.1.113 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ https://repo1.maven.org/maven2/%SUBDIR%/:jax @@ -59,7 +59,7 @@ OPTIONS_DEFAULT+= EXTERNALDB EXTERNALDB_DESC= Use external MongoDB server EXTERNALDB_VARS= PKGMESSAGE+=${WRKSRC}/pkg-message.extdb \ SUB_FILES+=pkg-message.extdb -EXTERNALDB_VARS_OFF= RUN_DEPENDS+=mongodb44>0:databases/mongodb44 +EXTERNALDB_VARS_OFF= RUN_DEPENDS+=mongodb50>0:databases/mongodb50 _DIR_LIST= conf data logs run work _JAX_DISTNAME= javax.activation-api diff --git a/net-mgmt/unifi8/distinfo b/net-mgmt/unifi8/distinfo index fa54293207fd..ff3aa0ccf24d 100644 --- a/net-mgmt/unifi8/distinfo +++ b/net-mgmt/unifi8/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1706607215 -SHA256 (unifi8-8.0.28/unifi_sysvinit_all.deb) = 440dd1fe2477bbf57ea94dac41336d690858388f2d090c3c4ef3163d4962b6bc -SIZE (unifi8-8.0.28/unifi_sysvinit_all.deb) = 137632076 -SHA256 (unifi8-8.0.28/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 -SIZE (unifi8-8.0.28/javax.activation-api-1.2.0.jar) = 56674 +TIMESTAMP = 1710796780 +SHA256 (unifi8-8.1.113/unifi_sysvinit_all.deb) = d649e6fa5f0c49bed72aad9621b7a1027cfb96844f8e09dcf91f7cce958a1001 +SIZE (unifi8-8.1.113/unifi_sysvinit_all.deb) = 150740136 +SHA256 (unifi8-8.1.113/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 +SIZE (unifi8-8.1.113/javax.activation-api-1.2.0.jar) = 56674 |