aboutsummaryrefslogtreecommitdiff
path: root/security/fprintd
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-07-26 18:22:51 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2022-07-26 18:43:48 +0000
commitf3e655afe7dd7107f7aa2ba97435fe3ab15236fe (patch)
treeaba370d2ce985d36f6f3218d40e0fcfceedf7a01 /security/fprintd
parent822a2eb7994ccf5c4936561977728cb1d212a579 (diff)
downloadports-f3e655afe7dd7107f7aa2ba97435fe3ab15236fe.tar.gz
ports-f3e655afe7dd7107f7aa2ba97435fe3ab15236fe.zip
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>
Diffstat (limited to 'security/fprintd')
-rw-r--r--security/fprintd/Makefile3
1 files changed, 3 insertions, 0 deletions
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 \