git: bcdc087a3f05 - main - security/libfprint: Deprecate and set expiration date to 2022-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 18:53:14 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcdc087a3f058829a20f0558be9425cb0dcfae2e commit bcdc087a3f058829a20f0558be9425cb0dcfae2e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-07-26 18:47:21 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-07-26 18:53:04 +0000 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) --- security/libfprint/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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