Ticket #16827: Portfile.patch

File Portfile.patch, 764 bytes (added by ocroquette (Olivier Croquette), 16 years ago)

Patch for the portfile

  • Portfile

    old new  
    33PortSystem          1.0
    44
    55name                qgit
    6 version             2.1
     6version             2.2
    77categories          devel
    88maintainers         ocroquette@free.fr
    99description         A graphical interface to git repositories
     
    1717worksrcdir          qgit
    1818
    1919master_sites        sourceforge
    20 checksums           md5 f22787c814fbe832d6da7c6a2436c3c0
     20checksums           md5 f863efa000aa1549f803c6ad743decd6
    2121
    2222depends_lib         port:qt4-mac port:git-core
    2323
     24patchfiles          patch_src_namespace_def.cpp.diff  patch_src_qgit.cpp.diff
     25
    2426configure {
    2527    # ui_msg ${worksrcpath}
    2628    system "cd ${worksrcpath} && qmake"