[153647] trunk/dports/devel/dbusmenu-qt/Portfile

mk at macports.org mk at macports.org
Thu Oct 6 20:11:52 CEST 2016


Revision: 153647
          https://trac.macports.org/changeset/153647
Author:   mk at macports.org
Date:     2016-10-06 11:11:52 -0700 (Thu, 06 Oct 2016)
Log Message:
-----------
dbusmenu-qt5: upgrade to more recent version and add comments

Modified Paths:
--------------
    trunk/dports/devel/dbusmenu-qt/Portfile

Modified: trunk/dports/devel/dbusmenu-qt/Portfile
===================================================================
--- trunk/dports/devel/dbusmenu-qt/Portfile	2016-10-06 18:00:43 UTC (rev 153646)
+++ trunk/dports/devel/dbusmenu-qt/Portfile	2016-10-06 18:11:52 UTC (rev 153647)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
+# $Id$
 
 PortSystem          1.0
 
@@ -41,15 +42,27 @@
     }
     test.run        yes
 } else {
+    # this port is mostly used by KF5 ports so we indicate
+    # that we'd prefer to use port:qt5-kde if it's available
+    # (iow, installed, or installable because port:qt5 isn't).
     set qt5.prefer_kde 1
+    platform darwin {
+        PortGroup   cxx11 1.0
+    }
     PortGroup       qt5 1.0
     PortGroup       cmake 1.0
     set cmake.out_of_source \
                     yes
     fetch.type      bzr
     bzr.url         lp:~dbusmenu-team/libdbusmenu-qt/trunk
-    bzr.revision    269
-    version         0.9.3.15.10
+    bzr.revision    271
+    version         0.9.3.16.04
+    distname        ldbusmenu-qt-0.9.3
+    worksrcdir      ldbusmenu-qt-0.9.3
+
+    # libdbusmenu-qt5 use QtCore, QtWidgets and QtDBus all of which
+    # are provided by port:qt5-qtbase if port:qt5-kde isn't being used.
+    # (port:qt5-qtbase is pulled in by default in that case).
     configure.args-append \
                     -DUSE_QT4=OFF -DUSE_QT5=ON
     test.run        no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161006/5cb852d9/attachment-0002.html>


More information about the macports-changes mailing list