git: 10942f57f44d - main - security/rubygem-net-scp: Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 21:45:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=10942f57f44d395843882c25640fff089523b791 commit 10942f57f44d395843882c25640fff089523b791 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-07 21:29:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-07 21:43:09 +0000 security/rubygem-net-scp: Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh6 - Bump PORTREVISION for dependency change --- security/rubygem-net-scp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/rubygem-net-scp/Makefile b/security/rubygem-net-scp/Makefile index 757b6ec7922b..738410c07475 100644 --- a/security/rubygem-net-scp/Makefile +++ b/security/rubygem-net-scp/Makefile @@ -1,5 +1,6 @@ PORTNAME= net-scp PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ COMMENT= Non-interactive SCP processing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-net-ssh>=2.6.5,2<7.0.0,2:security/rubygem-net-ssh +RUN_DEPENDS= rubygem-net-ssh6>=2.6.5<7.0.0:security/rubygem-net-ssh6 USES= gem USE_RUBY= yes