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:   wiz
Date:           Mon Jul  3 12:53:32 UTC 2023

Modified Files:
        pkgsrc/net/unifi: options.mk

Log Message:
unifi: restrict DEPENDS so proper binary package is pulled in


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/unifi/options.mk

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/options.mk
diff -u pkgsrc/net/unifi/options.mk:1.1 pkgsrc/net/unifi/options.mk:1.2
--- pkgsrc/net/unifi/options.mk:1.1     Mon Dec  6 15:33:27 2021
+++ pkgsrc/net/unifi/options.mk Mon Jul  3 12:53:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2021/12/06 15:33:27 abs Exp $
+# $NetBSD: options.mk,v 1.2 2023/07/03 12:53:32 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.unifi
 PKG_OPTIONS_GROUP.mongodb=     mongodb3 mongodb4
@@ -10,7 +10,7 @@ PKG_SUGGESTED_OPTIONS=                mongodb3
 # Upstream recommends 3.6, but 3.4.4 is the last version before the
 # switch to server-side-public-license, and works fine
 .if !empty(PKG_OPTIONS:Mmongodb3)
-DEPENDS+=              mongodb>=3.4.4:../../databases/mongodb3
+DEPENDS+=              mongodb>=3.4.4<4:../../databases/mongodb3
 .endif
 
 # For those happy with server-side-public-license



Home | Main Index | Thread Index | Old Index