diff options
author | avilla <avilla@FreeBSD.org> | 2011-03-25 18:06:51 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-03-25 18:06:51 +0800 |
commit | 2eaa2af93e76b5bfeaf1805dfb919518caf5ad49 (patch) | |
tree | 7aa3b3f7502477a93d607452d5137406b108b6ad /x11-toolkits/py-qt4-gui | |
parent | 875e1c6e842b5300f6ad0254162664b18a6319b0 (diff) | |
download | freebsd-ports-gnome-2eaa2af93e76b5bfeaf1805dfb919518caf5ad49.tar.gz freebsd-ports-gnome-2eaa2af93e76b5bfeaf1805dfb919518caf5ad49.tar.zst freebsd-ports-gnome-2eaa2af93e76b5bfeaf1805dfb919518caf5ad49.zip |
- Update SIP to 4.12.1.
- Update PyQt4 to 4.8.3.
- Update QScintilla2 to 2.4.6.
Diffstat (limited to 'x11-toolkits/py-qt4-gui')
-rw-r--r-- | x11-toolkits/py-qt4-gui/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/py-qt4-gui/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/py-qt4-gui/pkg-descr | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 23d0f1fd2145..5d77d67db355 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -66,14 +66,10 @@ PLIST_SUB+= SIP="" ARGS+= --trace .endif -.if ${ARCH} == "sparc64" && ${OSVERSION} >= 700000 +.if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif - do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} diff --git a/x11-toolkits/py-qt4-gui/distinfo b/x11-toolkits/py-qt4-gui/distinfo index 6c04995bffe2..55e47142c1e4 100644 --- a/x11-toolkits/py-qt4-gui/distinfo +++ b/x11-toolkits/py-qt4-gui/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyQt-x11-gpl-4.8.1.tar.gz) = 1feab80dc82dcd451233edeb1cde9cc75fa38b6e8f47780ec6dc317ebe0cf370 -SIZE (PyQt-x11-gpl-4.8.1.tar.gz) = 9409175 +SHA256 (PyQt-x11-gpl-4.8.3.tar.gz) = 8a59fe9dbb4d7f441dfa2e9405ebbf016aa3da838aa7ccfd429a429457c3d664 +SIZE (PyQt-x11-gpl-4.8.3.tar.gz) = 9770929 diff --git a/x11-toolkits/py-qt4-gui/pkg-descr b/x11-toolkits/py-qt4-gui/pkg-descr index 85653751c2d4..2b9a2d9c3a27 100644 --- a/x11-toolkits/py-qt4-gui/pkg-descr +++ b/x11-toolkits/py-qt4-gui/pkg-descr @@ -1,4 +1,4 @@ PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtGui module. -WWW: http://www.riverbankcomputing.co.uk/pyqt/ +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ |