Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2018 15:00:41 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468843 - head/Mk
Message-ID:  <201805021500.w42F0fj0092915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed May  2 15:00:41 2018
New Revision: 468843
URL: https://svnweb.freebsd.org/changeset/ports/468843

Log:
  Note that 10.3 is not supported any more.
  
  Sponsored by:	Absolight

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

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed May  2 14:48:19 2018	(r468842)
+++ head/Mk/bsd.port.mk	Wed May  2 15:00:41 2018	(r468843)
@@ -1173,7 +1173,7 @@ OSVERSION!=	${AWK} '/^\#define[[:blank:]]__FreeBSD_ver
 .endif
 _EXPORTED_VARS+=	OSVERSION
 
-.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1003000 || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1101001))) || \
+.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1004000 || (${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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021500.w42F0fj0092915>