Version: 2.1.2, Package name: mfi-2.1.2 |
Maintained by: Jasper Lievisse Adriaanse |
Master sites: |
Description This package contains controller software for Ubiquiti mFi automation controllers. This is version 2.x which is still in beta, but provides support for newer devices. |
Filesize: 26339.202 KB |
Version History (View Complete History) |
|
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-13 20:16:53 by Christian Weisgerber | Files touched by this commit (49) |
Log message: Switch to PERMIT_(DISTFILES|PACKAGE). CDROM restrictions are no longer applicable. |
2019-06-10 18:38:36 by Kurt Miller | Files touched by this commit (57) |
Log message: Revision bump all java ports for the jre package removal and java.port.mk changes. |
2019-03-24 21:15:03 by Stuart Henderson | Files touched by this commit (1) |
Log message: switch mfi to MODJAVA_VER=1.8 as it almost certainly has the same javax.activation issue with jdk11 as unifi, but I don't have an installation here to test any compatibility fixes |
2019-03-24 16:24:14 by Stuart Henderson | Files touched by this commit (43) |
Log message: sweep all java ports with a couple of adjustments to build/dependency environment, which will reduce complexity in java.port.mk when jdk 11 is added. direction agreed with kurt@. - switch all MODJAVA_VER to at least 1.8 (we don't currently have any version earlier than this anyway). - drop MODJAVA_JRERUN, the separate jre package will be going away with jdk 11. - bump changed ports |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-05-27 13:57:08 by Antoine Jacoutot | Files touched by this commit (88) |
Log message: Bring rc_bg back. |
2017-05-27 08:16:49 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Make it possible to pass daemon_flags. ok jasper@ (maintainer) |
2017-05-27 07:55:59 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: I forgot the bump commit... |
2017-05-27 07:53:07 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: Cope with recent rc.subr(8) change (removal of rc_bg etc.) |
2017-04-21 07:27:47 by Kurt Miller | Files touched by this commit (51) |
Log message: - disconnect devel/jdk/1.7 from the build - adjust java.port.mk so all 1.7 and lower ports now build with 1.8 - bump revision on affected ports okay sthen@, ian@, landry@ |
2014-12-18 13:15:27 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update to mfi-2.1.2 * release notes: https://community.ubnt.com/t5/mFi/mFI-2-1-2/m-p/1083683 * make sure your existing database is backed up before upgrading, in some cases mongodb goes batshit and pretends it never knew a controller was configured. |
2014-12-10 03:30:51 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: resolve conflict over uid 733, so let _mfi fly away with 747 |
2014-12-07 07:35:31 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: install a wrapper script like unifi ok sthen@ |