git: f3e655afe7dd - main - security/fprintd: Deprecate and set expiration date to 2022-12-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 26 Jul 2022 18:43:55 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f3e655afe7dd7107f7aa2ba97435fe3ab15236fe

commit f3e655afe7dd7107f7aa2ba97435fe3ab15236fe
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-07-26 18:22:51 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-07-26 18:43:48 +0000

    security/fprintd: Deprecate and set expiration date to 2022-12-31
    
    Outdated version that's unsupported, new versions depends on
    systemd and upstream have no intentions of supporting non-systemd OS's
    
    Reference: https://gitlab.freedesktop.org/libfprint/fprintd/-/issues/41
    
    Reported by:    Tom Weustink <t.weustink@outlook.com>
---
 security/fprintd/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/fprintd/Makefile b/security/fprintd/Makefile
index 03812ec61231..e6018c0243b8 100644
--- a/security/fprintd/Makefile
+++ b/security/fprintd/Makefile
@@ -9,6 +9,9 @@ COMMENT=	Daemon that provides fingerprint scanning functionality over D-Bus
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Very outdated, unsupported upstream which now have systemd as a non optional requirement
+EXPIRATION_DATE=2022-12-31 
+
 LIB_DEPENDS=	libfprint.so:security/libfprint \
 		libdbus-1.so:devel/dbus \
 		libdbus-glib-1.so:devel/dbus-glib \