Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2018 20:10:54 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476194 - head/net-mgmt/unifi-devel
Message-ID:  <201808012010.w71KAsYw064870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Aug  1 20:10:54 2018
New Revision: 476194
URL: https://svnweb.freebsd.org/changeset/ports/476194

Log:
  net-mgmt/unifi-devel: update to 5.9.16 and use MongoDB 3.4
  
  PR:		230225
  Submitted by:	maintainer

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

Modified: head/net-mgmt/unifi-devel/Makefile
==============================================================================
--- head/net-mgmt/unifi-devel/Makefile	Wed Aug  1 20:01:27 2018	(r476193)
+++ head/net-mgmt/unifi-devel/Makefile	Wed Aug  1 20:10:54 2018	(r476194)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	unifi
-PORTVERSION=	5.7.15
-PORTREVISION=	1
+PORTVERSION=	5.9.16
+PORTREVISION=	0
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}-${UNIFI_BUILD}/
 PKGNAMESUFFIX=	-devel
@@ -14,7 +14,7 @@ DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	bryce@bryce.net
 COMMENT=	UniFi Controller development release
 
-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} \
@@ -24,7 +24,7 @@ EXTRACT_CMD=	/usr/bin/ar
 EXTRACT_BEFORE_ARGS=	-p
 EXTRACT_AFTER_ARGS=	data.tar.xz | ${TAR} -xf -
 
-UNIFI_BUILD=	e9b882be05
+UNIFI_BUILD=	23dd7b8e57
 
 USES=		cpe
 CPE_VENDOR=	ubnt

Modified: head/net-mgmt/unifi-devel/distinfo
==============================================================================
--- head/net-mgmt/unifi-devel/distinfo	Wed Aug  1 20:01:27 2018	(r476193)
+++ head/net-mgmt/unifi-devel/distinfo	Wed Aug  1 20:10:54 2018	(r476194)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517752289
-SHA256 (unifi-5.7.15/unifi_sysvinit_all.deb) = 93684bcc311bd56ab74765e7b78bba9689f760d3457f044d3284c32a0f6fa820
-SIZE (unifi-5.7.15/unifi_sysvinit_all.deb) = 63651966
+TIMESTAMP = 1533004728
+SHA256 (unifi-5.9.16/unifi_sysvinit_all.deb) = a1aa0b0cd81b38179fec7a35fcf1ae4fd1ae0a2d9f1169a050c9e13c7178d0f0
+SIZE (unifi-5.9.16/unifi_sysvinit_all.deb) = 90939626



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