git: 501d3d3226da - main - net/rubygem-train-core: 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:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=501d3d3226da64dd51afd8b289aa08e113196be0 commit 501d3d3226da64dd51afd8b289aa08e113196be0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-07 21:28:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-07 21:43:05 +0000 net/rubygem-train-core: Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh6 - Bump PORTREVISION for dependency change --- net/rubygem-train-core/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/rubygem-train-core/Makefile b/net/rubygem-train-core/Makefile index 0d022ec174a4..e9e200de40f1 100644 --- a/net/rubygem-train-core/Makefile +++ b/net/rubygem-train-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= train-core PORTVERSION= 3.10.1 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -16,7 +17,7 @@ RUN_DEPENDS= rubygem-addressable>=2.5<3:www/rubygem-addressable \ rubygem-json>=1.8<3.0:devel/rubygem-json \ rubygem-mixlib-shellout>=2.0<4.0:devel/rubygem-mixlib-shellout \ rubygem-net-scp>=1.2<4.0:security/rubygem-net-scp \ - rubygem-net-ssh>=2.9,2<7.0,2:security/rubygem-net-ssh + rubygem-net-ssh6>=2.9<7.0:security/rubygem-net-ssh6 USES= gem USE_RUBY= yes