Bug 269450 - graphics/p5-Image-ExifTool-devel: Update to 12.56
Summary: graphics/p5-Image-ExifTool-devel: Update to 12.56
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: Nuno Teixeira
URL: https://exiftool.org/history.html
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-09 23:01 UTC by Sergei Vyshenski
Modified: 2023-02-12 12:35 UTC (History)
2 users (show)

See Also:


Attachments
"git diff" patch to update the port (2.09 KB, patch)
2023-02-09 23:01 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff
"git diff" patch to update the port (1.93 KB, patch)
2023-02-10 17:56 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 2023-02-09 23:01:33 UTC
Created attachment 240035 [details]
"git diff" patch to update the port

- Update 12.55 -> 12.56
- Changes: https://exiftool.org/history.html
- Add a new mirror to MASTER_SITES
- Change PORTVERSION into DISTVERSION
- Add LICENSE_FILE

- "portlint -AC" is happy.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" is happy.
- Tested with:
13.1-RELEASE-p6
portlint 2.20.0
portfmt 1.1.4
pkg 1.19.0
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 Nuno Teixeira freebsd_committer freebsd_triage 2023-02-10 14:35:56 UTC
LICENSE_FILE=	${WRKSRC}/README

Not sure if README could be accepted as a license file as it only contains:

---
COPYRIGHT AND LICENSE

Copyright 2003-2023, Phil Harvey

This is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
---

My opinion is not to define LICENSE_FILE
Comment 2 Sergei Vyshenski 2023-02-10 14:44:27 UTC
Whatever you say. Do you need another patch w/o this?
Comment 3 Sergei Vyshenski 2023-02-10 17:56:12 UTC
Created attachment 240054 [details]
"git diff" patch to update the port

patch w/o LICENSE_FILE
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-02-12 12:34:35 UTC
A commit in branch main references this bug:

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

commit febc1f60a05f6d7044906aa93cdcdf3fba38a1c0
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2023-02-12 12:33:01 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-02-12 12:33:01 +0000

    graphics/p5-Image-ExifTool-devel: Update to 12.56

    ChangeLog:      https://exiftool.org/history.html
    PR:             269450

 graphics/p5-Image-ExifTool-devel/Makefile  | 5 +++--
 graphics/p5-Image-ExifTool-devel/distinfo  | 6 +++---
 graphics/p5-Image-ExifTool-devel/pkg-plist | 2 ++
 3 files changed, 8 insertions(+), 5 deletions(-)
Comment 5 Nuno Teixeira freebsd_committer freebsd_triage 2023-02-12 12:35:11 UTC
Committed, thanks!