Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2018 18:39:03 +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: r485891 - branches/2018Q4/net-mgmt/unifi-lts
Message-ID:  <201811251839.wAPId3MR005153@repo.freebsd.org>

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

Log:
  MFH: r485890
  
  net-mgmt/unifi-lts: Change dependency to mongodb36
  
  This fixes package builds on FreeBSD 12

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

Modified: branches/2018Q4/net-mgmt/unifi-lts/Makefile
==============================================================================
--- branches/2018Q4/net-mgmt/unifi-lts/Makefile	Sun Nov 25 18:38:21 2018	(r485890)
+++ branches/2018Q4/net-mgmt/unifi-lts/Makefile	Sun Nov 25 18:39:02 2018	(r485891)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unifi
 PORTVERSION=	5.6.40
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}/
 PKGNAMESUFFIX=	-lts
@@ -14,7 +14,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?201811251839.wAPId3MR005153>