Bug 277675 - audio/puddletag: Update to 2.3.0, Add three options
Summary: audio/puddletag: Update to 2.3.0, Add three options
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: freebsd-ports-bugs (Nobody)
URL: https://github.com/puddletag/puddleta...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-13 19:26 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-03-29 21:27 UTC (History)
1 user (show)

See Also:


Attachments
audio-puddletag-Update-to-2.3.0-Add-three-options.patch (2.26 KB, patch)
2024-03-13 19:26 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-03-13 19:26:34 UTC
Created attachment 249136 [details]
audio-puddletag-Update-to-2.3.0-Add-three-options.patch

Description:

* Add LEVENSHTEIN option (better string matching)
* Add LXML option (better HTML parsing)
* Add PYACOUSTID option (support for tagging audio files using web based Tag sources)
    
ChangeLog: https://github.com/puddletag/puddletag/releases/tag/2.3.0

QA:

* portlint: OK (looks fine.)
* testport: OK (synth: 14.0-RELEASE, amd64, LEVENSHTEIN LXML PYACOUSTID tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-29 21:22:27 UTC
A commit in branch main references this bug:

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

commit 50ff5ce915709e9ab85032e2758e9328b4546bf1
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-03-29 20:50:24 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-29 21:20:08 +0000

    audio/puddletag: Update to 2.3.0

    Add optional runtime dependencies
    * Add LEVENSHTEIN option (better string matching)
    * Add LXML option (better HTML parsing)
    * Add PYACOUSTID option (support for tagging audio files
      using web based Tag sources)

    Changelog: https://github.com/puddletag/puddletag/releases/tag/2.3.0

    PR:             277675

 audio/puddletag/Makefile | 15 +++++++++++++--
 audio/puddletag/distinfo |  6 +++---
 2 files changed, 16 insertions(+), 5 deletions(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-03-29 21:27:52 UTC
Committed, thanks!