Bug 268536 - www/libnghttp2: Update to 1.51.0
Summary: www/libnghttp2: Update to 1.51.0
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: Po-Chuan Hsieh
URL: https://github.com/nghttp2/nghttp2/re...
Keywords:
Depends on:
Blocks: 268537
  Show dependency treegraph
 
Reported: 2022-12-24 10:51 UTC by Daniel Engberg
Modified: 2023-01-16 09:35 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Patch for libnghttp2 (3.73 KB, patch)
2022-12-24 10:51 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 2022-12-24 10:51:44 UTC
Created attachment 238996 [details]
Patch for libnghttp2

* Switch to CMake
* Modernize Makefile to follow Porters Handbook more closely

Compile tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist)
Poudriere testport OK 12.3-RELEASE (amd64)
Poudriere testport OK 13.1-RELEASE (i386)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2023-01-07 06:33:58 UTC
Poduriere bulk looks fine on FreeBSD 13.1 with users, kindly tested by bofh
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-16 09:28:46 UTC
A commit in branch main references this bug:

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

commit 3bbd8494cddb03fe841ad150a4e8da7737e9d36b
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-01-16 09:23:12 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-01-16 09:23:25 +0000

    www/libnghttp2: Update to 1.51.0

    * Switch to CMake
    * Modernize Makefile to follow Porters Handbook more closely

    Poudriere test run by bofh (thanks!)

    Changelog: https://github.com/nghttp2/nghttp2/releases/tag/v1.51.0

    PR:             268536
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 www/libnghttp2/Makefile                         | 16 +++++++++-------
 www/libnghttp2/distinfo                         |  6 +++---
 www/libnghttp2/files/patch-CMakeLists.txt (new) | 20 ++++++++++++++++++++
 www/libnghttp2/files/patch-Makefile.in (gone)   | 21 ---------------------
 www/libnghttp2/pkg-plist                        |  2 +-
 5 files changed, 33 insertions(+), 32 deletions(-)