Revision: 70333 http://trac.macports.org/changeset/70333 Author: stromnov@macports.org Date: 2010-08-06 08:45:02 -0700 (Fri, 06 Aug 2010) Log Message: ----------- mongodb: reformat Portfile Modified Paths: -------------- trunk/dports/databases/mongodb/Portfile Modified: trunk/dports/databases/mongodb/Portfile =================================================================== --- trunk/dports/databases/mongodb/Portfile 2010-08-06 15:04:53 UTC (rev 70332) +++ trunk/dports/databases/mongodb/Portfile 2010-08-06 15:45:02 UTC (rev 70333) @@ -9,6 +9,7 @@ license AGPL-3.0 categories databases maintainers nomaintainer + description High-performance, schema-free document-oriented database long_description ${description} @@ -23,19 +24,22 @@ rmd160 34b095adde58d7a2f3bb56b59547dd3d6ac4ed8f depends_build port:scons -depends_lib port:boost port:pcre port:spidermonkey port:libpcap \ +depends_lib port:boost \ + port:pcre \ + port:spidermonkey \ + port:libpcap \ port:readline -archcheck.files \ - lib/libboost_program_options-mt.dylib \ - lib/libpcap.dylib \ - lib/libpcre.dylib \ - lib/libreadline.dylib \ - lib/libjs.dylib +archcheck.files lib/libboost_program_options-mt.dylib \ + lib/libpcap.dylib \ + lib/libpcre.dylib \ + lib/libreadline.dylib \ + lib/libjs.dylib patchfiles patch-SConstruct.diff + post-patch { - reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/SConstruct + reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/SConstruct } use_configure no @@ -47,8 +51,9 @@ destroot.cmd scons destroot.args ${build.args} destroot.destdir --prefix=${destroot}${prefix} + post-destroot { - xinstall -W ${worksrcpath} mongobridge ${destroot}${prefix}/bin + xinstall -W ${worksrcpath} mongobridge ${destroot}${prefix}/bin } variant universal {
participants (1)
-
stromnov@macports.org