databases/mongodb40 port proposal

2019-02-28 Thread Andrew Shevchuk
Latest stable MongoDB (4.0.6) port proposal: https://raw.githubusercontent.com/ashevchuk/mongodb40-freebsd-port/master/mongodb40.patch ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: databases/mongodb40 port proposal

2019-03-01 Thread Andrew Shevchuk
> > Latest stable MongoDB (4.0.6) port proposal: > > https://raw.githubusercontent.com/ashevchuk/mongodb40-freebsd-port/master/mongodb40.patch > I just tried to apply it so I can do some tests but I'm unable to apply > your patch. > I tested it with: > patch -i mongodb40.patch First of all, please

Re: databases/mongodb40 port proposal

2019-03-10 Thread Andrew Shevchuk
> I also shamelessly asked Andrew if he can provide a mongodb40-tools port 8-} The first attempt to port mongodb40-tools, I have failed. It looks like there will be difficulties with dependencies. As soon as there is a bit of free time, I will try to fix this port. _

[PATCH]: databases/mongodb40 update to latest release

2019-04-12 Thread Andrew Shevchuk
Index: databases/mongodb40/Makefile === --- databases/mongodb40/Makefile (revision 498768) +++ databases/mongodb40/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.0.6 +DISTVERSION= 4.0.

[NEW PORT] databases/mongodb40-tools: Tools for MongoDB

2019-04-17 Thread Andrew Shevchuk
New port proposal: Tools for MongoDB 4.x PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237352 PATCH: https://raw.githubusercontent.com/ashevchuk/mongodb40-tools-freebsd-port/master/mongodb40-tools.patch Actually, the patch itself (feel free to make the necessary corrections, if the Makefi