From owner-svn-ports-all@freebsd.org Wed Jun 20 07:57:35 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 B031B1009005; Wed, 20 Jun 2018 07:57:35 +0000 (UTC) (envelope-from pi@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 624036F2B2; Wed, 20 Jun 2018 07:57:35 +0000 (UTC) (envelope-from pi@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 407A41F7D5; Wed, 20 Jun 2018 07:57:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5K7vZD6063008; Wed, 20 Jun 2018 07:57:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5K7vYDn063003; Wed, 20 Jun 2018 07:57:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201806200757.w5K7vYDn063003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 20 Jun 2018 07:57:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472852 - head/net/p5-Net-SFTP-Foreign X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/net/p5-Net-SFTP-Foreign X-SVN-Commit-Revision: 472852 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: Wed, 20 Jun 2018 07:57:36 -0000 Author: pi Date: Wed Jun 20 07:57:34 2018 New Revision: 472852 URL: https://svnweb.freebsd.org/changeset/ports/472852 Log: net/p5-Net-SFTP-Foreign: update 1.73 -> 1.89 - added LICENSE, LICENSE_COMB and LICENSE_FILE_* - removed BUILD_DEPENDS (it's not required for building) - changed RUN_DEPENDS (assigned devel/p5-Sort-Key explicitly to it instead of BUILD_DEPENDS) - added NO_ARCH - added EXAMPLES option with appropriate target and variables PR: 229161 Submitted by: freebsd_ports@k-worx.org Approved by: Simun Mikecin (maintainer) Relnotes: https://metacpan.org/changes/distribution/Net-SFTP-Foreign Modified: head/net/p5-Net-SFTP-Foreign/Makefile head/net/p5-Net-SFTP-Foreign/distinfo head/net/p5-Net-SFTP-Foreign/pkg-descr head/net/p5-Net-SFTP-Foreign/pkg-plist Modified: head/net/p5-Net-SFTP-Foreign/Makefile ============================================================================== --- head/net/p5-Net-SFTP-Foreign/Makefile Wed Jun 20 07:55:30 2018 (r472851) +++ head/net/p5-Net-SFTP-Foreign/Makefile Wed Jun 20 07:57:34 2018 (r472852) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SFTP-Foreign -PORTVERSION= 1.73 -PORTREVISION= 1 +PORTVERSION= 1.89 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,25 @@ PKGNAMEPREFIX= p5- MAINTAINER= numisemis@yahoo.com COMMENT= Net::SFTP::Foreign - Secure File Transfer Protocol client -BUILD_DEPENDS= p5-Sort-Key>=0:devel/p5-Sort-Key -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSE +RUN_DEPENDS= p5-Sort-Key>=0:devel/p5-Sort-Key TEST_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which USES= perl5 USE_PERL5= configure + +NO_ARCH= yes +PORTEXAMPLES= samples/* + +OPTIONS_DEFINE= EXAMPLES +OPTIONS_SUB= yes + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/net/p5-Net-SFTP-Foreign/distinfo ============================================================================== --- head/net/p5-Net-SFTP-Foreign/distinfo Wed Jun 20 07:55:30 2018 (r472851) +++ head/net/p5-Net-SFTP-Foreign/distinfo Wed Jun 20 07:57:34 2018 (r472852) @@ -1,2 +1,3 @@ -SHA256 (Net-SFTP-Foreign-1.73.tar.gz) = 97330ca61ce26bac0050271f40ca7667eaf9a2ea3ef11677b6bf0ca149833fb2 -SIZE (Net-SFTP-Foreign-1.73.tar.gz) = 156888 +TIMESTAMP = 1529417458 +SHA256 (Net-SFTP-Foreign-1.89.tar.gz) = 9bd33e130581c1fc3eb6108eaf9056c1507428cace04a572f7afe816d83b08a7 +SIZE (Net-SFTP-Foreign-1.89.tar.gz) = 168865 Modified: head/net/p5-Net-SFTP-Foreign/pkg-descr ============================================================================== --- head/net/p5-Net-SFTP-Foreign/pkg-descr Wed Jun 20 07:55:30 2018 (r472851) +++ head/net/p5-Net-SFTP-Foreign/pkg-descr Wed Jun 20 07:57:34 2018 (r472852) @@ -1,3 +1,4 @@ -Net::SFTP::Foreign - Secure File Transfer Protocol client +Net::SFTP::Foreign implements an SFTP client in Perl using the native SSH client +application to establish the connection to the remote host. WWW: https://metacpan.org/release/Net-SFTP-Foreign Modified: head/net/p5-Net-SFTP-Foreign/pkg-plist ============================================================================== --- head/net/p5-Net-SFTP-Foreign/pkg-plist Wed Jun 20 07:55:30 2018 (r472851) +++ head/net/p5-Net-SFTP-Foreign/pkg-plist Wed Jun 20 07:57:34 2018 (r472852) @@ -16,3 +16,8 @@ %%PERL5_MAN3%%/Net::SFTP::Foreign::Compat.3.gz %%PERL5_MAN3%%/Net::SFTP::Foreign::Constants.3.gz %%PERL5_MAN3%%/Net::SFTP::Foreign::Local.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/capture_stderr.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/passwd_conn.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psftp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resume_put.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sftp_tail.pl