Bug 286747 - www/p5-Net-Curl: Add support for curl 8.13
Summary: www/p5-Net-Curl: Add support for curl 8.13
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-12 17:08 UTC by Andrew
Modified: 2025-05-13 16:16 UTC (History)
1 user (show)

See Also:
andrew.fengler: maintainer-feedback+


Attachments
patch for ports tree (4.92 KB, patch)
2025-05-12 17:08 UTC, Andrew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2025-05-12 17:08:40 UTC
Created attachment 260354 [details]
patch for ports tree

Add some extra entries to symbols-in-versions, fixup makefile.PL to handle CURL_HAS_DECLSPEC_ATTRIBUTE
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-05-13 13:50:35 UTC
A commit in branch main references this bug:

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

commit b0b423ef2d59fae9f285969026b6b51075030a55
Author:     Andrew <andrew.fengler@scaleengine.com>
AuthorDate: 2025-05-13 13:47:31 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-05-13 13:47:31 +0000

    www/p5-Net-Curl: Add support for curl 8.13

    * Add some extra entries to symbols-in-versions.
    * Fix makefile.PL to handle CURL_HAS_DECLSPEC_ATTRIBUTE.

    Improve port:
    - Replace PORTVERSION with DISTVERSION.
    - Fix warning from portclippy - sort options.
    - Sort USES.

    PR:     286747

 www/p5-Net-Curl/Makefile                           |  7 ++-
 www/p5-Net-Curl/files/patch-Makefile.PL (new)      | 11 ++++
 .../files/patch-inc_symbols-in-versions            | 68 +++++++++++++++++++++-
 3 files changed, 80 insertions(+), 6 deletions(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-13 16:16:07 UTC
Thanks.