git: 1a13e6f2b512 - main - sysutils/pam_mount: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 01 May 2023 11:21:00 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a13e6f2b512f44784ffccfc6a2721b2f871d5c8

commit 1a13e6f2b512f44784ffccfc6a2721b2f871d5c8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-01 01:57:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-01 11:20:47 +0000

    sysutils/pam_mount: Mark DEPRECATED
    
    - Broken for more than 3 years
    - Requires upstream EOL OpenSSL 1.0.X and linux only libmount which is
      not available for FreeBSD
    - Set EXPIRATION_DATE 2023-05-31
---
 sysutils/pam_mount/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/pam_mount/Makefile b/sysutils/pam_mount/Makefile
index b6a967f48b96..d6f463ee54f3 100644
--- a/sysutils/pam_mount/Makefile
+++ b/sysutils/pam_mount/Makefile
@@ -11,6 +11,9 @@ WWW=		http://pam-mount.sourceforge.net/
 LICENSE=	LGPL21 GPLv2
 LICENSE_COMB=	multi
 
+DEPRECATED= Requires upstream EOL OpenSSL 1.0.X and linux only libmount which is not available for FreeBSD
+EXPIRATION_DATE=	2023-05-31
+
 LIB_DEPENDS=	libHX.so:lang/libhx
 
 USES=		gnome libtool perl5 pkgconfig ssl tar:xz