I'm a fresh user of this, starting out with the new version which works
so far.
amd64 'make test' is also happy with extra deps:
All tests successful.
Files=82, Tests=1595, 94 wallclock secs ( 0.48 usr 0.65 sys + 30.36
cusr 56.64 csys = 88.13 CPU)
Result: PASS
https://www.rexify.org/docs/release_notes/1.14.0.html
https://www.rexify.org/docs/release_notes/1.14.1.html
https://www.rexify.org/docs/release_notes/1.14.2.html
mention bug and doc fixes, restructuring, i.e. no big changes afaict.
Feedback? Objection? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/p5-Rex/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile 4 Aug 2022 19:24:28 -0000 1.9
+++ Makefile 22 May 2023 00:17:19 -0000
@@ -1,7 +1,7 @@
COMMENT= perl-based deployment and configuration management
CPAN_AUTHOR= FERKI
-DISTNAME= Rex-1.13.4
+DISTNAME= Rex-1.14.2
CATEGORIES= sysutils
@@ -34,8 +34,11 @@ RUN_DEPENDS= converters/p5-JSON-XS \
BUILD_DEPENDS= devel/p5-File-ShareDir
TEST_DEPENDS= devel/p5-Test-Deep \
+ devel/p5-Sub-Override \
+ devel/p5-Test-Exception \
devel/p5-Test-Output \
- devel/p5-Test-UseAllModules
+ devel/p5-Test-UseAllModules \
+ devel/p5-Test-Warnings
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Rex
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/p5-Rex/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 4 Aug 2022 19:24:28 -0000 1.5
+++ distinfo 22 May 2023 00:14:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (Rex-1.13.4.tar.gz) = qG6ScBWbQcmo/OlvndyXxcqmgWfKTtM+l5CL/OFwmM8=
-SIZE (Rex-1.13.4.tar.gz) = 351011
+SHA256 (Rex-1.14.2.tar.gz) = IdqpUdp0fwBTr9etlG/OL+ssCN2xzCv+AO5GYBqMq1Y=
+SIZE (Rex-1.14.2.tar.gz) = 355848
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/p5-Rex/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST 11 Mar 2022 19:57:47 -0000 1.5
+++ pkg/PLIST 22 May 2023 00:07:36 -0000
@@ -62,8 +62,6 @@ ${P5SITE}/Rex/Commands/Tail.pm
${P5SITE}/Rex/Commands/Upload.pm
${P5SITE}/Rex/Commands/User.pm
${P5SITE}/Rex/Commands/Virtualization.pm
-${P5SITE}/Rex/Commands/templates/
-${P5SITE}/Rex/Commands/templates/append_if_no_such_line.tpl.pl
${P5SITE}/Rex/Config.pm
${P5SITE}/Rex/Constants.pm
${P5SITE}/Rex/Cron/
No comments:
Post a Comment