Ticket #26234: Portfile.patch
File Portfile.patch, 1.1 KB (added by ralf@…, 14 years ago) |
---|
-
Portfile
old new 5 5 6 6 name mongodb 7 7 epoch 1 8 version 1.6. 08 version 1.6.1 9 9 license AGPL-3.0 10 10 categories databases 11 11 maintainers nomaintainer … … 19 19 master_sites http://downloads.mongodb.org/src/ 20 20 distname ${name}-src-r${version} 21 21 22 checksums md5 d09e062b518ce71106652eac0e88a962 \23 sha1 9f3b0c90424022a8a1667d25162c67c58800edf9\24 rmd160 26edbeff2940fac6d2b083ce37b28aa468ed0b0022 checksums md5 e4f37470bc4f910e086f68070053e8a2 \ 23 sha1 19044a5151170ad38a691cc4964256d5c85bbfac \ 24 rmd160 37fe9289a3e018a5815f4a3faea245480e979715 25 25 26 26 depends_build port:scons 27 27 … … 46 46 use_configure no 47 47 48 48 build.cmd scons 49 build.args --usesm --cxx=${configure.cxx} 49 build.args --usesm --cxx=${configure.cxx} --full 50 50 build.target all mongobridge mongosniff 51 51 52 52 destroot.cmd scons