Date: Tue, 11 Feb 2014 16:42:23 +0400 From: Andrej Zverev <az@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/186648: [update] sysutils/p5-Rex to 0.44.1 Message-ID: <E1WDCfP-0009fI-Ly@sunner.semmy.ru> Resent-Message-ID: <201402111250.s1BCo0B3094999@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186648 >Category: ports >Synopsis: [update] sysutils/p5-Rex to 0.44.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 11 12:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- p5-Rex.diff begins here --- Index: p5-Rex/Makefile =================================================================== --- p5-Rex/Makefile (revision 343734) +++ p5-Rex/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Rex -PORTVERSION= 0.43.7 +PORTVERSION= 0.44.1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JFRIED @@ -22,11 +22,14 @@ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-String-Escape>=0:${PORTSDIR}/textproc/p5-String-Escape \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= lib/Rex/Commands/templates/append_if_no_such_line.tpl.pl + .include <bsd.port.mk> Index: p5-Rex/distinfo =================================================================== --- p5-Rex/distinfo (revision 343734) +++ p5-Rex/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Rex-0.43.7.tar.gz) = cfa5a18c5f1eaa343c0e5c82cc06304f6a3e3c6ffa5b2798446e67889ba28bea -SIZE (Rex-0.43.7.tar.gz) = 176608 +SHA256 (Rex-0.44.1.tar.gz) = 184ece78ab42e6cc0717d570c78b64810c6e76eac2f9b3cec08b2eedb630c991 +SIZE (Rex-0.44.1.tar.gz) = 186665 Index: p5-Rex/pkg-plist =================================================================== --- p5-Rex/pkg-plist (revision 343734) +++ p5-Rex/pkg-plist (working copy) @@ -37,6 +37,7 @@ %%PERL5_MAN3%%/Rex::Commands::Virtualization.3.gz %%PERL5_MAN3%%/Rex::Config.3.gz %%PERL5_MAN3%%/Rex::FS::File.3.gz +%%PERL5_MAN3%%/Rex::Group::Lookup::Command.3.gz %%PERL5_MAN3%%/Rex::Group::Lookup::File.3.gz %%PERL5_MAN3%%/Rex::Group::Lookup::INI.3.gz %%PERL5_MAN3%%/Rex::Hardware.3.gz @@ -45,6 +46,7 @@ %%PERL5_MAN3%%/Rex::Task.3.gz %%PERL5_MAN3%%/Rex::Template.3.gz %%PERL5_MAN3%%/Rex::Transaction.3.gz +%%PERL5_MAN3%%/Rex::Virtualization::Docker.3.gz %%PERL5_MAN3%%/Rex::Virtualization::LibVirt.3.gz %%PERL5_MAN3%%/Rex::Virtualization::VBox.3.gz %%SITE_PERL%%/Rex.pm @@ -108,6 +110,7 @@ %%SITE_PERL%%/Rex/Fork/Task.pm %%SITE_PERL%%/Rex/Group.pm %%SITE_PERL%%/Rex/Group/Entry/Server.pm +%%SITE_PERL%%/Rex/Group/Lookup/Command.pm %%SITE_PERL%%/Rex/Group/Lookup/File.pm %%SITE_PERL%%/Rex/Group/Lookup/INI.pm %%SITE_PERL%%/Rex/Hardware.pm @@ -131,6 +134,7 @@ %%SITE_PERL%%/Rex/Helper/SSH2.pm %%SITE_PERL%%/Rex/Helper/SSH2/Expect.pm %%SITE_PERL%%/Rex/Helper/System.pm +%%SITE_PERL%%/Rex/Hook.pm %%SITE_PERL%%/Rex/Interface/Cache.pm %%SITE_PERL%%/Rex/Interface/Cache/Base.pm %%SITE_PERL%%/Rex/Interface/Cache/YAML.pm @@ -172,6 +176,7 @@ %%SITE_PERL%%/Rex/Interface/Shell/Csh.pm %%SITE_PERL%%/Rex/Interface/Shell/Default.pm %%SITE_PERL%%/Rex/Interface/Shell/Sh.pm +%%SITE_PERL%%/Rex/Interface/Shell/Tcsh.pm %%SITE_PERL%%/Rex/Interface/Shell/Zsh.pm %%SITE_PERL%%/Rex/Inventory.pm %%SITE_PERL%%/Rex/Inventory/Bios.pm @@ -228,7 +233,9 @@ %%SITE_PERL%%/Rex/Service/Debian.pm %%SITE_PERL%%/Rex/Service/FreeBSD.pm %%SITE_PERL%%/Rex/Service/Gentoo.pm +%%SITE_PERL%%/Rex/Service/Gentoo/systemd.pm %%SITE_PERL%%/Rex/Service/Mageia.pm +%%SITE_PERL%%/Rex/Service/Mageia/systemd.pm %%SITE_PERL%%/Rex/Service/NetBSD.pm %%SITE_PERL%%/Rex/Service/OpenBSD.pm %%SITE_PERL%%/Rex/Service/OpenWrt.pm @@ -259,6 +266,16 @@ %%SITE_PERL%%/Rex/Value.pm %%SITE_PERL%%/Rex/Virtualization.pm %%SITE_PERL%%/Rex/Virtualization/Base.pm +%%SITE_PERL%%/Rex/Virtualization/Docker.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/create.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/daemon.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/delete.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/destroy.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/info.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/list.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/reboot.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/shutdown.pm +%%SITE_PERL%%/Rex/Virtualization/Docker/start.pm %%SITE_PERL%%/Rex/Virtualization/LibVirt.pm %%SITE_PERL%%/Rex/Virtualization/LibVirt/blklist.pm %%SITE_PERL%%/Rex/Virtualization/LibVirt/clone.pm @@ -298,6 +315,7 @@ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rex @dirrmtry %%SITE_PERL%%/Rex/Virtualization/VBox @dirrmtry %%SITE_PERL%%/Rex/Virtualization/LibVirt +@dirrmtry %%SITE_PERL%%/Rex/Virtualization/Docker @dirrmtry %%SITE_PERL%%/Rex/Virtualization @dirrmtry %%SITE_PERL%%/Rex/User @dirrmtry %%SITE_PERL%%/Rex/TaskList @@ -307,6 +325,8 @@ @dirrmtry %%SITE_PERL%%/Rex/Service/SunOS @dirrmtry %%SITE_PERL%%/Rex/Service/SuSE @dirrmtry %%SITE_PERL%%/Rex/Service/Redhat +@dirrmtry %%SITE_PERL%%/Rex/Service/Mageia +@dirrmtry %%SITE_PERL%%/Rex/Service/Gentoo @dirrmtry %%SITE_PERL%%/Rex/Service/ALT @dirrmtry %%SITE_PERL%%/Rex/Service @dirrmtry %%SITE_PERL%%/Rex/SCM --- p5-Rex.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1WDCfP-0009fI-Ly>