[140982] trunk/dports/kde/polkit-qt/Portfile

michaelld at macports.org michaelld at macports.org
Wed Oct 7 06:23:18 PDT 2015


Revision: 140982
          https://trac.macports.org/changeset/140982
Author:   michaelld at macports.org
Date:     2015-10-07 06:23:18 -0700 (Wed, 07 Oct 2015)
Log Message:
-----------
polkit-qt:
+ update to use qt4 1.0 PortGroup;
+ fix finding automoc by using the cmake script provided by automoc;
+ rev-bump for recent changes to qt4-mac.

Modified Paths:
--------------
    trunk/dports/kde/polkit-qt/Portfile

Modified: trunk/dports/kde/polkit-qt/Portfile
===================================================================
--- trunk/dports/kde/polkit-qt/Portfile	2015-10-07 13:03:00 UTC (rev 140981)
+++ trunk/dports/kde/polkit-qt/Portfile	2015-10-07 13:23:18 UTC (rev 140982)
@@ -3,9 +3,11 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+PortGroup           qt4 1.0
 
 name                polkit-qt
 version             0.103.0
+revision            1
 categories          kde kde4 security
 license             {LGPL GPL-2+}
 maintainers         nomaintainer
@@ -23,9 +25,13 @@
 depends_build-append port:automoc \
                     port:pkgconfig
 
-depends_lib         port:policykit \
-                    port:qt4-mac
+depends_lib         port:policykit
 
+post-patch {
+    # remove the buggy prodided script for finding automoc
+    delete ${worksrcpath}/cmake/modules/FindAutomoc4.cmake
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     "Qt PolicyKit wrapper</h1><h3>(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151007/181bef74/attachment.html>


More information about the macports-changes mailing list