Bug 252296 - devel/hs-darcs: Update to 2.16.3
Summary: devel/hs-darcs: Update to 2.16.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-haskell (Nobody)
URL: https://hackage.haskell.org/package/d...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-31 03:06 UTC by Älven
Modified: 2024-08-22 23:28 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (haskell)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Älven 2020-12-31 03:06:11 UTC

    
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-01-01 15:06:44 UTC
A commit references this bug:

Author: arrowd
Date: Fri Jan  1 15:06:18 UTC 2021
New revision: 559834
URL: https://svnweb.freebsd.org/changeset/ports/559834

Log:
  devel/hs-darcs: Update to 2.16.3

  PR:		252296

Changes:
  head/devel/hs-darcs/Makefile
  head/devel/hs-darcs/distinfo
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-22 23:28:02 UTC
A commit in branch main references this bug:

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

commit fc0a0b37b12c8abd83ba0f7ca2153d1419fbb86d
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-07-25 12:52:29 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-08-22 23:27:12 +0000

    sysutils/fluent-bit: Add option LUA_FILTER

    From https://docs.fluentbit.io/manual/pipeline/filters/lua:

    > The Lua filter allows you to modify the incoming records (even split
    > one record into multiple records) using custom Lua scripts.

    The option depends on luajit-devel, because at least version 2.1.0 is
    required: https://github.com/fluent/fluent-bit/pull/7286/files.

    Keep the option disabled for now. We may consider enabling it by default
    in the future to match what upstream does:
    https://docs.fluentbit.io/manual/installation/sources/build-and-install.

    Also, add a small do-test target for the new option.

    PR:             252296
    Approved by:    portmgr (maintainer timeout)
    Sponsored by:   trivago N.V.
    Sponsored by:   Klara, Inc.

 sysutils/fluent-bit/Makefile | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)