[154312] trunk/dports/aqua/qt5/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Oct 27 14:25:54 CEST 2016


Revision: 154312
          https://trac.macports.org/changeset/154312
Author:   mcalhoun at macports.org
Date:     2016-10-27 14:25:53 +0200 (Thu, 27 Oct 2016)
Log Message:
-----------
qt5-qtbase and qt5-*-plugins:
r153389 should have included a revbump
See #52200

Revision Links:
--------------
    https://trac.macports.org/changeset/153389

Modified Paths:
--------------
    trunk/dports/aqua/qt5/Portfile

Modified: trunk/dports/aqua/qt5/Portfile
===================================================================
--- trunk/dports/aqua/qt5/Portfile	2016-10-27 07:46:32 UTC (rev 154311)
+++ trunk/dports/aqua/qt5/Portfile	2016-10-27 12:25:53 UTC (rev 154312)
@@ -26,6 +26,22 @@
     version         5.6.1
 }
 
+if { ${subport} eq "qt5-qtbase" } {
+    revision 1
+}
+
+if { ${subport} eq "qt5-mysql-plugin" } {
+    revision 2
+}
+
+if { ${subport} eq "qt5-psql-plugin" } {
+    revision 1
+}
+
+if { ${subport} eq "qt5-sqlite-plugin" } {
+    revision 1
+}
+
 # get Qt's version numbers
 set branch          [join [lrange [split ${version} .] 0 1] .]
 set qt_major        [lindex [split ${version} .] 0]
@@ -547,10 +563,6 @@
         description       ${dbms} Database Driver for Qt Tool Kit ${qt_major}
         long_description  ${dbms} Database Driver for Qt Tool Kit ${qt_major}
 
-        if { ${subport} eq "qt5-mysql-plugin" } {
-            revision      1
-        }
-
         # if there is more than one version of the database system, create variants for each version
         if { [llength ${sql_info}] > 1 } {
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161027/be7db49b/attachment-0002.html>


More information about the macports-changes mailing list