git: cd4d017acf59 - main - security/ncrypt: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 19:26:58 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd4d017acf597ab8a1a9232d0ab7a3282952e91a commit cd4d017acf597ab8a1a9232d0ab7a3282952e91a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-23 19:15:32 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-23 19:25:45 +0000 security/ncrypt: Deprecate and set expiration date to 2024-03-31 Last release in 2015 and no active development since, redirect users to security/age --- security/ncrypt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile index b7d870c7529c..ad1cdd0df946 100644 --- a/security/ncrypt/Makefile +++ b/security/ncrypt/Makefile @@ -11,6 +11,9 @@ WWW= https://ncrypt.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Last release in 2015 and no active development since, consider using security/age +EXPIRATION_DATE=2024-03-31 + USES= tar:tgz GNU_CONFIGURE= yes