[Bug 271452] security/crowdsec-firewall-bouncer: update to 0.0.27

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 16 May 2023 14:52:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271452

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Will change

    GH_TAGNAME=     ${DISTVERSIONFULL}-freebsd

to

    DISTVERSIONSUFFIX= -freebsd

on commit.

Check if you can perhaps redesign the port to also use FreeBSD's default Go
build targets instead of your own makefile.  This way, you won't have to fetch
and vendor dependencies.

Also, as per policy please do not use REINPLACE_CMD for static replacements. 
Instead, supply a patch file.

Please also check if a build dependency on git is really needed.  I already see
that you have correctly patched the build tag to not reference git, but once
you did that, I don't see where the port requires git anymore.

Update looks good otherwise.  Would you like me to commit as is or do you want
to improve the patch?

-- 
You are receiving this mail because:
You are the assignee for the bug.