Hi.
This diff updates py-qt3 to the latest release which also unbreaks
building under powerpc.
Comments? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/py-qt3/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 3 Jun 2009 18:21:34 -0000 1.4
+++ Makefile 19 Sep 2009 18:09:39 -0000
@@ -4,7 +4,7 @@
COMMENT= python Qt3 bindings
-V= 3.17.6
+V= 3.18.1
DISTNAME= PyQt-x11-gpl-${V}
PKGNAME= py-qt3-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/py-qt3/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 3 Jun 2009 18:21:34 -0000 1.2
+++ distinfo 19 Sep 2009 18:09:39 -0000
@@ -1,5 +1,5 @@
-MD5 (PyQt-x11-gpl-3.17.6.tar.gz) = ibfEbW20opFvxqtagrDQig==
-RMD160 (PyQt-x11-gpl-3.17.6.tar.gz) = oaxPQNZmCSJCmUu4VUBKbkx/ZJ8=
-SHA1 (PyQt-x11-gpl-3.17.6.tar.gz) = aKa7wKghGnYxZfKk6MedmjJiqNI=
-SHA256 (PyQt-x11-gpl-3.17.6.tar.gz) =
nIpR0pZRCkAOyCxkrFgrStzjCBHjOyIiGUxAUhe8oag=
-SIZE (PyQt-x11-gpl-3.17.6.tar.gz) = 813192
+MD5 (PyQt-x11-gpl-3.18.1.tar.gz) = 8dEgSV0arzk4GemIwKe7fg==
+RMD160 (PyQt-x11-gpl-3.18.1.tar.gz) = Eni4BbzQo+NOaKB4ScBSOCxFIJY=
+SHA1 (PyQt-x11-gpl-3.18.1.tar.gz) = MQwXvTsPgfi1FsW3VSUBcfqcmgQ=
+SHA256 (PyQt-x11-gpl-3.18.1.tar.gz) =
frY18E+bGFO26flp3dk5LWdwg/Rion7BkoXhSHxywGE=
+SIZE (PyQt-x11-gpl-3.18.1.tar.gz) = 819441
Index: patches/patch-configure_py
===================================================================
RCS file: /cvs/ports/x11/py-qt3/patches/patch-configure_py,v
retrieving revision 1.2
diff -u -r1.2 patch-configure_py
--- patches/patch-configure_py 3 Jun 2009 18:21:34 -0000 1.2
+++ patches/patch-configure_py 19 Sep 2009 18:09:39 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-configure_py,v 1.2 2009/06/03 18:21:34 jasper Exp $
---- configure.py.orig Mon Nov 17 07:02:06 2008
-+++ configure.py Mon Jun 1 23:33:51 2009
-@@ -1011,7 +1011,7 @@ def check_license():
+--- configure.py.orig Tue Jun 16 10:47:29 2009
++++ configure.py Sat Sep 19 19:01:31 2009
+@@ -1012,7 +1012,7 @@ Type 'no' to decline the terms of the license.
while 1:
try:
@@ -10,7 +10,7 @@
except:
resp = ""
-@@ -1091,15 +1091,11 @@ def check_qt_installation(macros):
+@@ -1092,15 +1092,11 @@ def check_qt_installation(macros):
macros["LIBDIR_QT"] = qt_libdir
# Check the Qt header files have been installed. Quietly check for Qt v4.
--
Antoine