Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2023 10:09:53 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 4a0c21eefc - main - Porter's Handbook: Special, Fix naming and order of variables
Message-ID:  <202308271009.37RA9rJh046861@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

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(-)

diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
index c4278ffc61..13ac549fde 100644
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -820,8 +820,8 @@ In most cases, it is sufficient to set the `GO_MODULE` variable to the value spe
 [.programlisting]
 ....
 PORTNAME=       hey
-PORTVERSION=    0.1.4
-DISTVERSIONPREFIX=      v
+DISTVERSIONPREFIX=	v
+DISTVERSION=    0.1.4
 CATEGORIES=     benchmarks
 
 MAINTAINER=     dmgk@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308271009.37RA9rJh046861>