svn commit: r416768 - head/textproc/clucene-qt5

Kurt Jaeger pi at FreeBSD.org
Sun Jun 12 06:38:00 UTC 2016


Author: pi
Date: Sun Jun 12 06:37:59 2016
New Revision: 416768
URL: https://svnweb.freebsd.org/changeset/ports/416768

Log:
  textproc/clucene-qt5: deprecate, removal on 2016-08-11
  
  We will merge the clucene-qt5 (package: qt5-clucene) with the
  qt5-help port in order to simplify building Qt 5 and its dependencies.
  clucene-qt5 is only required by qt5-help anyway, so there is no
  real need to keep it split off.
  
  Qt 5.7 ports will have those two ports merged and the clucene-qt5
  port will expire with Qt 5.7 ports.
  
  PR:		210202
  Submitted by:	Ralf Nolden <nolden at kde.org> (kde)

Modified:
  head/textproc/clucene-qt5/Makefile

Modified: head/textproc/clucene-qt5/Makefile
==============================================================================
--- head/textproc/clucene-qt5/Makefile	Sun Jun 12 04:59:26 2016	(r416767)
+++ head/textproc/clucene-qt5/Makefile	Sun Jun 12 06:37:59 2016	(r416768)
@@ -8,6 +8,9 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt bindings for the CLucene full-text search library
 
+DEPRECATED=	This port will be merged with qt5-help in Qt 5.7 ports.
+EXPIRATION_DATE=	2016-08-11
+
 USE_QT5=	core buildtools_build
 QT_DIST=	tools
 USES=		qmake


More information about the svn-ports-head mailing list