git: 0290799ddaaf - main - security/dirmngr: Deprecate and set expiration date to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 09:50:26 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0290799ddaafd5e6fd49ec36665c95fb1284b72d commit 0290799ddaafd5e6fd49ec36665c95fb1284b72d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-30 21:40:49 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-12-01 09:49:39 +0000 security/dirmngr: Deprecate and set expiration date to 2024-12-31 Marked broken for several months and obsolete as it's maintained within GNU Privacy Guard (GnuPG). Redirect users to security/gnupg Approved by: portmgr (blanket) --- security/dirmngr/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 16a825651468..01682a3eb867 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -13,6 +13,8 @@ WWW= https://www.gnupg.org/aegypten2 LICENSE= GPLv2 BROKEN= does not build with security/libassuan >= 3.0.0 (GNU Pth support was dropped) +DEPRECATED= Obsolete, now maintained within GNU Privacy Guard (GnuPG). Please use security/gnupg +EXPIRATION_DATE=2024-12-31 LIB_DEPENDS= libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \