diff options
author | drochner <drochner@pkgsrc.org> | 2010-07-13 18:22:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-07-13 18:22:54 +0000 |
commit | b56beaab21b23c52c3f08a48f7ebf24c6d5278ea (patch) | |
tree | 772d0040fffae44a1200beb117271b62d600cf16 | |
parent | 7a013f91acad7c40ff71418675ede0eb770624b5 (diff) | |
download | pkgsrc-b56beaab21b23c52c3f08a48f7ebf24c6d5278ea.tar.gz |
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
-rw-r--r-- | x11/py-qt4/Makefile | 5 | ||||
-rw-r--r-- | x11/py-qt4/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index e9f40c51ba4..871141c52d3 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -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 --git a/x11/py-qt4/distinfo b/x11/py-qt4/distinfo index 3ee5b500c5f..46a043b3897 100644 --- a/x11/py-qt4/distinfo +++ b/x11/py-qt4/distinfo @@ -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 |