Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2023 15:05:15 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 949d924b8d7e - main - net/eternalterminal: back to the pool
Message-ID:  <202306061505.356F5F08066645@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit 949d924b8d7e1ae26c3ac7bb3a071fbe7ac54c9e
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-06-06 06:54:17 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-06-06 14:59:11 +0000

    net/eternalterminal: back to the pool
    
    Maintainer does not have a FreeBSD system anymore.
    While here add USES=ssl
    
    PR:             271845
    Reported by:    willtisdale@gmail.com
---
 net/eternalterminal/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile
index 68e107f6b238..e3fd1774d719 100644
--- a/net/eternalterminal/Makefile
+++ b/net/eternalterminal/Makefile
@@ -1,9 +1,10 @@
 PORTNAME=	eternalterminal
 DISTVERSIONPREFIX=	et-v
 DISTVERSION=	6.2.4
+PORTREVISION=	1
 CATEGORIES=	net
 
-MAINTAINER=	willtisdale@gmail.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Remote shell that reconnects without interrupting session
 WWW=		https://eternalterminal.dev/
 
@@ -16,7 +17,7 @@ LIB_DEPENDS=	libgflags.so:devel/gflags \
 		libsodium.so:security/libsodium \
 		libunwind.so:devel/libunwind
 
-USES=		cmake compiler:c++11-lang ncurses
+USES=		cmake compiler:c++11-lang ncurses ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	MisterTea
 GH_PROJECT=	EternalTerminal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306061505.356F5F08066645>