aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-10-01 17:53:10 +0800
committerrene <rene@FreeBSD.org>2018-10-01 17:53:10 +0800
commit29c4ee8f82bd7b2199da815c79699978bc6cc952 (patch)
tree5008624f5c147124533972f97e3909f5d8ec2ba1 /Mk
parentf30aff5084c9d2305557c4c4fb87927b3d5361ff (diff)
downloadfreebsd-ports-gnome-29c4ee8f82bd7b2199da815c79699978bc6cc952.tar.gz
freebsd-ports-gnome-29c4ee8f82bd7b2199da815c79699978bc6cc952.tar.zst
freebsd-ports-gnome-29c4ee8f82bd7b2199da815c79699978bc6cc952.zip
Drop support for FreeBSD 11.1 in bsd.port.mk, its support ended on 2018-09-30.
Submitted by: jbeich MFH: 2018Q4
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index b433a1b49a39..f0f0f4a17c21 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1180,7 +1180,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC
.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.