svn commit: r539331 - in head/security: . rubygem-net-ssh5

Matthias Fechner mfechner at FreeBSD.org
Tue Jun 16 07:53:29 UTC 2020


Author: mfechner
Date: Tue Jun 16 07:53:28 2020
New Revision: 539331
URL: https://svnweb.freebsd.org/changeset/ports/539331

Log:
  Made rubygem net-ssh version 5 available as it is required by net-mgmt/rubygem-oxidized.
  
  PR:		247172

Added:
  head/security/rubygem-net-ssh5/
     - copied from r510245, head/security/rubygem-net-ssh/
Modified:
  head/security/Makefile
  head/security/rubygem-net-ssh5/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Jun 16 07:44:20 2020	(r539330)
+++ head/security/Makefile	Tue Jun 16 07:53:28 2020	(r539331)
@@ -1078,6 +1078,7 @@
     SUBDIR += rubygem-net-ssh-krb
     SUBDIR += rubygem-net-ssh-multi
     SUBDIR += rubygem-net-ssh4
+    SUBDIR += rubygem-net-ssh5
     SUBDIR += rubygem-net-telnet
     SUBDIR += rubygem-nexpose
     SUBDIR += rubygem-nmap-parser

Modified: head/security/rubygem-net-ssh5/Makefile
==============================================================================
--- head/security/rubygem-net-ssh/Makefile	Fri Aug 30 07:31:19 2019	(r510245)
+++ head/security/rubygem-net-ssh5/Makefile	Tue Jun 16 07:53:28 2020	(r539331)
@@ -6,6 +6,7 @@ PORTVERSION=	5.2.0
 PORTEPOCH=	2
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	5
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Non-interactive SSH processing
@@ -24,5 +25,7 @@ SHEBANG_FILES=	support/ssh_tunnel_bug.rb
 NO_ARCH=	yes
 
 PROMPT_PASSPHRASES_RUN_DEPENDS=	rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
+
+PORTSCOUT=	limit:^5\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list