[MacPorts] #39154: QupZilla 1.4.3 was stealth-updated (was: Port QupZilla has wrong checksums)
MacPorts
noreply at macports.org
Sun May 19 23:50:42 PDT 2013
#39154: QupZilla 1.4.3 was stealth-updated
------------------------+--------------------------
Reporter: khepler@… | Owner: ryandesign@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords:
Port: QupZilla |
------------------------+--------------------------
Changes (by ryandesign@…):
* owner: macports-tickets@… => ryandesign@…
* status: new => assigned
Comment:
QupZilla was [wiki:PortfileRecipes#stealth-updates stealth-updated]. The
change appears to be minor:
{{{
#!diff
--- QupZilla-qupzilla-80309a0/src/lib/app/qz_namespace.h 2013-05-09
13:02:37.000000000 -0500
+++ 1.4.3_1/QupZilla-qupzilla-40dcc26/src/lib/app/qz_namespace.h
2013-05-10 05:10:45.000000000 -0500
@@ -24,6 +24,14 @@
#define QT_QUPZILLA_EXPORT Q_DECL_IMPORT
#endif
+#ifndef Q_UNLIKELY
+#define Q_UNLIKELY(x) x
+#endif
+
+#ifndef Q_LIKELY
+#define Q_LIKELY(x) x
+#endif
+
#include <QFlags>
namespace Qz
}}}
--
Ticket URL: <https://trac.macports.org/ticket/39154#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list