diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-07-26 18:47:21 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-07-26 18:53:04 +0000 |
commit | bcdc087a3f058829a20f0558be9425cb0dcfae2e (patch) | |
tree | a4eaa5f65e0b7505d91952c615c78920d6d068c0 | |
parent | 2cf549d13d189665c1b2963bb06aafe57bfafa45 (diff) |
security/libfprint: 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
PR: 265459
Reviewed by: lichray <lichray@gmail.com> (maintainer)
-rw-r--r-- | security/libfprint/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile index 9781e9eaef7c..a752a61cc511 100644 --- a/security/libfprint/Makefile +++ b/security/libfprint/Makefile @@ -10,6 +10,9 @@ COMMENT= Library for fingerprint reader devices LICENSE= LGPL21 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= libnss3.so:security/nss \ libnspr4.so:devel/nspr |