Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2018 18:33:50 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r485889 - branches/2018Q4/net-mgmt/unifi5
Message-ID:  <201811251833.wAPIXokv004638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sun Nov 25 18:33:50 2018
New Revision: 485889
URL: https://svnweb.freebsd.org/changeset/ports/485889

Log:
  MFH: r485888
  
  net-mgmt/unifi5: Change dependency to mongodb36
  
  This fixes package builds on FreeBSD 12
  
  PR:		233482

Modified:
  branches/2018Q4/net-mgmt/unifi5/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/net-mgmt/unifi5/Makefile
==============================================================================
--- branches/2018Q4/net-mgmt/unifi5/Makefile	Sun Nov 25 18:31:44 2018	(r485888)
+++ branches/2018Q4/net-mgmt/unifi5/Makefile	Sun Nov 25 18:33:50 2018	(r485889)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unifi5
 PORTVERSION=	5.9.29
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}/
 DISTNAME=	unifi_sysvinit_all
@@ -13,7 +13,7 @@ DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	feld@FreeBSD.org
 COMMENT=	UniFi Controller v5
 
-RUN_DEPENDS=	mongodb34>0:databases/mongodb34 \
+RUN_DEPENDS=	mongodb36>0:databases/mongodb36 \
 		snappyjava>0:archivers/snappy-java
 
 SUB_LIST+=	USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} \



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