Created attachment 252863 [details] puddletag-2.4.0.patch Description: * Add USES=desktop-file-utils. ChangeLog: https://github.com/puddletag/puddletag/releases/tag/2.4.0 * Bump pyparsing from 3.1.1 to 3.1.2. * Bump lxml from 5.1.0 to 5.1.1. * Bump lxml from 5.1.1 to 5.2.0. * Bump lxml from 5.2.0 to 5.2.1. * Bump levenshtein from 0.25.0 to 0.25.1. * Bump idna from 3.3 to 3.7. * Allow the .desktop to open folders and A/V files. * Enable WMA support. * Update pyparsing usage to PEP-8. * Fix RuntimeError in puddleobjects.py by swallowing StopIteration exception. * Add more mp4 itunes mappings. * Bump lxml from 5.2.1 to 5.2.2. * Bump requests from 2.31.0 to 2.32.0. * fix typo on exception string .format in exception handler. * Bump urllib3 from 1.26.18 to 1.26.19. * Fix delete file segfault. QA: * portlint: OK (looks fine.) * testport: OK
Created attachment 252864 [details] puddletag-2.4.0.patch Description: * Add USES=desktop-file-utils. ChangeLog: https://github.com/puddletag/puddletag/releases/tag/2.4.0 * Bump pyparsing from 3.1.1 to 3.1.2. * Bump lxml from 5.1.0 to 5.1.1. * Bump lxml from 5.1.1 to 5.2.0. * Bump lxml from 5.2.0 to 5.2.1. * Bump levenshtein from 0.25.0 to 0.25.1. * Bump idna from 3.3 to 3.7. * Allow the .desktop to open folders and A/V files. * Enable WMA support. * Update pyparsing usage to PEP-8. * Fix RuntimeError in puddleobjects.py by swallowing StopIteration exception. * Add more mp4 itunes mappings. * Bump lxml from 5.2.1 to 5.2.2. * Bump requests from 2.31.0 to 2.32.0. * fix typo on exception string .format in exception handler. * Bump urllib3 from 1.26.18 to 1.26.19. * Fix delete file segfault. QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.1-RELEASE, amd64, LEVENSHTEIN LXML PYACOUSTID tested)
pkg-static: DEVELOPER_MODE: Notice: arch "FreeBSD:14:amd64" -- no architecture specific files found: **** could this package use a wildcard architecture? Look like we have to add NO_ARCH=yes.
(In reply to Vladimir Druzenko from comment #2) Tested build with NO_ARCH=yes - no errors.
Created attachment 252887 [details] puddletag-2.4.0.patch Description: * Add NO_ARCH=yes QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.1-RELEASE, amd64, LEVENSHTEIN LXML PYACOUSTID tested)
Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a93207b2f864ba4f5ad70e4406cc99cf18e6d33d commit a93207b2f864ba4f5ad70e4406cc99cf18e6d33d Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-08-18 19:54:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-18 19:59:40 +0000 audio/puddletag: Update 2.3.0 → 2.4.0 Changelog: * Bump pyparsing from 3.1.1 to 3.1.2. * Bump levenshtein from 0.25.0 to 0.25.1. * Bump idna from 3.3 to 3.7. * Allow the .desktop to open folders and A/V files. * Enable WMA support. * Update pyparsing usage to PEP-8. * Fix RuntimeError in puddleobjects.py by swallowing StopIteration exception. * Add more mp4 itunes mappings. * Bump lxml from 5.1.0 to 5.2.2. * Bump requests from 2.31.0 to 2.32.0. * fix typo on exception string .format in exception handler. * Bump urllib3 from 1.26.18 to 1.26.19. * Fix delete file segfault. https://github.com/puddletag/puddletag/releases/tag/2.4.0 Imporve port: * Add USES=desktop-file-utils. * Add NO_ARCH=yes. PR: 280894 audio/puddletag/Makefile | 6 ++++-- audio/puddletag/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-)
Thanks.