Bug 255419 - devel/p5-Workflow: Update to 1.54
Summary: devel/p5-Workflow: Update to 1.54
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL: https://metacpan.org/changes/distribu...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-26 13:10 UTC by Sergei Vyshenski
Modified: 2021-04-27 17:02 UTC (History)
2 users (show)

See Also:


Attachments
patch to update the port (923 bytes, patch)
2021-04-26 13:10 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2021-04-26 13:10:07 UTC
Created attachment 224443 [details]
patch to update the port

- Update 1.53 --> 1.54
Changes: https://metacpan.org/changes/distribution/Workflow

- "portlint -AC" gives non-relevant warns.
- "portclippy Makefile" is happy.
- Tested with:
12.2-RELEASE-p6
pkg 1.16.3
poudriere 3.3.6
perl 5.32.1
openssl 1.1.1h
ssl=base
- built-in perl tests in a clean poudriere jail say: PASS.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-26 19:04:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a38f9b2a2b91e4da87252c9e75f79dd392e9efe5

commit a38f9b2a2b91e4da87252c9e75f79dd392e9efe5
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-04-26 19:02:54 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-04-26 19:02:54 +0000

    devel/p5-Workflow: Update to 1.54

    Changes https://metacpan.org/changes/distribution/Workflow

    PR:             255419
    Approved by:    maintainer

 devel/p5-Workflow/Makefile | 2 +-
 devel/p5-Workflow/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Kevin Bowling freebsd_committer freebsd_triage 2021-04-26 19:04:55 UTC
Thanks for your contribution!  Please consider sending git formatted patches in the future for easier integration.
Comment 3 Sergei Vyshenski 2021-04-27 13:36:40 UTC
(In reply to Kevin Bowling from comment #2)
Could you please recommend some reading about how to prepare git formatted patch for a port.
Comment 4 Sergei Vyshenski 2021-04-27 13:56:38 UTC
Do you think that the following is enough?

# cd /usr/ports/
# git diff devel/p5-Workflow.orig devel/p5-Workflow > p5-Workflow.patch
Comment 5 Kevin Bowling freebsd_committer freebsd_triage 2021-04-27 17:02:32 UTC
(In reply to Sergei Vyshenski from comment #4)
Yes that should work