git: de8116dbd802 - main - security/rubygem-net-ssh4: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=de8116dbd80267817d5b254c0a29d12cde8fa697 commit de8116dbd80267817d5b254c0a29d12cde8fa697 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:28:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:28:29 +0000 security/rubygem-net-ssh4: Remove obsoleted port Use security/rubygem-net-ssh instead. --- security/rubygem-net-ssh4/Makefile | 31 ------------------------------- security/rubygem-net-ssh4/distinfo | 3 --- security/rubygem-net-ssh4/pkg-descr | 11 ----------- 3 files changed, 45 deletions(-) diff --git a/security/rubygem-net-ssh4/Makefile b/security/rubygem-net-ssh4/Makefile deleted file mode 100644 index e6a47c1a720d..000000000000 --- a/security/rubygem-net-ssh4/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> - -PORTNAME= net-ssh -PORTVERSION= 4.2.0 -PORTEPOCH= 2 -CATEGORIES= security rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 4 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Non-interactive SSH processing - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -USES= gem shebangfix -USE_RUBY= yes - -NO_ARCH= yes - -OPTIONS_DEFINE= PROMPT_PASSPHRASES -OPTIONS_DEFAULT=PROMPT_PASSPHRASES -PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys - -PORTSCOUT= limit:^4\. - -SHEBANG_FILES= support/ssh_tunnel_bug.rb - -PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios - -.include <bsd.port.mk> diff --git a/security/rubygem-net-ssh4/distinfo b/security/rubygem-net-ssh4/distinfo deleted file mode 100644 index 7c19e4194e2f..000000000000 --- a/security/rubygem-net-ssh4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1504799737 -SHA256 (rubygem/net-ssh-4.2.0.gem) = 1dda1318904d8ed2c8e18b041cbe29746e6ff45ff4a798eb52aa05fa4fda841d -SIZE (rubygem/net-ssh-4.2.0.gem) = 126976 diff --git a/security/rubygem-net-ssh4/pkg-descr b/security/rubygem-net-ssh4/pkg-descr deleted file mode 100644 index 04aedca23f31..000000000000 --- a/security/rubygem-net-ssh4/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It -supports the following features: - - - User authentication via explicit username/password, or using a - public-key/private-key pair. - - Port forwarding, both from the local host to a remote computer via - the remote host, and from the remote host to the local host. - - Execute processes on the remote machine, both interactively and - non-interactively ("batch"). - -WWW: https://github.com/net-ssh/net-ssh