aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2015-03-05 07:20:47 +0800
committerrakuco <rakuco@FreeBSD.org>2015-03-05 07:20:47 +0800
commit485e70307cb5f583344f2868987691016a393469 (patch)
tree3a38bfb19a0bf8ce5ff9a98c0d2abda4ffd7d107 /misc
parentfc573af4a173ff4b407d952ac5bf8488caee489e (diff)
downloadfreebsd-ports-gnome-485e70307cb5f583344f2868987691016a393469.tar.gz
freebsd-ports-gnome-485e70307cb5f583344f2868987691016a393469.tar.zst
freebsd-ports-gnome-485e70307cb5f583344f2868987691016a393469.zip
Update PyQt and its dependencies.
* PyQt4 has been updated to 4.11.3. * QScintilla has been updated to 2.8.4. * SIP has been updated to 4.16.5. This update is much smaller than the previous one, as there has been no further need for clean ups in the ports infrastructure. Pretty much the entire patch set has been originally contributed by Tobias Berner, who sent it to the KDE on FreeBSD mailing list. Thanks a lot! PR: 198016 Submitted by: Tobias Berner <tcberner@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/py-qt4-demo/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile
index d0435e879048..681e413516a4 100644
--- a/misc/py-qt4-demo/Makefile
+++ b/misc/py-qt4-demo/Makefile
@@ -24,12 +24,6 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4
PYQT4_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT}
.endfor
-# Remove some empty __pycache__/ directories that are wrongly part of the
-# tarball and cause check-plist failures.
-post-patch:
- ${RMDIR} ${WRKSRC}/examples/opengl/textures/__pycache__
- ${RMDIR} ${WRKSRC}/examples/widgets/stylesheet/__pycache__
-
do-build:
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/examples