svn commit: r470062 - head/net-mgmt/unifi-lts

Mark Felder feld at FreeBSD.org
Tue May 15 23:52:37 UTC 2018


Author: feld
Date: Tue May 15 23:52:36 2018
New Revision: 470062
URL: https://svnweb.freebsd.org/changeset/ports/470062

Log:
  net-mgmt/unifi-lts: Update to 5.6.37
  
  - Update mongodb dependency to mongodb 3.4
  
  Changelog:	https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-37-LTS-Stable-has-been-released/ba-p/2318810

Modified:
  head/net-mgmt/unifi-lts/Makefile
  head/net-mgmt/unifi-lts/distinfo

Modified: head/net-mgmt/unifi-lts/Makefile
==============================================================================
--- head/net-mgmt/unifi-lts/Makefile	Tue May 15 23:43:04 2018	(r470061)
+++ head/net-mgmt/unifi-lts/Makefile	Tue May 15 23:52:36 2018	(r470062)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unifi
-PORTVERSION=	5.6.30
+PORTVERSION=	5.6.37
 PORTREVISION=	0
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}/
@@ -14,7 +14,7 @@ DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	feld at FreeBSD.org
 COMMENT=	UniFi Controller v5
 
-RUN_DEPENDS=	mongodb>0:databases/mongodb \
+RUN_DEPENDS=	mongodb34>0:databases/mongodb34 \
 		snappyjava>0:archivers/snappy-java
 
 SUB_LIST+=	USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} \

Modified: head/net-mgmt/unifi-lts/distinfo
==============================================================================
--- head/net-mgmt/unifi-lts/distinfo	Tue May 15 23:43:04 2018	(r470061)
+++ head/net-mgmt/unifi-lts/distinfo	Tue May 15 23:52:36 2018	(r470062)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522764193
-SHA256 (unifi-5.6.30/unifi_sysvinit_all.deb) = 44facefdca0e3270ccbacdf661a9dd2a2e3fe126a840c3a402f6b61393806b20
-SIZE (unifi-5.6.30/unifi_sysvinit_all.deb) = 50209900
+TIMESTAMP = 1526427917
+SHA256 (unifi-5.6.37/unifi_sysvinit_all.deb) = 0a1fc20618709d8704309757fc7f33f2f0c108e5e2dd455750dbd5ba34d6334e
+SIZE (unifi-5.6.37/unifi_sysvinit_all.deb) = 50275940


More information about the svn-ports-all mailing list