Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2022 18:53:15 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d4f5b3d6dbe - main - security/fprint_demo: Deprecate and set expiration date to 2022-12-31
Message-ID:  <202207261853.26QIrFJl078084@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit 7d4f5b3d6dbe087747dc90cdb2a1ba4e6d9ef6e3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-07-26 18:50:48 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-07-26 18:53:04 +0000

    security/fprint_demo: Deprecate and set expiration date to 2022-12-31
    
    Depends on deprecated library libfprint
    
    PR:             265460
    Reviewed by:    lichray <lichray@gmail.com> (maintainer)
---
 security/fprint_demo/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/fprint_demo/Makefile b/security/fprint_demo/Makefile
index 7abb84650012..97a24624506c 100644
--- a/security/fprint_demo/Makefile
+++ b/security/fprint_demo/Makefile
@@ -8,6 +8,9 @@ DISTNAME=	${PORTNAME:C/_/-/}_${PORTVERSION}git.orig
 MAINTAINER=	lichray@gmail.com
 COMMENT=	Demo and test application for libfprint
 
+DEPRECATED=	Depends on deprecated library libfprint
+EXPIRATION_DATE=2022-12-31
+
 LIB_DEPENDS=	libfprint.so:security/libfprint
 
 USES=		autoreconf desktop-file-utils gnome pkgconfig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207261853.26QIrFJl078084>