Bug 268729 - devel/simdjson: Update to 3.0.1
Summary: devel/simdjson: Update to 3.0.1
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: Daniel Engberg
URL: https://github.com/simdjson/simdjson/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-03 08:27 UTC by Daniel Engberg
Modified: 2023-01-04 21:25 UTC (History)
2 users (show)

See Also:
olevole: maintainer-feedback+


Attachments
Patch for simdjson (1.84 KB, patch)
2023-01-03 08:27 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 2023-01-03 08:27:57 UTC
Created attachment 239224 [details]
Patch for simdjson

Fix "make test", it should now be available offline

Compile and runtime tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist, make test)
Poudriere testport OK 12.3-RELEASE (amd64)
Poudriere testport OK 13.1-RELEASE (i386)
Comment 1 Oleg Ginzburg 2023-01-03 13:21:31 UTC
Looks good to me, please commmit. 
Thanks!
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2023-01-03 15:50:04 UTC
Reporter is committer, assigning properly.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-01-04 21:25:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e1e4e01cf6d2b6c83c39a75cda76670feaace20

commit 7e1e4e01cf6d2b6c83c39a75cda76670feaace20
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-01-04 21:16:53 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-01-04 21:16:58 +0000

    devel/simdjson: Update to 3.0.1

    Fix "make test", it should now be available for offline testing

    Changelog: https://github.com/simdjson/simdjson/releases/tag/v3.0.1

    PR:             268729
    Reviewed by:    Oleg Ginzburg <olevole@olevole.ru> (maintainer)

 devel/simdjson/Makefile | 17 ++++++++++-------
 devel/simdjson/distinfo |  8 +++++---
 2 files changed, 15 insertions(+), 10 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2023-01-04 21:25:53 UTC
Committed, thanks