Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 10:12:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r394449 - branches/2015Q3/security/rubygem-net-ssh
Message-ID:  <201508171012.t7HACRuI017966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 17 10:12:26 2015
New Revision: 394449
URL: https://svnweb.freebsd.org/changeset/ports/394449

Log:
  MFH: r394448
  
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/security/rubygem-net-ssh/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/security/rubygem-net-ssh/Makefile
==============================================================================
--- branches/2015Q3/security/rubygem-net-ssh/Makefile	Mon Aug 17 10:09:14 2015	(r394448)
+++ branches/2015Q3/security/rubygem-net-ssh/Makefile	Mon Aug 17 10:12:26 2015	(r394449)
@@ -4,6 +4,7 @@
 PORTNAME=	net-ssh
 PORTVERSION=	2.9.2
 PORTEPOCH=	2
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -17,9 +18,12 @@ OPTIONS_DEFAULT=PROMPT_PASSPHRASES
 OPTIONSFILE?=	${PORT_DBDIR}/rubygem-${PORTNAME}/options
 PROMPT_PASSPHRASES_DESC=	Prompt for passphrases on keys
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	support/ssh_tunnel_bug.rb
 
 PROMPT_PASSPHRASES_RUN_DEPENDS=	rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171012.t7HACRuI017966>