git: 1f9a83d4ac - main - Add info about updating checksums on distinfo

From: Pau Amma <pauamma_at_FreeBSD.org>
Date: Sat, 29 Oct 2022 18:55:31 UTC
The branch main has been updated by pauamma:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1f9a83d4ac95e29aff552d7a7469e772c7c0a261

commit 1f9a83d4ac95e29aff552d7a7469e772c7c0a261
Author:     Ricardo Fraile <r@rfmoz.eu>
AuthorDate: 2022-09-29 17:09:10 +0000
Commit:     Pau Amma <pauamma@FreeBSD.org>
CommitDate: 2022-10-29 18:38:56 +0000

    Add info about updating checksums on distinfo
    
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/88
    
    Differential Revision:  https://reviews.freebsd.org/D36800
    
    Reviewed by:    carlavilla, gjb, rene
    
    Approved by:    gjb (mentor), rene (portmgr)
---
 documentation/content/en/books/porters-handbook/upgrading/_index.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
index 14ddf24af6..2654a3ed73 100644
--- a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
@@ -149,6 +149,8 @@ If adding, moving, or removing a file, use `git` to track these changes:
 
 Make sure to check the port using the checklist in crossref:quick-porting[porting-testing,Testing the Port] and crossref:quick-porting[porting-portlint,Checking the Port with `portlint`].
 
+Also, update the checksum reference in distinfo with `make makesum`.
+
 Before making the patch, fetch the latest repository and rebase the changes on top of it.
 Watch and follow the output carefully.
 If any of the files failed to rebase, it means that the upstream files changed while you were editing the same file, and the conflicts need to be resolved manually.