svn commit: r485891 - branches/2018Q4/net-mgmt/unifi-lts

Mark Felder feld at FreeBSD.org
Sun Nov 25 18:39:04 UTC 2018


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 at 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} \


More information about the svn-ports-branches mailing list