mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
devel/p5-Workflow: Update 2.03 → 2.04
ChangeLog: https://metacpan.org/dist/Workflow/changes Add a new test dependency PR: 284482
This commit is contained in:
parent
c93a692627
commit
4cd2aa0cef
3 changed files with 25 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= Workflow
|
PORTNAME= Workflow
|
||||||
DISTVERSION= 2.03
|
DISTVERSION= 2.04
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -39,7 +39,15 @@ USE_PERL5= configure
|
||||||
|
|
||||||
NO_ARCH= yes
|
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:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1737996745
|
TIMESTAMP = 1738265383
|
||||||
SHA256 (Workflow-2.03.tar.gz) = 750ae18ad22de635bf03c1e03a4d8ff92f6435971325730c297cd0df34f79a3c
|
SHA256 (Workflow-2.04.tar.gz) = 8d5688037d2d25430f46e974c0171170570276caf5a9499106d40d71bca39fcb
|
||||||
SIZE (Workflow-2.03.tar.gz) = 168154
|
SIZE (Workflow-2.04.tar.gz) = 168381
|
||||||
|
|
12
devel/p5-Workflow/files/patch-lib_Workflow.pm
Normal file
12
devel/p5-Workflow/files/patch-lib_Workflow.pm
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue