git: d22a905695e4 - main - security/pks: Deprecate and set expiration date to 2024-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 10:56:13 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d22a905695e4caaee86c121ee1c827264e1ba2fc commit d22a905695e4caaee86c121ee1c827264e1ba2fc Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-19 10:53:38 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-19 10:56:01 +0000 security/pks: Deprecate and set expiration date to 2024-06-30 Depends on deprecated Oracle Berkeley DB 5.3, last release in 2003 and upstream is no longer active PR: 279153 Reviewed by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer) --- security/pks/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/pks/Makefile b/security/pks/Makefile index bae5239451fc..fcc43c32a309 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -12,6 +12,9 @@ WWW= http://www.mit.edu/people/marc/pks/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on deprecated Oracle Berkeley DB 5.3 and last release back in 2003 +EXPIRATION_DATE=2024-06-30 + USES= bdb ssl USE_RC_SUBR= pksd