Bug 282509

Summary: devel/libosinfo: Improve port
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me Flags: novel: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for libosinfo none

Description Daniel Engberg freebsd_committer freebsd_triage 2024-11-03 08:31:03 UTC
Created attachment 254895 [details]
Patch for libosinfo

* Switch to DISTVERSION
* Define LICENSE
* Adjust dependencies
* Remove INSTALL_TARGET
* Replace CONFIGURE_ARGS with MESON_ARGS
* Remove GTKDOC_DESC
* Fix .pc file install

Poudriere testport OK 14.1-RELEASE (amd64)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-11-05 20:15:19 UTC
Friendly ping
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2024-11-05 20:21:41 UTC
Sorry, apparently forgot to click "Save Changes" after setting "+". Thanks for the patches!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-11-05 20:28:57 UTC
A commit in branch main references this bug:

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

commit 193fac2c4b5d71ada9cc1cfc2a95cf869e7d26a9
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-11-05 20:27:10 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-11-05 20:27:16 +0000

    devel/libosinfo: Improve port

    * Switch to DISTVERSION
    * Define LICENSE
    * Adjust dependencies
    * Remove INSTALL_TARGET
    * Replace CONFIGURE_ARGS with MESON_ARGS
    * Remove GTKDOC_DESC
    * Fix .pc file install

    PR:             282509
    Reviewed by:    novel (maintainer)

 devel/libosinfo/Makefile                      | 27 +++++++++++++++------------
 devel/libosinfo/files/patch-meson.build (new) | 20 ++++++++++++++++++++
 2 files changed, 35 insertions(+), 12 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-11-05 20:30:58 UTC
Committed, thanks!