Ticket #45232: qgit-diff.patch
File qgit-diff.patch, 1.9 KB (added by RJVB (René Bertin), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup qt4 1.0 6 6 7 fetch.type git 8 git.url git://repo.or.cz/qgit4/redivivus.git 9 git.branch c83cb5819443adf0e3b60d1ac3a63d9cbb22e124 10 7 11 name qgit 8 version 2.3 9 revision 1 12 version 2.5.20140910 10 13 categories devel 11 14 maintainers free.fr:ocroquette openmaintainer 12 15 description A QT graphical interface to git repositories 13 16 long_description A QT graphical interface to git repositories 14 17 15 homepage http://sourceforge.net/projects/qgit/ 18 homepage http://libre.tibirna.org/projects/qgit 19 #master_sites http://libre.tibirna.org/attachments/download/9/ 20 distname ${name}-${version} 16 21 platforms darwin 17 22 18 use_bzip2yes23 #use_gz yes 19 24 worksrcdir ${name} 20 25 21 master_sites sourceforge22 23 checksums sha1 6a75079e786a55d1d23a2752c0d93099af8aafd3 \24 rmd160 c117cb7f9985045891f20981ce64f00c5741699e25 26 26 depends_lib-append port:git 27 27 28 28 patchfiles patch_src_namespace_def.cpp.diff patch_src_qgit.cpp.diff … … 51 51 configure.post_args 52 52 53 53 destroot { 54 copy ${worksrcpath}/bin/qgit.app ${destroot}${applications_dir} 54 xinstall -m 755 -d ${destroot}${qt_apps_dir} 55 copy ${worksrcpath}/bin/qgit.app ${destroot}${qt_apps_dir} 55 56 56 57 # Also link to ${prefix}/bin for easier access from the command line 57 58 # Especially useful since qgit is supposed to be started from 58 59 # the GIT repository location. 59 ln -s ${ applications_dir}/qgit.app/Contents/MacOS/qgit ${destroot}${prefix}/bin60 ln -s ${qt_apps_dir}/qgit.app/Contents/MacOS/qgit ${destroot}${prefix}/bin 60 61 } 62 63 #livecheck.url http://libre.tibirna.org/projects/qgit/files 64 #livecheck.regex (\\d+(\\.\\d+)+)