Commits
Ryan Schmidt authored 85be4a1e7c1
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | PortGroup compiler_blacklist_versions 1.0 |
6 6 | PortGroup conflicts_build 1.0 |
7 7 | PortGroup cxx11 1.0 |
8 8 | |
9 9 | name mongodb |
10 10 | epoch 1 |
11 - | version 3.2.5 |
11 + | version 3.2.6 |
12 12 | license {AGPL-3 OpenSSLException} |
13 13 | categories databases |
14 14 | maintainers ryandesign |
15 15 | |
16 16 | description High-performance, schema-free document-oriented database |
17 17 | long_description ${description} |
18 18 | |
19 19 | platforms darwin |
20 20 | |
21 21 | homepage http://www.mongodb.org/ |
22 22 | master_sites http://downloads.mongodb.org/src/ |
23 23 | distname ${name}-src-r${version} |
24 24 | |
25 - | checksums rmd160 063e93e20ed55769f2bfca118e2589ca46df58d4 \ |
26 - | sha256 e99e00ee243945309c1a779bd3bc73d4fdf09ece900b14b5fa429e02142d1385 |
25 + | checksums rmd160 5ff3ef27495e57d683a47105a5b1f95f48b72ffc \ |
26 + | sha256 0415a9b503f62e40d2ba87f555b553757a14fac281d1d6a583d8d880b8720921 |
27 27 | |
28 28 | depends_build port:scons |
29 29 | |
30 30 | depends_lib port:libpcap \ |
31 31 | path:lib/libssl.dylib:openssl |
32 32 | |
33 33 | license_noconflict scons |
34 34 | |
35 35 | use_configure no |
36 36 | |