diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-10 21:22:50 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-10 21:26:26 +0000 |
commit | 1e506684c4f5252aece31fc9d77f825f0443cd4b (patch) | |
tree | 32307ed93700ce9e15df1412133b7071a99c6072 | |
parent | ba54accf2651fcc45ff208e347e7d3190ecdb08b (diff) |
devel/kdesvn: Deprecate and set expiration date to 2024-12-31
Due to dwindling amount of users, interest and to streamline
amount of ports for the KDE Team to maintain
PR: 279128
Approved by: kde (tcberner)
-rw-r--r-- | devel/kdesvn/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/kdesvn/Makefile b/devel/kdesvn/Makefile index 47bd885a652c..4f14ce774a66 100644 --- a/devel/kdesvn/Makefile +++ b/devel/kdesvn/Makefile @@ -11,6 +11,9 @@ WWW= https://projects.kde.org/projects/extragear/sdk/kdesvn LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Dwindling amount of users and streamlining of ports for the KDE Team to maintain +EXPIRATION_DATE=2024-12-31 + LIB_DEPENDS= libapr-1.so:devel/apr1 \ libexpat.so:textproc/expat2 \ libgdbm.so:databases/gdbm |