Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 11:14:24 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 17cd356f3f0c - main - sysutils/tmate-ssh-server: Mark DEPRECATED
Message-ID:  <699c3690.39d0f.27937bbf@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

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

commit 17cd356f3f0c7ddc1b083602c7fd420607a69578
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-02-23 10:25:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-02-23 11:14:04 +0000

    sysutils/tmate-ssh-server: Mark DEPRECATED
    
    - Upstreaam unmaintained
    - WWW unavailable
    - Set EXPIRATION_DATE 2026-03-30
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 sysutils/tmate-ssh-server/Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/sysutils/tmate-ssh-server/Makefile b/sysutils/tmate-ssh-server/Makefile
index 177503b2ae74..2620953edb8f 100644
--- a/sysutils/tmate-ssh-server/Makefile
+++ b/sysutils/tmate-ssh-server/Makefile
@@ -1,13 +1,16 @@
 PORTNAME=	tmate-ssh-server
 PORTVERSION=	g2020071601
+PORTREVISION=	2
 PORTEPOCH=	1
-PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Instant terminal sharing server
 WWW=		https://tmate.io/
 
+DEPRECATED=		Upstream unmaintained
+EXPIRATION_DATE=	2026-03-30
+
 LIB_DEPENDS=	libevent.so:devel/libevent \
 		libmsgpackc.so:devel/msgpack-c \
 		libssh.so:security/libssh
@@ -16,13 +19,14 @@ USES=		autoreconf compiler:c11 ncurses pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	tmate-io
 GH_TAGNAME=	97d2024
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-LDFLAGS+=	-lexecinfo
 
-PLIST_FILES=	bin/tmate-ssh-server
+LDFLAGS+=	-lexecinfo
 
 PORTSCOUT=	skipv:2.3.0
 
+PLIST_FILES=	bin/tmate-ssh-server
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699c3690.39d0f.27937bbf>