svn commit: r516838 - head/Mk

Rene Ladan rene at FreeBSD.org
Tue Nov 5 21:08:13 UTC 2019


Author: rene
Date: Tue Nov  5 21:08:12 2019
New Revision: 516838
URL: https://svnweb.freebsd.org/changeset/ports/516838

Log:
  bsd.port.mk: update minimal supported version of FreeBSD to 11.3
  
  Reviewed by:	mat (and others)
  Approved by:	portmgr (implicit)
  MFH:		2019Q4
  Differential Revision:	https://reviews.freebsd.org/D21974

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Nov  5 21:03:45 2019	(r516837)
+++ head/Mk/bsd.port.mk	Tue Nov  5 21:08:12 2019	(r516838)
@@ -1162,7 +1162,7 @@ OSVERSION!=	${AWK} '/^\#define[[:blank:]]__FreeBSD_ver
 .endif
 _EXPORTED_VARS+=	OSVERSION
 
-.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1102000) || \
+.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1103000) || \
     (${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