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.
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
Whatever you say. Do you need another patch w/o this?
Created attachment 240054 [details] "git diff" patch to update the port patch w/o LICENSE_FILE
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(-)
Committed, thanks!