mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.12.0
Changes: https://metacpan.org/changes/distribution/Rex
This commit is contained in:
parent
c3bae4b887
commit
3d2a0f682c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541534
3 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Rex
|
||||
PORTVERSION= 1.11.0
|
||||
PORTVERSION= 1.12.0
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:FERKI
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Friendly automation framework
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
|
||||
${RUN_DEPENDS}
|
||||
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 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1592145075
|
||||
SHA256 (Rex-1.11.0.tar.gz) = 73269e5ddad0b88f1cf269173a9eff2f2addff230c303112fda5f43e269c49c5
|
||||
SIZE (Rex-1.11.0.tar.gz) = 333640
|
||||
TIMESTAMP = 1594117165
|
||||
SHA256 (Rex-1.12.0.tar.gz) = b5958128253b1c98904ed3ff0d6902658394ab4a2a4896a7abedd6b8914f61bd
|
||||
SIZE (Rex-1.12.0.tar.gz) = 338275
|
||||
|
|
|
@ -343,6 +343,8 @@ bin/rexify
|
|||
%%SITE_PERL%%/Rex/Virtualization/VBox/shutdown.pm
|
||||
%%SITE_PERL%%/Rex/Virtualization/VBox/start.pm
|
||||
%%SITE_PERL%%/Rex/Virtualization/VBox/status.pm
|
||||
%%SITE_PERL%%/auto/share/dist/Rex/rex-tab-completion.bash
|
||||
%%SITE_PERL%%/auto/share/dist/Rex/rex-tab-completion.zsh
|
||||
%%PERL5_MAN1%%/rex.1.gz
|
||||
%%PERL5_MAN1%%/rexify.1.gz
|
||||
%%PERL5_MAN3%%/Rex.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue