svn commit: r485889 - branches/2018Q4/net-mgmt/unifi5

Mark Felder feld at FreeBSD.org
Sun Nov 25 18:33:51 UTC 2018


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 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