Created attachment 243299 [details] git diff Changes in id3 0.81: - Will now also update ID3v2 tags by default (if they are present) - Add support for POPM frames - Fixes bugs (thanks geeknik!) - Replaces code removed by C++17 to fix compilation issues in FreeBSD 14 Changes in the package: - maintainer email address changed (the old one still works for now)
Maintainer informed via mail
Are you the maintainer?
(In reply to Robert Clausecker from comment #2) Yes.
Thank you for the submission. Here are some notes: - there is no need to add an option for shell completion files. Just install them unconditionally. - please install shell completion files into the directories specified in ยง 6.31 Porter's Handbook. Your patch uses what looks like to be the wrong directory. Please check and resubmit.
Created attachment 243351 [details] Updated patch to ports tree This makes installing the bash-completion files unconditional, and also picks a better name for the installed ports file (changes have been verified to be working when bash-completion is installed).
Sorry for the delay, I was on vacation. Will commit with my next batch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f53717a5ad092b840f7c0884094bff1f74623170 commit f53717a5ad092b840f7c0884094bff1f74623170 Author: Marc Schoolderman <info@marcschoolderman.nl> AuthorDate: 2023-07-28 09:55:37 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-07-30 22:59:02 +0000 audio/id3mtag: update to 0.81 Changes in id3 0.81: - Will now also update ID3v2 tags by default (if they are present) - Add support for POPM frames - Fixes bugs (thanks geeknik!) - Replaces code removed by C++17 to fix compilation issues in FreeBSD 14 Changes in the package: - maintainer email address changed (the old one still works for now) - bash-completion files are now installed unconditionally - bash-completion files are now installed into the right places PR: 272410 audio/id3mtag/Makefile | 28 +++++++++++++--------------- audio/id3mtag/distinfo | 5 +++-- 2 files changed, 16 insertions(+), 17 deletions(-)
Thank you for your contribution.