git: f72d17eeb73b - main - net/tramp: Mark BROKEN and set EXPIRATION_DATE

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Mon, 15 Nov 2021 15:21:01 UTC
The branch main has been updated by jrm:

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

commit f72d17eeb73bf9ebb3f16a0782511c199d24f2e3
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2021-11-06 18:21:35 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2021-11-15 15:20:10 +0000

    net/tramp: Mark BROKEN and set EXPIRATION_DATE
    
    Issues:
    
    - There have been about a dozen new releases, but the port has not been
      updated in about five years.
    
    - There are plist problems related to gvfs detection.
---
 net/tramp/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index ce80038bfab9..3fbd085e5813 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -13,6 +13,10 @@ COMMENT=	Transparent remote file access tool for Emacs
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Not updated in 5 years and now part of Emacs
+EXPIRATION_DATE=	2022-01-01
+BROKEN=		plist issues with gvfs detection
+
 USES=		cpe emacs gmake makeinfo
 
 GNU_CONFIGURE=	yes