Ticket #49203: patch-portfile_qt4-patch.diff

File patch-portfile_qt4-patch.diff, 682 bytes (added by robertoschwald (Robert Oschwald), 8 years ago)

Patch for Portfile to add patch-configure-qt4.diff to bacula_bat variant. Bump revision to 3.

  • Portfile

    old new  
    55
    66name                bacula
    77version             7.0.4
    8 revision            2
     8revision            3
    99categories          sysutils
    1010platforms           darwin
    1111license             {AGPL-3 OpenSSLException}
     
    8484    depends_lib-append    port:qt4-mac \
    8585                          port:qwt52
    8686    configure.args-append --enable-bat
    87 
    88     patchfiles            patch-configure-qt4.diff
    89 
    9087    post-patch {
    9188        system "makeicns -in ${worksrcpath}/src/qt-console/images/bat_icon.png -out ${worksrcpath}/src/qt-console/images/bat_icon.icns"
    9289    }