aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-11-27 08:10:51 +0800
committermiwi <miwi@FreeBSD.org>2009-11-27 08:10:51 +0800
commit1a0fd6b02d559b518c3a515447a8c92bc8ea5e58 (patch)
tree6f8dfe64dee42793d98fdb880b0af0fba7d0ef98 /misc
parentd5564ceca17bac9b7c7732e683c2f4932532e332 (diff)
downloadfreebsd-ports-gnome-1a0fd6b02d559b518c3a515447a8c92bc8ea5e58.tar.gz
freebsd-ports-gnome-1a0fd6b02d559b518c3a515447a8c92bc8ea5e58.tar.zst
freebsd-ports-gnome-1a0fd6b02d559b518c3a515447a8c92bc8ea5e58.zip
- Update py-qt4* to 4.6.2
- Update py-sip to 4.9.3 The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself)
Diffstat (limited to 'misc')
-rw-r--r--misc/py-qt4-demo/Makefile1
-rw-r--r--misc/py-qt4-demo/distinfo6
-rw-r--r--misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py12
-rw-r--r--misc/py-qt4-demo/pkg-plist4
-rw-r--r--misc/py-qt4-doc/distinfo6
5 files changed, 15 insertions, 14 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile
index 7638c2715a1b..57ba4d5978d9 100644
--- a/misc/py-qt4-demo/Makefile
+++ b/misc/py-qt4-demo/Makefile
@@ -58,6 +58,7 @@ do-build:
do-install:
.if !defined(NOPORTEXAMPLES)
${RM} -f ${WRKSRC}/examples/designer/plugins/plugins.py.orig
+ ${RM} -f ${WRKSRC}/examples/activeqt/webbrowser/webbrowser.py.orig
${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
.else
diff --git a/misc/py-qt4-demo/distinfo b/misc/py-qt4-demo/distinfo
index a312fab4a870..f6a298a5be54 100644
--- a/misc/py-qt4-demo/distinfo
+++ b/misc/py-qt4-demo/distinfo
@@ -1,3 +1,3 @@
-MD5 (PyQt-x11-gpl-4.5.4.tar.gz) = b721266d14c450dd7045025e042819ec
-SHA256 (PyQt-x11-gpl-4.5.4.tar.gz) = b3d06c7bda701055769add93b48103ee35c6fc9a4b00c67599cb426f9efda5a8
-SIZE (PyQt-x11-gpl-4.5.4.tar.gz) = 6970552
+MD5 (PyQt-x11-gpl-4.6.2.tar.gz) = b7aba1b0e41d674b0ebcb64844f442f7
+SHA256 (PyQt-x11-gpl-4.6.2.tar.gz) = 09312616c3e796b670222c575bbaab6f367f45242f2e82f83f8b3af9ce535bcf
+SIZE (PyQt-x11-gpl-4.6.2.tar.gz) = 6979753
diff --git a/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py b/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py
index f0a5ae585442..44d36d762b54 100644
--- a/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py
+++ b/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py
@@ -9,14 +9,14 @@
+if sys.platform[:-1] == 'freebsd': freebsd = True
+
- # Set a specified environment variable with a directory name.
- def setEnvironment(env, var_name, dir_name):
-@@ -56,6 +60,8 @@
+ app = QtGui.QApplication(sys.argv)
- if sys.platform == "darwin":
- designer_bin.append("/Designer.app/Contents/MacOS/Designer")
+@@ -43,6 +47,8 @@
+
+ if sys.platform == 'darwin':
+ designer_bin += '/Designer.app/Contents/MacOS/Designer'
+elif freebsd:
+ designer_bin.append("/designer-qt4")
else:
- designer_bin.append("/designer")
+ designer_bin += '/designer'
diff --git a/misc/py-qt4-demo/pkg-plist b/misc/py-qt4-demo/pkg-plist
index fb6a5f34585e..d21a30a11b97 100644
--- a/misc/py-qt4-demo/pkg-plist
+++ b/misc/py-qt4-demo/pkg-plist
@@ -390,8 +390,8 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/connection.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/querymodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/querymodel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/relationaltablemode.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/relationaltablemode.pyc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/relationaltablemodel.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/relationaltablemodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/tablemodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/tablemodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads/README
diff --git a/misc/py-qt4-doc/distinfo b/misc/py-qt4-doc/distinfo
index a312fab4a870..f6a298a5be54 100644
--- a/misc/py-qt4-doc/distinfo
+++ b/misc/py-qt4-doc/distinfo
@@ -1,3 +1,3 @@
-MD5 (PyQt-x11-gpl-4.5.4.tar.gz) = b721266d14c450dd7045025e042819ec
-SHA256 (PyQt-x11-gpl-4.5.4.tar.gz) = b3d06c7bda701055769add93b48103ee35c6fc9a4b00c67599cb426f9efda5a8
-SIZE (PyQt-x11-gpl-4.5.4.tar.gz) = 6970552
+MD5 (PyQt-x11-gpl-4.6.2.tar.gz) = b7aba1b0e41d674b0ebcb64844f442f7
+SHA256 (PyQt-x11-gpl-4.6.2.tar.gz) = 09312616c3e796b670222c575bbaab6f367f45242f2e82f83f8b3af9ce535bcf
+SIZE (PyQt-x11-gpl-4.6.2.tar.gz) = 6979753