Hi all,

The following diff updates x11/qt4 to its latest version, 4.7.3.

Only meaningful change is support for blacklisting of fraudulent
SSL certificates[1], the rest are fixes for SymbianOS.

I've also fixed the "no_examples" PSEUDO_FLAVOR, that was broken
since some time (maybe since the addition of QtWebKit): I've
re-synced it with the list of SUBTARGETS from the distfile's
Makefile minus "sub-examples" and "sub-demos".

OK ?

Ciao, 
David

[1] http://bugreports.qt.nokia.com/browse/QTBUG-18338

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/qt4/Makefile,v
retrieving revision 1.84
diff -u -p -r1.84 Makefile
--- Makefile    15 Apr 2011 16:13:23 -0000      1.84
+++ Makefile    10 May 2011 07:49:15 -0000
@@ -30,7 +30,7 @@ SHARED_LIBS = Qt3Support 8.0 \
                QtDesigner 7.0 \
                QtDesignerComponents 7.0 \
                QtGui 10.0 \
-               QtNetwork 9.0 \
+               QtNetwork 9.1 \
                QtOpenGL 7.0 \
                QtSql 8.0 \
                QtXml 8.0 \
@@ -48,8 +48,8 @@ SHARED_LIBS = Qt3Support 8.0 \
                QtDeclarative 0.0 
 
 
-VERSION =      4.7.2
-PKGVERSION =   4.7.2
+VERSION =      4.7.3
+PKGVERSION =   4.7.3
 DISTNAME =     qt-everywhere-opensource-src-${VERSION}
 
 CATEGORIES =   x11
@@ -146,21 +146,27 @@ SUBTARGETS =              sub-tools-bootstrap \
                        sub-corelib \
                        sub-xml \
                        sub-network \
-                       sub-gui \
                        sub-sql \
-                       sub-script \
                        sub-testlib \
-                       sub-qt3support \
                        sub-dbus \
+                       sub-gui \
+                       sub-qt3support \
                        sub-uic3 \
                        sub-opengl \
                        sub-xmlpatterns \
                        sub-phonon \
+                       sub-multimedia \
                        sub-svg \
+                       sub-script \
+                       sub-declarative \
+                       sub-javascriptcore \
+                       sub-webkit \
                        sub-scripttools \
                        sub-plugins \
+                       sub-imports \
+                       sub-webkitdeclarative \
                        sub-tools \
-                       sub-tools-qdoc3
+                       sub-translations
 
 ALL_TARGET =           ${SUBTARGETS}
 INSTALL_TARGET =       ${SUBTARGETS:S/$/-install_subtargets/} \
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/qt4/distinfo,v
retrieving revision 1.28
diff -u -p -r1.28 distinfo
--- distinfo    3 Apr 2011 13:35:30 -0000       1.28
+++ distinfo    10 May 2011 07:49:15 -0000
@@ -1,5 +1,5 @@
-MD5 (qt-everywhere-opensource-src-4.7.2.tar.gz) = ZrmS9cIRRd8IyZ0hhH9P2w==
-RMD160 (qt-everywhere-opensource-src-4.7.2.tar.gz) = 
3j0cFywjwzaBoJRcMx2xechMt7U=
-SHA1 (qt-everywhere-opensource-src-4.7.2.tar.gz) = hEFPgrvJ6NNWuYbV0evuidBuTy4=
-SHA256 (qt-everywhere-opensource-src-4.7.2.tar.gz) = 
1Hg7UkuQvNJwzPbnow1ftRaWxH613knrwtVTzT60kzY=
-SIZE (qt-everywhere-opensource-src-4.7.2.tar.gz) = 213663032
+MD5 (qt-everywhere-opensource-src-4.7.3.tar.gz) = Sblu77EiTMUpr2/lYIZU/g==
+RMD160 (qt-everywhere-opensource-src-4.7.3.tar.gz) = 
q5wRyFiYQw+nTl4HiU+NpeWTZkU=
+SHA1 (qt-everywhere-opensource-src-4.7.3.tar.gz) = dl63DZd5+T/v3d3aXm3bM/TAtx4=
+SHA256 (qt-everywhere-opensource-src-4.7.3.tar.gz) = 
0Ctv1p0InAH0p4eqGBddB0zK7PiYCllW4yjCmRkFk34=
+SIZE (qt-everywhere-opensource-src-4.7.3.tar.gz) = 213659173

Reply via email to