Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 19:11:47 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526131 - head/Mk
Message-ID:  <202002141911.01EJBlho013190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grembo
Date: Fri Feb 14 19:11:46 2020
New Revision: 526131
URL: https://svnweb.freebsd.org/changeset/ports/526131

Log:
  Clarify description of OSREL/OSVERSION in bsd.ports.mk.
  
  PR:		244120
  Approved by:	portmgr (adamw)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Feb 14 19:03:41 2020	(r526130)
+++ head/Mk/bsd.port.mk	Fri Feb 14 19:11:46 2020	(r526131)
@@ -42,8 +42,10 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 # OPSYS			- Portability clause.  This is the operating system the
 #				  makefile is being used on.  Automatically set to
 #				  "FreeBSD," "NetBSD," or "OpenBSD" as appropriate.
-# OSREL			- The release version (numeric) of the operating system.
-# OSVERSION		- The value of __FreeBSD_version.
+# OSREL			- The release version of the operating system as a text
+#				  string (e.g., "12.1").
+# OSVERSION		- The operating system version as a comparable integer;
+#				  the value of __FreeBSD_version (e.g., 1201000).
 #
 # This is the beginning of the list of all variables that need to be
 # defined in a port, listed in order that they should be included



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