Ticket #25971: Portfile.patch
File Portfile.patch, 1.4 KB (added by nefar@…, 14 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 70214 2010-08-02 11:09:41Z stromnov@macports.org $1 # $Id: Portfile 68934 2010-06-18 12:27:32Z stromnov@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 PortGroup archcheck 1.0 5 5 6 6 name mongodb 7 7 epoch 1 8 version 1. 4.48 version 1.6.0 9 9 license AGPL-3.0 10 10 categories databases 11 11 maintainers nomaintainer … … 18 18 master_sites http://downloads.mongodb.org/src/ 19 19 distname ${name}-src-r${version} 20 20 21 checksums md5 2db66dabdbc4e09c28f64aa13b99dfe2 \22 sha1 deb45cafd90f0700add328e0af74adc5f605197b\23 rmd160 34b095adde58d7a2f3bb56b59547dd3d6ac4ed8f21 checksums md5 d09e062b518ce71106652eac0e88a962 \ 22 sha1 9f3b0c90424022a8a1667d25162c67c58800edf9 \ 23 rmd160 26edbeff2940fac6d2b083ce37b28aa468ed0b00 24 24 25 25 depends_build port:scons 26 26 depends_lib port:boost port:pcre port:spidermonkey port:libpcap \ … … 33 33 lib/libreadline.dylib \ 34 34 lib/libjs.dylib 35 35 36 patchfiles patch-SConstruct.diff36 #patchfiles patch-SConstruct.diff 37 37 post-patch { 38 38 reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/SConstruct 39 39 }