svn commit: r455278 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Fri Dec 1 11:54:37 UTC 2017


Author: mat
Date: Fri Dec  1 11:54:35 2017
New Revision: 455278
URL: https://svnweb.freebsd.org/changeset/ports/455278

Log:
  11.0 is no longer supported.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.port.mk   (contents, props changed)

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Dec  1 11:48:12 2017	(r455277)
+++ head/Mk/bsd.port.mk	Fri Dec  1 11:54:35 2017	(r455278)
@@ -1196,7 +1196,7 @@ OSVERSION!=	${AWK} '/^\#define[[:blank:]]__FreeBSD_ver
 .endif
 _EXPORTED_VARS+=	OSVERSION
 
-.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1003000 || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100122))) || \
+.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1003000 || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1101001))) || \
     (${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-head mailing list