Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 12:37:52 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r563569 - branches/2021Q1/Mk
Message-ID:  <202102011237.111CbqCG059176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Feb  1 12:37:51 2021
New Revision: 563569
URL: https://svnweb.freebsd.org/changeset/ports/563569

Log:
  MFH: r563568
  
  Mk/bsd.port.mk: Remove support for FreeBSD 12.1 which reached end-of-life today.

Modified:
  branches/2021Q1/Mk/bsd.port.mk
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/Mk/bsd.port.mk
==============================================================================
--- branches/2021Q1/Mk/bsd.port.mk	Mon Feb  1 12:37:14 2021	(r563568)
+++ branches/2021Q1/Mk/bsd.port.mk	Mon Feb  1 12:37:51 2021	(r563569)
@@ -43,9 +43,9 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 #				  makefile is being used on.  Automatically set to
 #				  "FreeBSD," "NetBSD," or "OpenBSD" as appropriate.
 # OSREL			- The release version of the operating system as a text
-#				  string (e.g., "12.1").
+#				  string (e.g., "12.2").
 # OSVERSION		- The operating system version as a comparable integer;
-#				  the value of __FreeBSD_version (e.g., 1201000).
+#				  the value of __FreeBSD_version (e.g., 1202000).
 #
 # 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
@@ -1177,7 +1177,7 @@ OSVERSION!=	${AWK} '/^\#define[[:blank:]]__FreeBSD_ver
 .endif
 _EXPORTED_VARS+=	OSVERSION
 
-.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1104000 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201000))) || \
+.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1104000 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1202000))) || \
     (${OPSYS} == DragonFly && ${DFLYVERSION} < 400400)
 _UNSUPPORTED_SYSTEM_MESSAGE=	Ports Collection support for your ${OPSYS} version has ended, and no ports\
 								are guaranteed to build on this system. Please upgrade to a supported release.



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