Revision: 115448 https://trac.macports.org/changeset/115448 Author: ryandesign@macports.org Date: 2014-01-02 02:09:42 -0800 (Thu, 02 Jan 2014) Log Message: ----------- QupZilla: update to 1.6.0 Modified Paths: -------------- trunk/dports/www/QupZilla/Portfile Added Paths: ----------- trunk/dports/www/QupZilla/files/ trunk/dports/www/QupZilla/files/patch-src-main-main.cpp.diff Modified: trunk/dports/www/QupZilla/Portfile =================================================================== --- trunk/dports/www/QupZilla/Portfile 2014-01-02 09:13:38 UTC (rev 115447) +++ trunk/dports/www/QupZilla/Portfile 2014-01-02 10:09:42 UTC (rev 115448) @@ -5,7 +5,7 @@ PortGroup github 1.0 PortGroup qt4 1.0 -github.setup QupZilla qupzilla 1.4.4 v +github.setup QupZilla qupzilla 1.6.0 v name QupZilla categories www platforms darwin @@ -22,9 +22,11 @@ homepage http://www.qupzilla.com/ -checksums rmd160 21a67bb48ba9e5c42f4b8d07c40256fc24ddef3d \ - sha256 fd9f0beb107df5f6b2d46f81544668f711b77f3602f6e4ed312b5eb8d2730d8d +checksums rmd160 aee5c638f8ca31d00078b1b44f8e04adfe15fdee \ + sha256 96f7f2b0eff3426c5314942a1873d7ba3c1dfbb5ee1b96c1d12b0171f2aeecef +patchfiles patch-src-main-main.cpp.diff + configure.cmd ${prefix}/bin/qmake configure.pre_args configure.universal_args Added: trunk/dports/www/QupZilla/files/patch-src-main-main.cpp.diff =================================================================== --- trunk/dports/www/QupZilla/files/patch-src-main-main.cpp.diff (rev 0) +++ trunk/dports/www/QupZilla/files/patch-src-main-main.cpp.diff 2014-01-02 10:09:42 UTC (rev 115448) @@ -0,0 +1,15 @@ +https://github.com/QupZilla/qupzilla/issues/1122 +https://github.com/QupZilla/qupzilla/commit/58a485fb6dff3ceb336153ff98fd5e87... +--- src/main/main.cpp.orig ++++ src/main/main.cpp +@@ -19,9 +19,9 @@ + #include "proxystyle.h" + + #include <QMessageBox> // For QT_REQUIRE_VERSION ++#include <iostream> + + #if defined(Q_OS_LINUX) || defined(__GLIBC__) +-#include <iostream> + #include <signal.h> + #include <execinfo.h> +
participants (1)
-
ryandesign@macports.org