From owner-svn-ports-all@freebsd.org Sat Jun 2 22:25:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D311FEFA90; Sat, 2 Jun 2018 22:25:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 022597C2A9; Sat, 2 Jun 2018 22:25:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8D0A15E4A; Sat, 2 Jun 2018 22:25:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w52MPWtr031444; Sat, 2 Jun 2018 22:25:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w52MPWCT031442; Sat, 2 Jun 2018 22:25:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806022225.w52MPWCT031442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Jun 2018 22:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471408 - in head/security: . rubygem-net-ssh4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security: . rubygem-net-ssh4 X-SVN-Commit-Revision: 471408 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2018 22:25:33 -0000 Author: sunpoet Date: Sat Jun 2 22:25:32 2018 New Revision: 471408 URL: https://svnweb.freebsd.org/changeset/ports/471408 Log: Add rubygem-net-ssh4 4.2.0 (copied from rubygem-net-ssh) - Add PORTSCOUT Added: head/security/rubygem-net-ssh4/ - copied from r471285, head/security/rubygem-net-ssh/ Modified: head/security/Makefile head/security/rubygem-net-ssh4/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jun 2 22:24:47 2018 (r471407) +++ head/security/Makefile Sat Jun 2 22:25:32 2018 (r471408) @@ -1122,6 +1122,7 @@ SUBDIR += rubygem-net-scp SUBDIR += rubygem-net-sftp SUBDIR += rubygem-net-ssh + SUBDIR += rubygem-net-ssh4 SUBDIR += rubygem-net-ssh41 SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-gateway1 Modified: head/security/rubygem-net-ssh4/Makefile ============================================================================== --- head/security/rubygem-net-ssh/Makefile Fri Jun 1 19:16:23 2018 (r471285) +++ head/security/rubygem-net-ssh4/Makefile Sat Jun 2 22:25:32 2018 (r471408) @@ -6,8 +6,9 @@ PORTVERSION= 4.2.0 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 4 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Non-interactive SSH processing LICENSE= MIT @@ -16,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt OPTIONS_DEFINE= PROMPT_PASSPHRASES OPTIONS_DEFAULT=PROMPT_PASSPHRASES PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys + +PORTSCOUT= limit:^4\. NO_ARCH= yes USE_RUBY= yes