On Tue, May 10, 2011 at 10:09:19AM +0200, David Coppa wrote:
> 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

Here is an updated diff incorporating my change to use the recommended
dist site to provide for faster and more localized downloads.


Index: Makefile
===================================================================
RCS file: /home/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 23:26:24 -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,12 +48,13 @@ 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
-MASTER_SITES = ftp://ftp.qt.nokia.com/qt/source/ \
+MASTER_SITES = http://get.qt.nokia.com/qt/source/ \
+               ftp://ftp.qt.nokia.com/qt/source/ \
                ftp://ftp.troll.no/qt/source/ \
                ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/ \
                ftp://ftp.ntua.gr/pub/X11/Qt/qt/source/ \
@@ -146,21 +147,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: /home/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 23:26:24 -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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to