Ticket #16827: Portfile.patch
File Portfile.patch, 764 bytes (added by ocroquette (Olivier Croquette), 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name qgit 6 version 2. 16 version 2.2 7 7 categories devel 8 8 maintainers ocroquette@free.fr 9 9 description A graphical interface to git repositories … … 17 17 worksrcdir qgit 18 18 19 19 master_sites sourceforge 20 checksums md5 f 22787c814fbe832d6da7c6a2436c3c020 checksums md5 f863efa000aa1549f803c6ad743decd6 21 21 22 22 depends_lib port:qt4-mac port:git-core 23 23 24 patchfiles patch_src_namespace_def.cpp.diff patch_src_qgit.cpp.diff 25 24 26 configure { 25 27 # ui_msg ${worksrcpath} 26 28 system "cd ${worksrcpath} && qmake"