pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-qt4 update to 4.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59b38ac5aed5
branches:  trunk
changeset: 577520:59b38ac5aed5
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Jul 13 18:22:54 2010 +0000

description:
update to 4.7.4
changes:
-any class with a count() method now supports the len() builtin
-added the missing == and != operators to QItemSelection
-added readQVariantHash(), readQVariantList(), readQVariantMap,
 writeQVariantHash(), writeQVariantList() and writeQVariantMap()
 to QDataStream
-added the ErrorPageExtensionOption and ErrorPageExtensionReturn classes,
 and the ErrorDomain enum to QWebPage

diffstat:

 x11/py-qt4/Makefile |  5 ++---
 x11/py-qt4/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 4ad5269dabd8 -r 59b38ac5aed5 x11/py-qt4/Makefile
--- a/x11/py-qt4/Makefile       Tue Jul 13 18:19:57 2010 +0000
+++ b/x11/py-qt4/Makefile       Tue Jul 13 18:22:54 2010 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2010/06/13 22:45:50 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2010/07/13 18:22:54 drochner Exp $
 #
 
 PKGNAME=               ${PYPKGPREFIX}-qt4-${PYQT_VERSION}
-PYQT_VERSION=          4.7.3
-PKGREVISION=           1
+PYQT_VERSION=          4.7.4
 CATEGORIES=            x11 python
 MASTER_SITES=          http://www.riverbankcomputing.com/static/Downloads/PyQt4/
 
diff -r 4ad5269dabd8 -r 59b38ac5aed5 x11/py-qt4/distinfo
--- a/x11/py-qt4/distinfo       Tue Jul 13 18:19:57 2010 +0000
+++ b/x11/py-qt4/distinfo       Tue Jul 13 18:22:54 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2010/04/20 09:35:05 drochner Exp $
+$NetBSD: distinfo,v 1.13 2010/07/13 18:22:54 drochner Exp $
 
-SHA1 (PyQt-x11-gpl-4.7.3.tar.gz) = 7ad7ed37509f13b4975c50f5fbf557bd58815558
-RMD160 (PyQt-x11-gpl-4.7.3.tar.gz) = fb86bb4abc665e67620d6a77dcd37ad6c6f038c4
-Size (PyQt-x11-gpl-4.7.3.tar.gz) = 7803557 bytes
+SHA1 (PyQt-x11-gpl-4.7.4.tar.gz) = dd1d9eb22f9780c54e3811c8958512847eacc302
+RMD160 (PyQt-x11-gpl-4.7.4.tar.gz) = d93f83c40277829008d9a7e47f7f9c651b36e0d7
+Size (PyQt-x11-gpl-4.7.4.tar.gz) = 7812552 bytes
 SHA1 (patch-aa) = ff6010dec03d1e17e2023d2f6d4418a03bf21bcc



Home | Main Index | Thread Index | Old Index