diff options
author | pi <pi@FreeBSD.org> | 2016-06-04 23:44:52 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-04 23:44:52 +0800 |
commit | 1f58fde3c13ab61c500ee13bf4e016c08650d8a0 (patch) | |
tree | ee6472dec46da838144cea83ac7eeec764400335 /net | |
parent | 0359f2f76868bd976daad7aed121552a4da1412b (diff) | |
download | freebsd-ports-gnome-1f58fde3c13ab61c500ee13bf4e016c08650d8a0.tar.gz freebsd-ports-gnome-1f58fde3c13ab61c500ee13bf4e016c08650d8a0.tar.zst freebsd-ports-gnome-1f58fde3c13ab61c500ee13bf4e016c08650d8a0.zip |
net/qt5-enginio: deprecate, schedule for removal on 2016-08-04
The Qt Enginio port was introduced with the Qt 5.5.1 version to
ports, however, upstream development is discontinued and the upstream
code is marked as deprecated in the Qt 5.6 version and removed in
Qt 5.7. As the port is currently not used by any other port, we
would like to schedule the removal of our port already for our
upgrade to Qt 5.6. If any interested parties would still like to
use the port, you are given time until August 4, 2016 to notice
kde@FreeBSD.org for a possible solution. Otherwise the port will
get removed at latest by importing Qt 5.6.x to ports.
PR: 210015
Submitted by: Ralf Nolden <nolden@kde.org> (kde)
Diffstat (limited to 'net')
-rw-r--r-- | net/qt5-enginio/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/qt5-enginio/Makefile b/net/qt5-enginio/Makefile index 9dd4e09e2586..c321ecdf314c 100644 --- a/net/qt5-enginio/Makefile +++ b/net/qt5-enginio/Makefile @@ -8,6 +8,9 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt Enginio module +DEPRECATED= Deprecated by upstream from Qt 5.6 on, do not use for development +EXPIRATION_DATE= 2016-08-04 + USE_QT5= core network qml buildtools_build QT_DIST= ${PORTNAME} USES= qmake |