Bug 271606 - security/p5-Crypt-X509: Update to 0.55
Summary: security/p5-Crypt-X509: Update to 0.55
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ashish SHUKLA
URL: https://github.com/openxpki/Crypt-X50...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-24 14:09 UTC by Sergei Vyshenski
Modified: 2023-05-24 23:24 UTC (History)
0 users

See Also:
ashish: maintainer-feedback+


Attachments
"git diff" patch to update the port (1.28 KB, patch)
2023-05-24 14:09 UTC, Sergei Vyshenski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2023-05-24 14:09:38 UTC
Created attachment 242375 [details]
"git diff" patch to update the port

- Update 0.54 -> 0.55
Changes: https://github.com/openxpki/Crypt-X509/compare/0.54...0.55
- take maintainership as approved by present maintainer Ashish SHUKLA <ashish@FreeBSD.org> in private communication
- add LICENSE group
- respect move of the project to GH 
(at the moment mirror at CPAN has distribution with limited functionality)

- "portlint -AC" is happy.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" is happy.
- Tested with:
13.2-RELEASE
portlint 2.20.0
portfmt 1.1.4
pkg 1.19.1
poudriere 3.3.7_1
perl 5.32.1_3
openssl 1.1.1t
ssl=base
- built-in perl tests in a clean poudriere jail say: PASS.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-05-24 23:23:10 UTC
A commit in branch main references this bug:

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

commit cec909f65b792e74260a95b3df0113f40211c5f0
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2023-05-24 23:02:19 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2023-05-24 23:14:18 +0000

    security/p5-Crypt-X509: Update to 0.55

    - take maintainership
    - add LICENSE group
    - respect move of the project to GH

    PR:             271606
    Approved by:    Ashish SHUKLA <ashish@FreeBSD.org> (private email)
    Changes:        https://github.com/openxpki/Crypt-X509/compare/0.54...0.55

 security/p5-Crypt-X509/Makefile | 11 ++++++++---
 security/p5-Crypt-X509/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2023-05-24 23:24:24 UTC
Thank you!