Bug 281034 - audio/taglib: Update to 2.0.2
Summary: audio/taglib: Update to 2.0.2
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: Daniel Engberg
URL: https://github.com/taglib/taglib/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-24 14:36 UTC by Daniel Engberg
Modified: 2024-08-25 13:04 UTC (History)
0 users

See Also:
jhale: maintainer-feedback+


Attachments
Patch for taglib (2.08 KB, patch)
2024-08-24 14:36 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-08-24 14:36:56 UTC
Created attachment 253057 [details]
Patch for taglib

* Drop TESTS option and use TEST_DEPENDS instead

Compile and runtime tested on FreeBSD 14.1-RELEASE (amd64) (make, make check-plist, make test)

Poudriere testport OK 13.3-RELEASE (amd64)
Poudriere testport OK 14.0-RELEASE (amd64)
Poudriere testport OK 14.1-RELEASE (amd64)

"Mini" exp-run on using Poudriere (14.1-RELEASE) looks fine
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2024-08-25 12:35:07 UTC
LGTM. Go ahead and commit.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-25 13:03:43 UTC
A commit in branch main references this bug:

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

commit 82a1265880f32cf66da7dcaab5065d4357e34313
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-25 13:01:40 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-25 13:02:59 +0000

    audio/taglib: Update to 2.0.2

    * Drop TESTS option and use TEST_DEPENDS instead

    Changelog: https://github.com/taglib/taglib/releases/tag/v2.0.2

    PR:             281034
    Reviewed by:    jhale (maintainer)

 audio/taglib/Makefile  | 13 ++++++-------
 audio/taglib/distinfo  |  6 +++---
 audio/taglib/pkg-plist |  4 ++--
 3 files changed, 11 insertions(+), 12 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-08-25 13:04:14 UTC
Committed, thanks