[Bug 285092] mail/bsfilter: Update to 1.0.20

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 01 Mar 2025 19:55:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285092

Daniel Engberg <diizzy@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |diizzy@FreeBSD.org

--- Comment #1 from Daniel Engberg <diizzy@FreeBSD.org> ---
Hi,

Please use the correct ordering and naming of variables for USE_GITHUB
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github
(See example 16)

These can be put in a separate section after SHEBANG_FILES (optional) to make
the port Makefile easier to read and follow
+USE_GITHUB=    yes
+GH_ACCOUNT=    nbkenichi

NO_BUILD should be a seprate section below

Please add a desciption about the local patch, origin and what it does/fixes

If possible use git to generate patches instead of diff

Best regards,
Daniel

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