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

mcalhoun at macports.org mcalhoun at macports.org
Fri May 6 16:36:04 PDT 2016


Revision: 148392
          https://trac.macports.org/changeset/148392
Author:   mcalhoun at macports.org
Date:     2016-05-06 16:36:03 -0700 (Fri, 06 May 2016)
Log Message:
-----------
qt5-qtquick1, qt5-qtwebkit, qt5-qtwebkit-examples: add notes and comments to make clear that upstream support for these ports has ended

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

Modified: trunk/dports/aqua/qt5/Portfile
===================================================================
--- trunk/dports/aqua/qt5/Portfile	2016-05-06 23:33:14 UTC (rev 148391)
+++ trunk/dports/aqua/qt5/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
@@ -9,12 +9,19 @@
 if {       ${subport} eq "qt5-qtwebkit" } {
     version         5.5.1
     revision        4
+
+    notes-append "Qt Webkit is no longer supported upstream.
+The port ${subport} will be removed if it becomes unfeasible to maintain."
 } elseif { ${subport} eq "qt5-qtquick1" } {
     version         5.5.1
     revision        3
+    notes-append "Qt Declarative is no longer supported upstream.
+The port ${subport} will be removed if it becomes unfeasible to maintain."
 } elseif { ${subport} eq "qt5-qtwebkit-examples" } {
     version         5.5.1
     revision        3
+    notes-append "Qt Webkit is no longer supported upstream.
+The port ${subport} will be removed if it becomes unfeasible to maintain."
 } else {
     version         5.6.0
 }
@@ -232,7 +239,7 @@
         ""
         "qtbase qtscript qtxmlpatterns qtdeclarative qttools qtwebkit"
         {"Qt Declarative"}
-        "deprecated"
+        "unsupported"
         "variant overrides: "
     }
     qtquickcontrols {
@@ -372,7 +379,7 @@
         "port:fontconfig port:icu port:leveldb port:webp port:libxml2 port:libxslt port:zlib port:sqlite3"
         "qtbase qtxmlpatterns qtdeclarative qtlocation qtmultimedia qtsensors qtwebchannel"
         {"Qt WebKit" "Qt WebKit Widgets"}
-        "deprecated in favor of Qt WebEngine"
+        "unsupported (use Qt WebEngine)"
         "variant overrides: "
     }
     qtwebkit-examples {
@@ -382,7 +389,7 @@
         ""
         "qtbase qtwebkit qtscript qtsvg qtxmlpatterns qtdeclarative qttools"
         {"examples for Qt WebKit"}
-        "deprecated in favor of Qt WebEngine; doen't provide functionality"
+        "unsupported (use Qt WebEngine); doen't provide functionality"
         "variant overrides: ++examples"
     }
     qtxmlpatterns {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160506/1f27c195/attachment.html>


More information about the macports-changes mailing list