Commits
Ryan Schmidt authored 1041bf4a5d2
3 3 | PortSystem 1.0 |
4 4 | PortGroup compiler_blacklist_versions 1.0 |
5 5 | PortGroup conflicts_build 1.0 |
6 6 | PortGroup xcodeversion 1.0 |
7 7 | |
8 8 | # When updating mongodb to a new version, update mongo-tools to the |
9 9 | # same version. |
10 10 | |
11 11 | name mongodb |
12 12 | epoch 1 |
13 - | version 3.6.5 |
13 + | version 3.6.6 |
14 14 | license {AGPL-3 OpenSSLException} |
15 15 | categories databases |
16 16 | maintainers {ryandesign @ryandesign} |
17 17 | |
18 18 | description High-performance, schema-free document-oriented database |
19 19 | long_description ${description} |
20 20 | |
21 21 | platforms darwin |
22 22 | |
23 23 | homepage https://www.mongodb.com/community |
24 24 | master_sites https://fastdl.mongodb.org/src |
25 25 | distname ${name}-src-r${version} |
26 26 | |
27 - | checksums rmd160 8ba4b23440a0b25456097225731b81202cc48a18 \ |
28 - | sha256 b99535800925b5c5a9a103fdad37559b6cde13e7cdce72310f32ff105ec615df \ |
29 - | size 40310152 |
27 + | checksums rmd160 b19628422266de7d482fb20cbe93d74cc1fe27d2 \ |
28 + | sha256 e3b9e30941f314d0b1d89f85af3b1258aa2f72a9df21e44cf4aa08faf262e406 \ |
29 + | size 40391572 |
30 30 | |
31 31 | depends_build port:scons \ |
32 32 | port:py27-yaml \ |
33 33 | port:py27-typing \ |
34 34 | port:py27-regex \ |
35 35 | port:py27-cheetah \ |
36 36 | port:py27-setuptools |
37 37 | |
38 38 | depends_lib port:libpcap \ |
39 39 | path:lib/libssl.dylib:openssl |