Ticket #25971: Portfile.patch

File Portfile.patch, 1.4 KB (added by nefar@…, 14 years ago)

patch file

  • 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 $
    22
    33PortSystem          1.0
    44PortGroup           archcheck 1.0
    55
    66name                mongodb
    77epoch               1
    8 version             1.4.4
     8version             1.6.0
    99license             AGPL-3.0
    1010categories          databases
    1111maintainers         nomaintainer
     
    1818master_sites        http://downloads.mongodb.org/src/
    1919distname            ${name}-src-r${version}
    2020
    21 checksums           md5     2db66dabdbc4e09c28f64aa13b99dfe2 \
    22                     sha1    deb45cafd90f0700add328e0af74adc5f605197b \
    23                     rmd160  34b095adde58d7a2f3bb56b59547dd3d6ac4ed8f
     21checksums           md5     d09e062b518ce71106652eac0e88a962 \
     22                    sha1    9f3b0c90424022a8a1667d25162c67c58800edf9 \
     23                    rmd160  26edbeff2940fac6d2b083ce37b28aa468ed0b00
    2424
    2525depends_build       port:scons
    2626depends_lib         port:boost port:pcre port:spidermonkey port:libpcap \
     
    3333    lib/libreadline.dylib \
    3434    lib/libjs.dylib
    3535
    36 patchfiles          patch-SConstruct.diff
     36#patchfiles          patch-SConstruct.diff
    3737post-patch {
    3838   reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/SConstruct
    3939}