[126937] trunk/dports/devel/qgit/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Oct 17 14:55:23 PDT 2014


Revision: 126937
          https://trac.macports.org/changeset/126937
Author:   khindenburg at macports.org
Date:     2014-10-17 14:55:23 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
qgit: change to git url that is still being developed - update to 2.5+ - add license - install into Qt app dir #45232

Modified Paths:
--------------
    trunk/dports/devel/qgit/Portfile

Modified: trunk/dports/devel/qgit/Portfile
===================================================================
--- trunk/dports/devel/qgit/Portfile	2014-10-17 21:46:36 UTC (rev 126936)
+++ trunk/dports/devel/qgit/Portfile	2014-10-17 21:55:23 UTC (rev 126937)
@@ -5,27 +5,24 @@
 PortGroup           qt4 1.0
 
 name                qgit
-version             2.3
-revision            1
+version             2.5.20140910
 categories          devel
+license             GPL-2
 maintainers         free.fr:ocroquette openmaintainer
-description         A QT graphical interface to git repositories
-long_description    A QT graphical interface to git repositories
+description         A Qt graphical interface to git repositories
+long_description    ${description}
 
-homepage            http://sourceforge.net/projects/qgit/
-platforms           darwin
+homepage            http://libre.tibirna.org/projects/qgit
 
-use_bzip2           yes
-worksrcdir          ${name}
+fetch.type          git
+git.url             git://repo.or.cz/qgit4/redivivus.git
+git.branch          c83cb5819443adf0e3b60d1ac3a63d9cbb22e124
 
-master_sites        sourceforge
+platforms           darwin
 
-checksums           sha1    6a75079e786a55d1d23a2752c0d93099af8aafd3 \
-                    rmd160  c117cb7f9985045891f20981ce64f00c5741699e
-
 depends_lib-append  port:git
 
-patchfiles          patch_src_namespace_def.cpp.diff  patch_src_qgit.cpp.diff
+patchfiles          patch_src_qgit.cpp.diff
 
 variant debug description "Build as both release and debug" {}
 
@@ -47,14 +44,17 @@
 }
 
 configure.cmd       ${qt_qmake_cmd}
-configure.pre_args   
+configure.pre_args
 configure.post_args
 
 destroot {
-    copy ${worksrcpath}/bin/qgit.app ${destroot}${applications_dir}
+    xinstall -m 755 -d ${destroot}${qt_apps_dir}
+    copy ${worksrcpath}/bin/qgit.app ${destroot}${qt_apps_dir}
 
     # Also link to ${prefix}/bin for easier access from the command line
     # Especially useful since qgit is supposed to be started from
     # the GIT repository location.
-    ln -s ${applications_dir}/qgit.app/Contents/MacOS/qgit ${destroot}${prefix}/bin
+    ln -s ${qt_apps_dir}/qgit.app/Contents/MacOS/qgit ${destroot}${prefix}/bin
 }
+
+livecheck.type   none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141017/f78df417/attachment-0001.html>


More information about the macports-changes mailing list