Commit d73febf8 authored by Rene Ladan's avatar Rene Ladan
Browse files

sysutils/tmate: Remove expired port

2026-03-31 sysutils/tmate: Upstream unmaintained
parent b18c4fa3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5212,3 +5212,4 @@ databases/mysql94-server||2026-03-31|Has expired: EOLed upstream, switch to newe
www/obhttpd||2026-03-31|Has expired: Depends on bundled version of LibreSSL which is unsupported upstream
net/cloud-init-devel|net/cloud-init|2026-03-31|Has expired: Outdated and no longer maintained, consider migrating to net/cloud-init
net/libzmq3|net/libzmq4|2026-03-31|Has expired: Upstream unmaintained version with multiple vulnerabilities
sysutils/tmate||2026-03-31|Has expired: Upstream unmaintained
+0 −1
Original line number Diff line number Diff line
@@ -1439,7 +1439,6 @@
    SUBDIR += tldr
    SUBDIR += tlsdate
    SUBDIR += tm
    SUBDIR += tmate
    SUBDIR += tmpreaper
    SUBDIR += tmpwatch
    SUBDIR += tmux

sysutils/tmate/Makefile

deleted100644 → 0
+0 −37
Original line number Diff line number Diff line
PORTNAME=	tmate
PORTVERSION=	2.4.0
PORTREVISION=	5
CATEGORIES=	sysutils

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Instant terminal sharing
WWW=		https://tmate.io/

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=            Upstream unmaintained
EXPIRATION_DATE=       2026-03-31

LIB_DEPENDS=	libevent.so:devel/libevent \
		libmsgpackc.so:devel/msgpack-c \
		libssh.so:security/libssh

USES=		autoreconf compiler:c11 ncurses pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	tmate-io
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

LDFLAGS+=	-lexecinfo

PLIST_FILES=	bin/tmate share/man/man1/tmate.1.gz

OPTIONS_DEFINE=	BACKSPACE

BACKSPACE_DESC=	Build with tty/keys patch

BACKSPACE_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-tty-keys.c

.include <bsd.port.mk>

sysutils/tmate/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1594953998
SHA256 (tmate-io-tmate-2.4.0_GH0.tar.gz) = 62b61eb12ab394012c861f6b48ba0bc04ac8765abca13bdde5a4d9105cb16138
SIZE (tmate-io-tmate-2.4.0_GH0.tar.gz) = 614179
+0 −11
Original line number Diff line number Diff line
--- tty-keys.c.orig	2023-06-02 17:59:27 UTC
+++ tty-keys.c
@@ -572,8 +572,6 @@ first_key:
 	 * used. termios should have a better idea.
 	 */
 	bspace = tty->tio.c_cc[VERASE];
-	if (bspace != _POSIX_VDISABLE && key == bspace)
-		key = KEYC_BSPACE;
 
 	goto complete_key;
 
Loading