Date: Wed, 20 Jun 2018 07:57:34 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> 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 Message-ID: <201806200757.w5K7vYDn063003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <numisemis@yahoo.com> (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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806200757.w5K7vYDn063003>