Bug 268536

Summary: www/libnghttp2: Update to 1.51.0
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/nghttp2/nghttp2/releases/tag/v1.51.0
Bug Depends on:    
Bug Blocks: 268537    
Attachments:
Description Flags
Patch for libnghttp2 none

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(-)