git: 949d924b8d7e - main - net/eternalterminal: back to the pool
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jun 2023 15:05:15 UTC
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