diff options
author | pi <pi@FreeBSD.org> | 2016-06-12 14:37:59 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-12 14:37:59 +0800 |
commit | ad004c0ac9075f440f6d121b004400e9657bbaf1 (patch) | |
tree | 35f2ddc960de22aadcf49293cc9c6f2de704b5ce /textproc | |
parent | 2fc8ccfe3f189607a54ed158eced132aac7d49af (diff) | |
download | freebsd-ports-gnome-ad004c0ac9075f440f6d121b004400e9657bbaf1.tar.gz freebsd-ports-gnome-ad004c0ac9075f440f6d121b004400e9657bbaf1.tar.zst freebsd-ports-gnome-ad004c0ac9075f440f6d121b004400e9657bbaf1.zip |
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@kde.org> (kde)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/clucene-qt5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/clucene-qt5/Makefile b/textproc/clucene-qt5/Makefile index eddf37b28222..b0f6961b4846 100644 --- a/textproc/clucene-qt5/Makefile +++ b/textproc/clucene-qt5/Makefile @@ -8,6 +8,9 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@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 |