svn commit: r481026 - branches/2018Q4/Mk

Rene Ladan rene at FreeBSD.org
Mon Oct 1 11:32:49 UTC 2018


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.


More information about the svn-ports-all mailing list