diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-01-03 04:21:34 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-01-03 04:21:34 +0800 |
commit | 88f202ff631de879574d844ea78521048db55e79 (patch) | |
tree | 7d58fc6f215144f764a8c4bbf5b05b480989ca0e /x11 | |
parent | 7efbe52294532302db995c4347834088605b3aee (diff) | |
download | freebsd-ports-gnome-88f202ff631de879574d844ea78521048db55e79.tar.gz freebsd-ports-gnome-88f202ff631de879574d844ea78521048db55e79.tar.zst freebsd-ports-gnome-88f202ff631de879574d844ea78521048db55e79.zip |
Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.
Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.
This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.
Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.
PR: 224739
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4-opengl/Makefile | 1 | ||||
-rw-r--r-- | x11/py-qt5-opengl/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile index c265eec4d1cb..bf437f7841e3 100644 --- a/x11/py-qt4-opengl/Makefile +++ b/x11/py-qt4-opengl/Makefile @@ -3,7 +3,6 @@ PORTNAME= opengl PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org diff --git a/x11/py-qt5-opengl/Makefile b/x11/py-qt5-opengl/Makefile index b89bfed3c973..d5fe06311bed 100644 --- a/x11/py-qt5-opengl/Makefile +++ b/x11/py-qt5-opengl/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= opengl -PORTREVISION= 1 CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org |