Date: Tue, 5 Nov 2019 21:09:58 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r516839 - branches/2019Q4/Mk Message-ID: <201911052109.xA5L9wm3016012@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Nov 5 21:09:58 2019 New Revision: 516839 URL: https://svnweb.freebsd.org/changeset/ports/516839 Log: MFH: r516838 bsd.port.mk: update minimal supported version of FreeBSD to 11.3 Reviewed by: mat (and others) Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D21974 Approved by: portmgr (implicit) Modified: branches/2019Q4/Mk/bsd.port.mk Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/Mk/bsd.port.mk ============================================================================== --- branches/2019Q4/Mk/bsd.port.mk Tue Nov 5 21:08:12 2019 (r516838) +++ branches/2019Q4/Mk/bsd.port.mk Tue Nov 5 21:09:58 2019 (r516839) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911052109.xA5L9wm3016012>