diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-01-03 04:21:34 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:17:59 +0800 |
commit | 95fa04069243215853bae037517875d4acba7a19 (patch) | |
tree | 6a5dde1d6abd612465c5694224e0fdc3d77adf0d /comms | |
parent | 0eb91b8a1cbf67319c7264a15a918c6c0365e4d0 (diff) | |
download | freebsd-ports-gnome-95fa04069243215853bae037517875d4acba7a19.tar.gz freebsd-ports-gnome-95fa04069243215853bae037517875d4acba7a19.tar.zst freebsd-ports-gnome-95fa04069243215853bae037517875d4acba7a19.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 'comms')
-rw-r--r-- | comms/py-qt5-serialport/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/py-qt5-serialport/Makefile b/comms/py-qt5-serialport/Makefile index 5697103aa502..857e4cf4ece4 100644 --- a/comms/py-qt5-serialport/Makefile +++ b/comms/py-qt5-serialport/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= serialport -PORTREVISION= 1 CATEGORIES= comms devel python MAINTAINER= kde@FreeBSD.org |