Created attachment 252070 [details] ocaml-bz2-0.8.0.patch Please apply the attached patch to update ocaml-bz2 from 0.6.0 to 0.8.0.
Benjamin, would you to be the maintainer?
Hi zsolt, yes ok I can take on maintainership. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5743ea29ee31592adc4c561b2161593503346d8e commit 5743ea29ee31592adc4c561b2161593503346d8e Author: Benjamin Jacobs <freebsd@dev.thsi.be> AuthorDate: 2024-08-09 19:07:21 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-08-09 19:11:36 +0000 archivers/ocaml-bz2: update to 0.8.0 Use ocaml:dune. Add DOCS and EXAMPLES options. Update WWW, using GITLAB. Submitter takes maintainership. Switch to DISTVERSION. PR: 280294 archivers/ocaml-bz2/Makefile | 41 ++++++++++------------ archivers/ocaml-bz2/distinfo | 5 +-- archivers/ocaml-bz2/files/patch-dune-project (new) | 17 +++++++++ archivers/ocaml-bz2/files/patch-src_dune (new) | 10 ++++++ archivers/ocaml-bz2/pkg-plist (new) | 15 ++++++++ 5 files changed, 64 insertions(+), 24 deletions(-)
Committed, thanks!