Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 11:32:48 +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: r481026 - branches/2018Q4/Mk
Message-ID:  <201810011132.w91BWmLw044768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Oct  1 11:32:48 2018
New Revision: 481026
URL: https://svnweb.freebsd.org/changeset/ports/481026

Log:
  MFH: r481023
  
  Drop support for FreeBSD 11.1 in bsd.port.mk, its support ended on 2018-09-30.
  
  Submitted by:	jbeich
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2018Q4/Mk/bsd.port.mk
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/Mk/bsd.port.mk
==============================================================================
--- branches/2018Q4/Mk/bsd.port.mk	Mon Oct  1 11:32:37 2018	(r481025)
+++ branches/2018Q4/Mk/bsd.port.mk	Mon Oct  1 11:32:48 2018	(r481026)
@@ -1180,7 +1180,7 @@ OSVERSION!=	${AWK} '/^\#define[[:blank:]]__FreeBSD_ver
 .endif
 _EXPORTED_VARS+=	OSVERSION
 
-.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1004000 || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1101001))) || \
+.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1004000 || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1102000))) || \
     (${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?201810011132.w91BWmLw044768>