git: 5660dfa864eb - main - net/x2goclient-cli: Add missing setsid dependency

Tobias Kortkamp tobik at FreeBSD.org
Sat Jun 19 15:15:10 UTC 2021


The branch main has been updated by tobik:

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

commit 5660dfa864eb4c72e71531dec6823d66a365c41e
Author:     Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-06-18 10:14:09 +0000
Commit:     Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-06-19 15:13:13 +0000

    net/x2goclient-cli: Add missing setsid dependency
    
     % x2goclient-cli --user <user> --server <server>
      Password:
      sh: setsid: not found
      sh: setsid: not found
      sh: setsid: not found
      sh: setsid: not found
      sh: setsid: not found
    
    PR:             253449
    Reported by:    parv.0zero9+freebsd at gmail.com
    Approved by:    maintainer timeout
---
 net/x2goclient-cli/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile
index 3ee1ae4e657b..9c851811a7cc 100644
--- a/net/x2goclient-cli/Makefile
+++ b/net/x2goclient-cli/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	x2goclient-cli
 DISTVERSION=	3.0.1-1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/
 DISTNAME=	${PORTNAME}_${DISTVERSION}
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	p5-Proc-Simple>=0:devel/p5-Proc-Simple \
 		p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \
-		nxproxy:net/nxproxy
+		nxproxy:net/nxproxy \
+		setsid:sysutils/ssid
 
 USES=		perl5 shebangfix
 SHEBANG_FILES=	x2goclient-cli


More information about the dev-commits-ports-main mailing list