summaryrefslogtreecommitdiff
path: root/x11/py-qt3-modules
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-11-22 18:52:45 +0000
committerdrochner <drochner@pkgsrc.org>2005-11-22 18:52:45 +0000
commit67573bd17156bd6d6c59ec0ce578b1180b570acd (patch)
tree67b989d177667d70a7106d86a4d2b29b276ff53d /x11/py-qt3-modules
parent98a0d48c60e355fe710e06c198bbde4de86d8047 (diff)
downloadpkgsrc-67573bd17156bd6d6c59ec0ce578b1180b570acd.tar.gz
update to 3.15.1
changes: bugfixes
Diffstat (limited to 'x11/py-qt3-modules')
-rw-r--r--x11/py-qt3-modules/distinfo10
-rw-r--r--x11/py-qt3-modules/patches/patch-aa16
2 files changed, 13 insertions, 13 deletions
diff --git a/x11/py-qt3-modules/distinfo b/x11/py-qt3-modules/distinfo
index 6a915f356c5..fd2a39a7c11 100644
--- a/x11/py-qt3-modules/distinfo
+++ b/x11/py-qt3-modules/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2005/10/06 17:57:49 drochner Exp $
+$NetBSD: distinfo,v 1.11 2005/11/22 18:52:45 drochner Exp $
-SHA1 (PyQt-x11-gpl-3.15.tar.gz) = 47c2729fb423dc19eb96255a1d0791c714b88754
-RMD160 (PyQt-x11-gpl-3.15.tar.gz) = d4db0a21013ea1b5338d74441ee50c41de7f25d9
-Size (PyQt-x11-gpl-3.15.tar.gz) = 789772 bytes
-SHA1 (patch-aa) = 298f30c8e549f107b042fc59539537bac3a463f6
+SHA1 (PyQt-x11-gpl-3.15.1.tar.gz) = 28ee34300e73b60f5f9f1dbdbb0bd051497a19ac
+RMD160 (PyQt-x11-gpl-3.15.1.tar.gz) = 56492774a425d3ca4175f02dd45d396f4322ec13
+Size (PyQt-x11-gpl-3.15.1.tar.gz) = 790366 bytes
+SHA1 (patch-aa) = e7d4fb83c8a374b99cd7f3076ef95647c88bb66b
diff --git a/x11/py-qt3-modules/patches/patch-aa b/x11/py-qt3-modules/patches/patch-aa
index 74fa250640d..75b5f81eb7a 100644
--- a/x11/py-qt3-modules/patches/patch-aa
+++ b/x11/py-qt3-modules/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2005/10/06 17:57:49 drochner Exp $
+$NetBSD: patch-aa,v 1.5 2005/11/22 18:52:45 drochner Exp $
---- configure.py.orig 2005-08-30 19:42:52.000000000 +0200
+--- configure.py.orig 2005-11-14 18:31:26.000000000 +0100
+++ configure.py
-@@ -38,7 +38,7 @@ pyqt_version_str = "3.15"
+@@ -38,7 +38,7 @@ pyqt_version_str = "3.15.1"
sip_min_v3_version = 0x030c00
sip_min_v4_version = 0x040300
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2005/10/06 17:57:49 drochner Exp $
qt_sip_flags = []
qtext_sip_flags = []
qtpe_sip_flags = []
-@@ -733,7 +733,7 @@ def check_license():
+@@ -736,7 +736,7 @@ def check_license():
print "Type 'no' to decline the terms of the license."
print
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.4 2005/10/06 17:57:49 drochner Exp $
try:
resp = raw_input("Do you accept the terms of the license? ")
except:
-@@ -767,64 +767,64 @@ def create_makefiles():
+@@ -770,64 +770,64 @@ def create_makefiles():
# The Professional Edition needs special handling.
prof = (sipcfg.qt_edition == "professional")
@@ -138,8 +138,8 @@ $NetBSD: patch-aa,v 1.4 2005/10/06 17:57:49 drochner Exp $
elif sipcfg.qt_version >= 0x020000:
sipconfig.inform("Creating pyuic Makefile...")
-@@ -937,7 +937,7 @@ def main(argv):
- sipconfig.error("This version of PyQt requires SIP v%s or later" % sipcfg.version_to_string(minv))
+@@ -942,7 +942,7 @@ def main(argv):
+ sipconfig.error("This version of PyQt requires SIP v%s or later" % sipconfig.version_to_string(minv))
# Check for QScintilla.
- check_qscintilla()
@@ -147,7 +147,7 @@ $NetBSD: patch-aa,v 1.4 2005/10/06 17:57:49 drochner Exp $
# Check which modules to build.
check_module("qtcanvas", "qcanvas.h", "QCanvas()")
-@@ -955,8 +955,8 @@ def main(argv):
+@@ -960,8 +960,8 @@ def main(argv):
if sys.platform == "win32" and sipcfg.sip_version >= 0x040200:
check_module("qtaxcontainer", "qaxobject.h", "QAxObject()", lib="qaxcontainer")