git: 4cd2aa0cef58 - main - devel/p5-Workflow: Update 2.03 → 2.04
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Jan 2025 18:02:45 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cd2aa0cef581246ce72c8c19f68e1feab8fc29f commit 4cd2aa0cef581246ce72c8c19f68e1feab8fc29f Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2025-01-31 18:01:14 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-01-31 18:02:30 +0000 devel/p5-Workflow: Update 2.03 → 2.04 ChangeLog: https://metacpan.org/dist/Workflow/changes Add a new test dependency PR: 284482 --- devel/p5-Workflow/Makefile | 12 ++++++++++-- devel/p5-Workflow/distinfo | 6 +++--- devel/p5-Workflow/files/patch-lib_Workflow.pm | 12 ++++++++++++ 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/devel/p5-Workflow/Makefile b/devel/p5-Workflow/Makefile index 1bc4c5364fdd..153911a2bf6e 100644 --- a/devel/p5-Workflow/Makefile +++ b/devel/p5-Workflow/Makefile @@ -1,5 +1,5 @@ PORTNAME= Workflow -DISTVERSION= 2.03 +DISTVERSION= 2.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -39,7 +39,15 @@ USE_PERL5= configure NO_ARCH= yes -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= EXAMPLES LINKS +LINKS_DESC= Test if pod web links are reachable during "make test" +LINKS_TEST_DEPENDS= p5-Test-Pod-Links>=0:devel/p5-Test-Pod-Links + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MLINKS} +TEST_ENV+= POD_LINKS=yes +.endif post-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/devel/p5-Workflow/distinfo b/devel/p5-Workflow/distinfo index 4a2eeefecf4b..836c52504630 100644 --- a/devel/p5-Workflow/distinfo +++ b/devel/p5-Workflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737996745 -SHA256 (Workflow-2.03.tar.gz) = 750ae18ad22de635bf03c1e03a4d8ff92f6435971325730c297cd0df34f79a3c -SIZE (Workflow-2.03.tar.gz) = 168154 +TIMESTAMP = 1738265383 +SHA256 (Workflow-2.04.tar.gz) = 8d5688037d2d25430f46e974c0171170570276caf5a9499106d40d71bca39fcb +SIZE (Workflow-2.04.tar.gz) = 168381 diff --git a/devel/p5-Workflow/files/patch-lib_Workflow.pm b/devel/p5-Workflow/files/patch-lib_Workflow.pm new file mode 100644 index 000000000000..e30449245d0a --- /dev/null +++ b/devel/p5-Workflow/files/patch-lib_Workflow.pm @@ -0,0 +1,12 @@ +--- lib/Workflow.pm.orig 2025-01-30 04:18:54 UTC ++++ lib/Workflow.pm +@@ -1516,8 +1516,7 @@ Michael Roberts E<lt>michael@vivtek.comE<gt> graciousl + able to attach event listeners (observers) to the process. + + Michael Roberts E<lt>michael@vivtek.comE<gt> graciously released the +-'Workflow' namespace on CPAN; check out his Workflow toolkit at +-L<http://www.vivtek.com/wftk/>. ++'Workflow' namespace on CPAN. + + Michael Schwern E<lt>schwern@pobox.orgE<gt> barked via RT about a + dependency problem and CPAN naming issue.