svn commit: r481023 - head/Mk

Rene Ladan rene at FreeBSD.org
Mon Oct 1 09:53:12 UTC 2018


Author: rene
Date: Mon Oct  1 09:53:10 2018
New Revision: 481023
URL: https://svnweb.freebsd.org/changeset/ports/481023

Log:
  Drop support for FreeBSD 11.1 in bsd.port.mk, its support ended on 2018-09-30.
  
  Submitted by:	jbeich
  MFH:		2018Q4

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Oct  1 09:44:33 2018	(r481022)
+++ head/Mk/bsd.port.mk	Mon Oct  1 09:53:10 2018	(r481023)
@@ -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