diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-18 12:01:27 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-18 12:03:28 +0200 |
commit | a5747e1d30f8303dd95a4bcbd5bfe91c62eb460e (patch) | |
tree | c892bd15e49f45a1ade500b47598f5e6a804665b /net-im/ktp-send-file | |
parent | 571e27fe859a20d6f6a7fbf31576c3ce5f8d7be7 (diff) | |
download | freebsd-ports-a5747e1d30f8303dd95a4bcbd5bfe91c62eb460e.zip |
KDE: mark the telepathy components deprecated
KDE will no longer ship the KDE telepathy components (ktp) as part
of the KDE Gear releases starting from the upcoming KDE Gear 23.08
this august [1], [2].
The ports will stay at their current version until removal at the
end of the quarter.
These components are not actively maintained, and the same goes
for the rest of the telepathy stack. [3] gives a quick overview,
explaining that it is mostly broken.
[1] https://invent.kde.org/sysadmin/release-tools/-/commit/9e8b75d787a33405a68379364d9637e7e7001328
[2] https://mail.kde.org/pipermail/release-team/2023-June/013068.html
[3] https://mail.kde.org/pipermail/release-team/2023-June/013080.html
Diffstat (limited to 'net-im/ktp-send-file')
-rw-r--r-- | net-im/ktp-send-file/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/ktp-send-file/Makefile b/net-im/ktp-send-file/Makefile index bb135c7a0eb7..5c6f0c6eae04 100644 --- a/net-im/ktp-send-file/Makefile +++ b/net-im/ktp-send-file/Makefile @@ -1,5 +1,6 @@ PORTNAME= ktp-send-file DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -9,6 +10,9 @@ WWW= https://community.kde.org/KTp LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Will not be part of KDE Gear 23.08 in August +EXPIRATION_DATE= 2023-09-30 + LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \ libKTpCommonInternals.so:net-im/ktp-common-internals RUN_DEPENDS= ${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \ |