mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
security/rubygem-net-scp: Update to 3.0.0
- Add LICENSE_FILE - Update version requirement of RUN_DEPENDS Changes: https://github.com/net-ssh/net-scp/blob/master/CHANGES.txt
This commit is contained in:
parent
b13d9510df
commit
aa136f4016
2 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= net-scp
|
PORTNAME= net-scp
|
||||||
PORTVERSION= 1.2.1
|
PORTVERSION= 3.0.0
|
||||||
CATEGORIES= security rubygems
|
CATEGORIES= security rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
@ -7,11 +7,13 @@ MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Non-interactive SCP processing
|
COMMENT= Non-interactive SCP processing
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-net-ssh>=2.6.5:security/rubygem-net-ssh
|
RUN_DEPENDS= rubygem-net-ssh>=2.6.5,2<7.0.0,2:security/rubygem-net-ssh
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USE_RUBY= yes
|
|
||||||
USES= gem
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (rubygem/net-scp-1.2.1.gem) = 928ca046246bdbfe304313c903bab95e7b711938ceff4a2c896b91ab59c6122c
|
TIMESTAMP = 1626542088
|
||||||
SIZE (rubygem/net-scp-1.2.1.gem) = 32768
|
SHA256 (rubygem/net-scp-3.0.0.gem) = 8fc6c80365b95230c6bfc529dbea3893d2d81724855bfb01cbf385866e1c902c
|
||||||
|
SIZE (rubygem/net-scp-3.0.0.gem) = 31744
|
||||||
|
|
Loading…
Add table
Reference in a new issue