Bug 260722

Summary: Fix naming and order of variables in example 63 for consistency
Product: Documentation Reporter: Daniel Engberg <diizzy>
Component: Books & ArticlesAssignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me CC: bcr, blackend, carlavilla, fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for Porters Handbook none

Description Daniel Engberg freebsd_committer freebsd_triage 2021-12-27 07:24:18 UTC
Created attachment 230449 [details]
Patch for Porters Handbook

PORTVERSION should be DISTVERSION and DISTVERSIONPREFIX should be defined before DISTVERSION
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2023-05-07 00:13:24 UTC
Can someone have a look at this please?
Comment 2 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2023-05-07 17:07:02 UTC
^Triage: reporter is committer, assign accordingly.

LGTM. You can land this.

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-08-27 10:09:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=4a0c21eefccafeb9128e2a9c830620e16bf3eeb1

commit 4a0c21eefccafeb9128e2a9c830620e16bf3eeb1
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-08-27 10:08:45 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-08-27 10:08:45 +0000

    Porter's Handbook: Special, Fix naming and order of variables

    PORTVERSION should be DISTVERSION and DISTVERSIONPREFIX should be defined before DISTVERSION

    PR:             260722
    Approved by:    fernape@

 documentation/content/en/books/porters-handbook/special/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 4 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-08-27 10:10:54 UTC
Fixed, thanks.
Sorry for the delay.