Date: Sun, 25 Nov 2018 18:31:44 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485888 - head/net-mgmt/unifi5 Message-ID: <201811251831.wAPIVisJ003585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sun Nov 25 18:31:44 2018 New Revision: 485888 URL: https://svnweb.freebsd.org/changeset/ports/485888 Log: net-mgmt/unifi5: Change dependency to mongodb36 This fixes package builds on FreeBSD 12 PR: 233482 MFH: 2018Q4 Modified: head/net-mgmt/unifi5/Makefile Modified: head/net-mgmt/unifi5/Makefile ============================================================================== --- head/net-mgmt/unifi5/Makefile Sun Nov 25 18:20:00 2018 (r485887) +++ head/net-mgmt/unifi5/Makefile Sun Nov 25 18:31:44 2018 (r485888) @@ -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?201811251831.wAPIVisJ003585>