git: 4a0c21eefc - main - Porter's Handbook: Special, Fix naming and order of variables
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 10:09:53 UTC
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