Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2021 00:46:29 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: edabbf820119 - main - Mk/bsd.port.mk: Fix comments about PKGVERSION
Message-ID:  <202111250046.1AP0kThT088982@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=edabbf820119e46d1fe8fc3a567bae20debf4625

commit edabbf820119e46d1fe8fc3a567bae20debf4625
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2021-10-28 16:40:55 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-11-25 00:45:30 +0000

    Mk/bsd.port.mk: Fix comments about PKGVERSION
    
    * The value of PKGVERSION described in comment is different from real
      one. And it is difficult to explain it briefly. So replace it with
      brief explanation what the variable means.
    
    PR:             259511
    Approved by:    portmgr (bapt)
---
 Mk/bsd.port.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index ad50a4af5334..33179c1caf25 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -71,7 +71,7 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 #				  designator (in case there are different versions of
 #				  one port as is the case for Tcl).
 #				  Optional.
-# PKGVERSION	- Always defined as ${PORTVERSION}.
+# PKGVERSION	- Version of package.
 #				  Do not define this in your Makefile.
 # DISTVERSION	- Vendor version of the distribution.
 #				  Default: ${PORTVERSION}



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