pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/unifi



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Jun 28 16:41:06 UTC 2019

Modified Files:
        pkgsrc/net/unifi: Makefile

Log Message:
net/unifi: Change mongodb dependency to mongodb3

The server side public license, used by databases/mongodb (version 4),
appears to be incompatible with ubiquiti-license.  Also,
databases/mongodb does not build on platforms where net/unifi works
(e.g., netbsd-8 amd64).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/unifi/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/unifi/Makefile
diff -u pkgsrc/net/unifi/Makefile:1.6 pkgsrc/net/unifi/Makefile:1.7
--- pkgsrc/net/unifi/Makefile:1.6       Fri Jun  7 15:18:13 2019
+++ pkgsrc/net/unifi/Makefile   Fri Jun 28 16:41:06 2019
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2019/06/07 15:18:13 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2019/06/28 16:41:06 gdt Exp $
 
 DISTNAME=      unifi-5.10.24
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  -http://dl.ubnt.com/unifi/${PKGVERSION}/UniFi.unix.zip
 EXTRACT_SUFX=  .zip
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      https://www.ubnt.com/download/unifi/
 COMMENT=       Provisioning software for network products made by Ubiquiti
 LICENSE=       ubiquiti-license
@@ -44,7 +45,8 @@ USE_LANGUAGES=                c c++   # for snappy JNI l
 USE_TOOLS+=            gmake pax
 WRKSRC=                        ${WRKDIR}/UniFi
 
-DEPENDS+=              mongodb>=2.4.14:../../databases/mongodb
+# mongodb 3.4.4 is known to work well with unifi; avoid mongodb4 for now.
+DEPENDS+=              mongodb>=2.4.14:../../databases/mongodb3
 
 FILES_SUBST+=          UNIFI_USER=${UNIFI_USER:Q} UNIFI_GROUP=${UNIFI_GROUP:Q}
 FILES_SUBST+=          JAVA=${PKG_JAVA_HOME}/bin/java



Home | Main Index | Thread Index | Old Index