[140954] trunk/dports/devel/qt4-creator-mac/Portfile

michaelld at macports.org michaelld at macports.org
Tue Oct 6 12:34:00 PDT 2015


Revision: 140954
          https://trac.macports.org/changeset/140954
Author:   michaelld at macports.org
Date:     2015-10-06 12:34:00 -0700 (Tue, 06 Oct 2015)
Log Message:
-----------
qt4-creator-mac: fix to use qt.io; rearrange & tweak the livecheck to be for this specific major release (2.8.X); add myself as maintainer but with openmaintainer also.

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

Modified: trunk/dports/devel/qt4-creator-mac/Portfile
===================================================================
--- trunk/dports/devel/qt4-creator-mac/Portfile	2015-10-06 19:25:06 UTC (rev 140953)
+++ trunk/dports/devel/qt4-creator-mac/Portfile	2015-10-06 19:34:00 UTC (rev 140954)
@@ -5,21 +5,22 @@
 PortGroup           qmake 1.0
 
 name                qt4-creator-mac
-version             2.8.1
 categories          devel aqua
 platforms           darwin
 license             LGPL-2.1
-maintainers         nomaintainer
+maintainers         michaelld openmaintainer
 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
+version             2.8.1
+checksums           rmd160 9348896ff468a90e2c36260621c615c1ee89e82c \
+                    sha256 d5ae007a297a4288d0e95fd605edbfb8aee80f6788c7a6cfb9cb297f50c364b9
+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+homepage            http://www.qt.io/ide/
 distname            qt-creator-${version}-src
-master_sites        https://download.qt-project.org/official_releases/qtcreator/[join [lrange [split ${version} .] 0 1] .]/${version}/
+master_sites        https://download.qt.io/official_releases/qtcreator/${branch}/${version}/
 
-checksums           rmd160  9348896ff468a90e2c36260621c615c1ee89e82c \
-                    sha256  d5ae007a297a4288d0e95fd605edbfb8aee80f6788c7a6cfb9cb297f50c364b9
-
 depends_lib-append  port:botan \
                     port:qt4-mac-sqlite3-plugin
 
@@ -64,9 +65,8 @@
     copy "${worksrcpath}/bin/Qt Creator.app" "${destroot}${qt_apps_dir}"
 }
 
-universal_variant   yes
-
 livecheck.type      regex
-livecheck.url       https://qt-project.org/downloads/
 # Qt Creator >=2.6 requires Qt 4.8
-livecheck.regex     "qt-creator-(2.\[0-9.-\]+)-src.zip"
+# Qt Creator >=3.0 requires Qt 5+, so stick with the 2.8 release
+livecheck.regex     qt-creator-(2.8.\[0-9\])-src.zip
+livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151006/72c4cc2c/attachment.html>


More information about the macports-changes mailing list