Page MenuHomeFreeBSD

databases/mongdb34: upgrade to v3.4.6
ClosedPublic

Authored by ultima on Jul 8 2017, 12:44 AM.
Tags
None
Referenced Files
F167977162: D11526.id30620.diff
Tue, Aug 25, 5:34 PM
F167965960: D11526.id30620.diff
Tue, Aug 25, 4:11 PM
F167965774: D11526.diff
Tue, Aug 25, 4:10 PM
F167965609: D11526.id30561.diff
Tue, Aug 25, 4:09 PM
F167893400: D11526.id30561.diff
Tue, Aug 25, 7:28 AM
Unknown Object (File)
Mon, Aug 24, 7:53 PM
Unknown Object (File)
Mon, Aug 24, 5:55 AM
Unknown Object (File)
Mon, Aug 24, 5:31 AM
Subscribers

Details

Summary
  • Updated to 3.4.6

portlint complains about *_DEPENDS has to appear earlier.
This is a false positive, ONLY_FOR_ARCHS*(13.1.5) comes
before *_DEPENDS(13.1.6).[1]

[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order

PR\: 220526
Sumitted by\: Eric Camachat <eric@camachat.org> (maintainer)
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: "LIB_DEPENDS" has to appear earlier.
WARN: Makefile: "TEST_DEPENDS" has to appear earlier.
0 fatal errors and 3 warnings found.

poudriere:
103i386: is only for amd64, while you are running i386 (reason: "Only supported on amd64 (i386 deprecated in v3)")
103amd64
110i386: is only for amd64, while you are running i386 (reason: "Only supported on amd64 (i386 deprecated in v3)")
110amd64
12i386: is only for amd64, while you are running i386 (reason: "Only supported on amd64 (i386 deprecated in v3)")
12amd64

Also tested on the ssl variants.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable