svn commit: r416364 - head/net/qt5-enginio

Kurt Jaeger pi at FreeBSD.org
Sat Jun 4 15:44:54 UTC 2016


Author: pi
Date: Sat Jun  4 15:44:52 2016
New Revision: 416364
URL: https://svnweb.freebsd.org/changeset/ports/416364

Log:
  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 at 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 at kde.org> (kde)

Modified:
  head/net/qt5-enginio/Makefile

Modified: head/net/qt5-enginio/Makefile
==============================================================================
--- head/net/qt5-enginio/Makefile	Sat Jun  4 15:25:00 2016	(r416363)
+++ head/net/qt5-enginio/Makefile	Sat Jun  4 15:44:52 2016	(r416364)
@@ -8,6 +8,9 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde at 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


More information about the svn-ports-head mailing list