Bug 266626 - www/p5-RT-Client-REST: Update to 0.70
Summary: www/p5-RT-Client-REST: Update to 0.70
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: Wen Heping
URL: https://metacpan.org/release/RT-Clien...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-26 11:25 UTC by Sergei Vyshenski
Modified: 2022-09-29 14:44 UTC (History)
2 users (show)

See Also:


Attachments
"git diff" patch to update the port (1.52 KB, patch)
2022-09-26 11:25 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 2022-09-26 11:25:13 UTC
Created attachment 236835 [details]
"git diff" patch to update the port

- update 0.60 -> 0.70
Changes: https://metacpan.org/changes/distribution/RT-Client-REST
- reorder RUN_DEPENDS to make portfmt happy

- "portlint -AC" complains about "WWW" misplaced.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" is happy.
- Tested with:
13.1-RELEASE-p2
pkg 1.18.3
poudriere 3.3.7_1
perl 5.32.1_3
openssl 1.1.1o
ssl=base
- built-in perl tests in a clean poudriere jail say: PASS.
Comment 1 Wen Heping freebsd_committer freebsd_triage 2022-09-26 13:40:22 UTC
I suggest put the line of p5-libwww>=0:www/p5-libwww to the last line of RUN_DEPENDS.
Comment 2 Sergei Vyshenski 2022-09-26 13:57:33 UTC
Whatever you say.
But portfmt wants this to be put as in this patch.
Do you want a new patch?
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-09-29 14:40:59 UTC
A commit in branch main references this bug:

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

commit 56d0ae1f0739be84799729e8048e38feb2d211d9
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2022-09-29 14:38:46 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2022-09-29 14:38:46 +0000

    www/p5-RT-Client-REST: Update to 0.70

    PR:             266626
    Reported by:    svysh.fbsd@gmail.com(maintainer)

 www/p5-RT-Client-REST/Makefile | 8 ++++----
 www/p5-RT-Client-REST/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 4 Wen Heping freebsd_committer freebsd_triage 2022-09-29 14:43:54 UTC
Hi,

   I committed it as your patch.
   And I shall discuss the problem with the author of portfmt :)