From owner-svn-ports-head@FreeBSD.ORG Tue May 5 08:57:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B493CCE; Tue, 5 May 2015 08:57:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49B721165; Tue, 5 May 2015 08:57:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t458vGBO049092; Tue, 5 May 2015 08:57:16 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t458vFLr049084; Tue, 5 May 2015 08:57:15 GMT (envelope-from az@FreeBSD.org) Message-Id: <201505050857.t458vFLr049084@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Tue, 5 May 2015 08:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385450 - head/sysutils/p5-Rex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 08:57:16 -0000 Author: az Date: Tue May 5 08:57:14 2015 New Revision: 385450 URL: https://svnweb.freebsd.org/changeset/ports/385450 Log: update to 1.2.1 Modified: head/sysutils/p5-Rex/Makefile head/sysutils/p5-Rex/distinfo head/sysutils/p5-Rex/pkg-plist Modified: head/sysutils/p5-Rex/Makefile ============================================================================== --- head/sysutils/p5-Rex/Makefile Tue May 5 08:39:34 2015 (r385449) +++ head/sysutils/p5-Rex/Makefile Tue May 5 08:57:14 2015 (r385450) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Rex -PORTVERSION= 0.57.0 +PORTVERSION= 1.2.1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JFRIED @@ -13,20 +13,28 @@ COMMENT= Perl framework for automation a LICENSE= APACHE20 BUILD_DEPENDS= \ - p5-Net-SSH2>=0:${PORTSDIR}/net/p5-Net-SSH2 \ - p5-Expect>=0:${PORTSDIR}/lang/p5-Expect \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \ + p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-String-Escape>=0:${PORTSDIR}/textproc/p5-String-Escape \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob \ + p5-URI>0:${PORTSDIR}/net/p5-URI \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \ + p5-Expect>=0:${PORTSDIR}/lang/p5-Expect \ + p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ + p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ + p5-String-Escape>=0:${PORTSDIR}/textproc/p5-String-Escape \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager + p5-Net-SSH2>=0:${PORTSDIR}/net/p5-Net-SSH2 \ + p5-Net-OpenSSH>=0:${PORTSDIR}/net/p5-Net-OpenSSH \ + p5-Net-SFTP-Foreign>=0:${PORTSDIR}/net/p5-Net-SFTP-Foreign RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/sysutils/p5-Rex/distinfo ============================================================================== --- head/sysutils/p5-Rex/distinfo Tue May 5 08:39:34 2015 (r385449) +++ head/sysutils/p5-Rex/distinfo Tue May 5 08:57:14 2015 (r385450) @@ -1,2 +1,2 @@ -SHA256 (Rex-0.57.0.tar.gz) = 3488b75a82aa27b9a30a5f9d8a1872b205f4f9627a9b38ad4122e42ac567f584 -SIZE (Rex-0.57.0.tar.gz) = 263815 +SHA256 (Rex-1.2.1.tar.gz) = 540baae8a78b4f975ff16fd10aabb0811e0cb134878e603b549db090464e6ff9 +SIZE (Rex-1.2.1.tar.gz) = 267844 Modified: head/sysutils/p5-Rex/pkg-plist ============================================================================== --- head/sysutils/p5-Rex/pkg-plist Tue May 5 08:39:34 2015 (r385449) +++ head/sysutils/p5-Rex/pkg-plist Tue May 5 08:57:14 2015 (r385450) @@ -7,6 +7,7 @@ bin/rexify %%PERL5_MAN3%%/Rex::Box::VBox.3.gz %%PERL5_MAN3%%/Rex::CMDB.3.gz %%PERL5_MAN3%%/Rex::Commands.3.gz +%%PERL5_MAN3%%/Rex::Commands::Augeas.3.gz %%PERL5_MAN3%%/Rex::Commands::Box.3.gz %%PERL5_MAN3%%/Rex::Commands::Cloud.3.gz %%PERL5_MAN3%%/Rex::Commands::Cron.3.gz @@ -25,6 +26,7 @@ bin/rexify %%PERL5_MAN3%%/Rex::Commands::Notify.3.gz %%PERL5_MAN3%%/Rex::Commands::Partition.3.gz %%PERL5_MAN3%%/Rex::Commands::Pkg.3.gz +%%PERL5_MAN3%%/Rex::Commands::PkgConf.3.gz %%PERL5_MAN3%%/Rex::Commands::Process.3.gz %%PERL5_MAN3%%/Rex::Commands::Rsync.3.gz %%PERL5_MAN3%%/Rex::Commands::Run.3.gz @@ -49,6 +51,7 @@ bin/rexify %%PERL5_MAN3%%/Rex::Helper::SSH2::Expect.3.gz %%PERL5_MAN3%%/Rex::Logger.3.gz %%PERL5_MAN3%%/Rex::Task.3.gz +%%PERL5_MAN3%%/Rex::Resource::Common.3.gz %%PERL5_MAN3%%/Rex::Template.3.gz %%PERL5_MAN3%%/Rex::Test::Base.3.gz %%PERL5_MAN3%%/Rex::Transaction.3.gz @@ -77,6 +80,7 @@ bin/rexify %%SITE_PERL%%/Rex/Cloud/OpenStack.pm %%SITE_PERL%%/Rex/Commands.pm %%SITE_PERL%%/Rex/Constants.pm +%%SITE_PERL%%/Rex/Commands/Augeas.pm %%SITE_PERL%%/Rex/Commands/Box.pm %%SITE_PERL%%/Rex/Commands/Cloud.pm %%SITE_PERL%%/Rex/Commands/Cron.pm @@ -96,6 +100,7 @@ bin/rexify %%SITE_PERL%%/Rex/Commands/Notify.pm %%SITE_PERL%%/Rex/Commands/Partition.pm %%SITE_PERL%%/Rex/Commands/Pkg.pm +%%SITE_PERL%%/Rex/Commands/PkgConf.pm %%SITE_PERL%%/Rex/Commands/Process.pm %%SITE_PERL%%/Rex/Commands/Rsync.pm %%SITE_PERL%%/Rex/Commands/Run.pm @@ -144,7 +149,6 @@ bin/rexify %%SITE_PERL%%/Rex/Helper/Array.pm %%SITE_PERL%%/Rex/Helper/DBI.pm %%SITE_PERL%%/Rex/Helper/Encode.pm -%%SITE_PERL%%/Rex/Helper/Glob.pm %%SITE_PERL%%/Rex/Helper/Hash.pm %%SITE_PERL%%/Rex/Helper/INI.pm %%SITE_PERL%%/Rex/Helper/Path.pm @@ -198,6 +202,7 @@ bin/rexify %%SITE_PERL%%/Rex/Interface/Shell/Bash.pm %%SITE_PERL%%/Rex/Interface/Shell/Csh.pm %%SITE_PERL%%/Rex/Interface/Shell/Default.pm +%%SITE_PERL%%/Rex/Interface/Shell/Idrac.pm %%SITE_PERL%%/Rex/Interface/Shell/Ksh.pm %%SITE_PERL%%/Rex/Interface/Shell/Sh.pm %%SITE_PERL%%/Rex/Interface/Shell/Tcsh.pm @@ -234,6 +239,7 @@ bin/rexify %%SITE_PERL%%/Rex/Output/Base.pm %%SITE_PERL%%/Rex/Output/JUnit.pm %%SITE_PERL%%/Rex/Pkg.pm +%%SITE_PERL%%/Rex/PkgConf.pm %%SITE_PERL%%/Rex/Pkg/ALT.pm %%SITE_PERL%%/Rex/Pkg/Base.pm %%SITE_PERL%%/Rex/Pkg/Debian.pm @@ -249,6 +255,8 @@ bin/rexify %%SITE_PERL%%/Rex/Pkg/SunOS/OpenCSW.pm %%SITE_PERL%%/Rex/Pkg/SunOS/pkg.pm %%SITE_PERL%%/Rex/Pkg/Ubuntu.pm +%%SITE_PERL%%/Rex/PkgConf/Base.pm +%%SITE_PERL%%/Rex/PkgConf/Debian.pm %%SITE_PERL%%/Rex/Profiler.pm %%SITE_PERL%%/Rex/Report.pm %%SITE_PERL%%/Rex/Resource.pm @@ -291,6 +299,7 @@ bin/rexify %%SITE_PERL%%/Rex/Test.pm %%SITE_PERL%%/Rex/Test/Base.pm %%SITE_PERL%%/Rex/Test/Base/has_content.pm +%%SITE_PERL%%/Rex/Test/Base/has_dir.pm %%SITE_PERL%%/Rex/Test/Base/has_file.pm %%SITE_PERL%%/Rex/Test/Base/has_package.pm %%SITE_PERL%%/Rex/Test/Base/has_service_running.pm @@ -298,6 +307,7 @@ bin/rexify %%SITE_PERL%%/Rex/Test/Base/has_stat.pm %%SITE_PERL%%/Rex/Transaction.pm %%SITE_PERL%%/Rex/User.pm +%%SITE_PERL%%/Rex/User/Base.pm %%SITE_PERL%%/Rex/User/FreeBSD.pm %%SITE_PERL%%/Rex/User/Linux.pm %%SITE_PERL%%/Rex/User/NetBSD.pm