Bug 281284 - dns/dsc: update to 2.15.2
Summary: dns/dsc: update to 2.15.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/DNS-OARC/dsc/blob/...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-05 08:26 UTC by Leo Vandewoestijne
Modified: 2024-09-05 23:06 UTC (History)
1 user (show)

See Also:


Attachments
dsc 2.15.2 (759 bytes, patch)
2024-09-05 08:26 UTC, Leo Vandewoestijne
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Vandewoestijne 2024-09-05 08:26:32 UTC
Created attachment 253342 [details]
dsc 2.15.2

Simple update of dns/dsc

Looks fine in portclippy and in poudriere.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-05 22:40:19 UTC
Remove GNU_CONFIGURE_MANPREFIX.
Replace PORTVERSION with DISTVERSION.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-05 22:48:42 UTC
It can't detect libmaxminddb during configure stage without USES=pkgconfig.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-09-05 22:59:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f6d49efe35085caf15f0b35b2521fe3dccb39b2

commit 0f6d49efe35085caf15f0b35b2521fe3dccb39b2
Author:     Leo Vandewoestijne <freebsd@dns.company>
AuthorDate: 2024-09-05 22:50:01 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-09-05 22:59:14 +0000

    dns/dsc: Update 2.15.1 → 2.15.2

    - Replace PORTVERSION with DISTVERSION.
    - Remove GNU_CONFIGURE_MANPREFIX.
    - Add USES=pkgconfig (required to detect libmaxminddb during configure stage).

    Changelog:
    https://github.com/DNS-OARC/dsc/releases/tag/v2.15.2

    PR:     281284
    MFH:    2024Q3

 dns/dsc/Makefile | 5 ++---
 dns/dsc/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-09-05 23:03:08 UTC
A commit in branch 2024Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4203f6a4f3d09437e79dee241e44e5b2d17e3bd3

commit 4203f6a4f3d09437e79dee241e44e5b2d17e3bd3
Author:     Leo Vandewoestijne <freebsd@dns.company>
AuthorDate: 2024-09-05 22:50:01 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-09-05 23:01:56 +0000

    dns/dsc: Update 2.15.1 → 2.15.2

    - Replace PORTVERSION with DISTVERSION.
    - Remove GNU_CONFIGURE_MANPREFIX.
    - Add USES=pkgconfig (required to detect libmaxminddb during configure stage).

    Changelog:
    https://github.com/DNS-OARC/dsc/releases/tag/v2.15.2

    PR:     281284
    MFH:    2024Q3
    (cherry picked from commit 0f6d49efe35085caf15f0b35b2521fe3dccb39b2)

 dns/dsc/Makefile | 5 ++---
 dns/dsc/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-05 23:06:38 UTC
Thanks.