diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-03-05 07:20:47 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-03-05 07:20:47 +0800 |
commit | 485e70307cb5f583344f2868987691016a393469 (patch) | |
tree | 3a38bfb19a0bf8ce5ff9a98c0d2abda4ffd7d107 /multimedia | |
parent | fc573af4a173ff4b407d952ac5bf8488caee489e (diff) | |
download | freebsd-ports-graphics-485e70307cb5f583344f2868987691016a393469.tar.gz freebsd-ports-graphics-485e70307cb5f583344f2868987691016a393469.tar.zst freebsd-ports-graphics-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 'multimedia')
-rw-r--r-- | multimedia/py-qt4-multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/py-qt4-phonon/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/py-qt4-multimedia/Makefile b/multimedia/py-qt4-multimedia/Makefile index 5246dcc98fb..fb94ef8d4c2 100644 --- a/multimedia/py-qt4-multimedia/Makefile +++ b/multimedia/py-qt4-multimedia/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= multimedia -PORTREVISION= 1 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org diff --git a/multimedia/py-qt4-phonon/Makefile b/multimedia/py-qt4-phonon/Makefile index 746ee1b3a9f..10bb68b5367 100644 --- a/multimedia/py-qt4-phonon/Makefile +++ b/multimedia/py-qt4-phonon/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= phonon -PORTREVISION= 1 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org |