[127657] trunk/dports/devel/qt5-creator-mac/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Oct 31 11:18:39 PDT 2014


Revision: 127657
          https://trac.macports.org/changeset/127657
Author:   mcalhoun at macports.org
Date:     2014-10-31 11:18:38 -0700 (Fri, 31 Oct 2014)
Log Message:
-----------
qt5-creator-mac: Fix homepage, livecheck URL, and typo in comment

Modified Paths:
--------------
    trunk/dports/devel/qt5-creator-mac/Portfile

Modified: trunk/dports/devel/qt5-creator-mac/Portfile
===================================================================
--- trunk/dports/devel/qt5-creator-mac/Portfile	2014-10-31 17:48:19 UTC (rev 127656)
+++ trunk/dports/devel/qt5-creator-mac/Portfile	2014-10-31 18:18:38 UTC (rev 127657)
@@ -19,7 +19,7 @@
 description         Cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.
 long_description    Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.
 
-homepage            http://qt.digia.com/Product/developer-tools
+homepage            http://qt-project.org/wiki/Category:Tools::QtCreator
 distname            qt-creator-opensource-src-${version}
 master_sites        https://download.qt-project.org/official_releases/qtcreator/[join [lrange [split ${version} .] 0 1] .]/${version}/
 
@@ -32,7 +32,7 @@
         
     if { ![variant_isset universal] } {
         destroot {
-            # make install attempts to install command line tools into /bin, etcl
+            # make install attempts to install command line tools into /bin, etc.
             xinstall -m 755 -d ${destroot}${qt_apps_dir}
             copy "${worksrcpath}/bin/Qt Creator.app" "${destroot}${qt_apps_dir}"
         }
@@ -76,5 +76,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       https://qt-project.org/downloads/
+livecheck.url       http://www.qt.io/download-open-source/
 livecheck.regex     qt-creator-opensource-src-(\[a-z0-9.\]+)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141031/58e03834/attachment.html>


More information about the macports-changes mailing list