Page MenuHomeFreeBSD

databases/mongdb34: upgrade to v3.4.6
ClosedPublic

Authored by ultima on Jul 8 2017, 12:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 5, 3:37 PM
Unknown Object (File)
Thu, Mar 28, 1:22 PM
Unknown Object (File)
Mar 7 2024, 8:53 AM
Unknown Object (File)
Jan 15 2024, 9:20 PM
Unknown Object (File)
Dec 22 2023, 11:06 PM
Unknown Object (File)
Nov 30 2023, 9:21 PM
Unknown Object (File)
Oct 20 2023, 8:58 AM
Unknown Object (File)
Oct 19 2023, 10:11 PM
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