Bug 280295 - databases/ocaml-sqlite3: Update to 5.1.0
Summary: databases/ocaml-sqlite3: Update to 5.1.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: Zsolt Udvari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-15 12:11 UTC by Benjamin Jacobs
Modified: 2024-08-09 19:00 UTC (History)
1 user (show)

See Also:


Attachments
ocaml-sqlite-5.1.0.patch (4.12 KB, patch)
2024-07-15 12:11 UTC, Benjamin Jacobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Jacobs 2024-07-15 12:11:05 UTC
Created attachment 252071 [details]
ocaml-sqlite-5.1.0.patch

Please apply the attached patch to update ocaml-sqlite3 from version 4.0.5 to version 5.1.0.
Comment 1 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-09 06:27:06 UTC
Benjamin, would you to be the maintainer?
Comment 2 Benjamin Jacobs 2024-08-09 11:49:43 UTC
Hi zsolt, yes ok I can take on maintainership. Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-08-09 19:00:13 UTC
A commit in branch main references this bug:

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

commit 708c14c8067412d9595fbb75f16c7a6094a18893
Author:     Benjamin Jacobs <freebsd@dev.thsi.be>
AuthorDate: 2024-08-09 18:50:30 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-08-09 18:59:10 +0000

    databases/ocaml-sqlite3: update to 5.1.0

    Add DOCS option.
    Add ocaml:dune to USES.
    Remove patch of sqlite3_stubs.c.
    Submitter takes maintainership.
    Switch to DISTVERSION.

    PR:             280295

 databases/ocaml-sqlite3/Makefile                   | 39 ++++++++--------------
 databases/ocaml-sqlite3/distinfo                   |  6 ++--
 .../files/patch-lib_sqlite3_stubs.c (gone)         | 14 --------
 databases/ocaml-sqlite3/pkg-plist (new)            | 15 +++++++++
 4 files changed, 32 insertions(+), 42 deletions(-)
Comment 4 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-09 19:00:40 UTC
Committed, thanks!