From owner-svn-ports-head@freebsd.org Thu Dec 12 13:45:16 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 41EBC1D1FCB; Thu, 12 Dec 2019 13:45:16 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47YZmr118mz4bLf; Thu, 12 Dec 2019 13:45:16 +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 0BB46249E4; Thu, 12 Dec 2019 13:45:16 +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 xBCDjFTi092826; Thu, 12 Dec 2019 13:45:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBCDjFw4092824; Thu, 12 Dec 2019 13:45:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912121345.xBCDjFw4092824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Dec 2019 13:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519889 - head/sysutils/p5-Rex X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/p5-Rex X-SVN-Commit-Revision: 519889 X-SVN-Commit-Repository: ports 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.29 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: Thu, 12 Dec 2019 13:45:16 -0000 Author: sunpoet Date: Thu Dec 12 13:45:15 2019 New Revision: 519889 URL: https://svnweb.freebsd.org/changeset/ports/519889 Log: Fix *_DEPENDS - Add LICENSE_FILE - Add TEST_DEPENDS - Update pkg-descr - Update WWW - Bump PORTREVISION for dependency change - Take maintainership Modified: head/sysutils/p5-Rex/Makefile head/sysutils/p5-Rex/pkg-descr Modified: head/sysutils/p5-Rex/Makefile ============================================================================== --- head/sysutils/p5-Rex/Makefile Thu Dec 12 13:45:10 2019 (r519888) +++ head/sysutils/p5-Rex/Makefile Thu Dec 12 13:45:15 2019 (r519889) @@ -2,43 +2,47 @@ PORTNAME= Rex PORTVERSION= 1.6.0 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JFRIED PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl framework for automation and systems administration LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= \ - p5-Devel-Caller>=0:devel/p5-Devel-Caller \ - p5-HTTP-Message>=0:www/p5-HTTP-Message \ - p5-Hash-Merge>=0:textproc/p5-Hash-Merge \ - p5-IO-String>=0:devel/p5-IO-String \ - p5-JSON-XS>=0:converters/p5-JSON-XS \ - p5-libwww>=0:www/p5-libwww \ - p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ - p5-Sort-Naturally>=0:textproc/p5-Sort-Naturally \ - p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ - p5-Text-Glob>=0:textproc/p5-Text-Glob \ - p5-URI>0:net/p5-URI \ - p5-XML-Simple>=0:textproc/p5-XML-Simple \ - p5-YAML>=0:textproc/p5-YAML \ - p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \ - p5-Expect>=0:lang/p5-Expect \ - p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ - p5-HTTP-Date>=0:www/p5-HTTP-Date \ - p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ - p5-Net-SSH2>=0:net/p5-Net-SSH2 \ - p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \ - p5-Net-SFTP-Foreign>=0:net/p5-Net-SFTP-Foreign +RUN_DEPENDS= p5-AWS-Signature4>=0:devel/p5-AWS-Signature4 \ + p5-Data-Validate-IP>=0:net-mgmt/p5-Data-Validate-IP \ + p5-Devel-Caller>=0:devel/p5-Devel-Caller \ + p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Hash-Merge>=0:textproc/p5-Hash-Merge \ + p5-IO-String>=0:devel/p5-IO-String \ + p5-IO-Tty>=0:devel/p5-IO-Tty \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \ + p5-Net-SFTP-Foreign>=0:net/p5-Net-SFTP-Foreign \ + p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \ + p5-Sort-Naturally>=0:textproc/p5-Sort-Naturally \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ + p5-Text-Glob>=0:textproc/p5-Text-Glob \ + p5-URI>=0:net/p5-URI \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-YAML>=0:textproc/p5-YAML \ + p5-libwww>=0:www/p5-libwww +TEST_DEPENDS= p5-String-Escape>=0:textproc/p5-String-Escape \ + p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-UseAllModules>=0:devel/p5-Test-UseAllModules - USES= perl5 shebangfix USE_PERL5= configure + NO_ARCH= yes SHEBANG_FILES= lib/Rex/Commands/templates/append_if_no_such_line.tpl.pl Modified: head/sysutils/p5-Rex/pkg-descr ============================================================================== --- head/sysutils/p5-Rex/pkg-descr Thu Dec 12 13:45:10 2019 (r519888) +++ head/sysutils/p5-Rex/pkg-descr Thu Dec 12 13:45:15 2019 (r519889) @@ -1,4 +1,10 @@ -(R)?ex is a server orchestration tool to ease the execution of remote commands. +Rex is an automation framework that is friendly to any combinations of local and +remote execution, push and pull style of management, or imperative and +declarative approach. -WWW: http://rexify.org/ -WWW: https://metacpan.org/pod/Rex +Its flexibility makes it a great fit for many different use cases, but most +commonly Rex is used to automate application deployment and data center +infrastructure management tasks. + +WWW: https://www.rexify.org/ +WWW: https://metacpan.org/release/Rex