[Bug 271206] sysutils/topgrade: Update to 11.0.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 03 May 2023 11:11:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271206

--- Comment #3 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to freebsd from comment #2)

That's not the right section.  This one is about making patches to the ports
tree to submit on Bugzilla.  The one you should be looking at is ยง 4.4, which
is about how to patch the source code your are building, i.e.

    cd .../sysutils/topgrade/work/path/to/file
    cp file.rs file.rs.orig
    vi file.rs # patch patch patch
    cd .../sysutils/topgrade
    make makepatch # generate patch file

Note that you need to copy to a .orig file before doing any patching.  The
makepatch script uses .orig files to diff against when generating patches.

I see that you have removed the REINPLACE_CMD section from your new patch.  Is
it no longer required?

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