diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-02-01 20:37:14 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-02-01 20:37:14 +0800 |
commit | 2d9527944f116748b1e9605788b85df76a6c6d01 (patch) | |
tree | fbb10af0b978772cac034b15c7f7f9f5f395d7ec /Mk | |
parent | b729eb9992bdbbcb759e7829c20f6cd663595b06 (diff) | |
download | freebsd-ports-gnome-2d9527944f116748b1e9605788b85df76a6c6d01.tar.gz freebsd-ports-gnome-2d9527944f116748b1e9605788b85df76a6c6d01.tar.zst freebsd-ports-gnome-2d9527944f116748b1e9605788b85df76a6c6d01.zip |
Mk/bsd.port.mk: Remove support for FreeBSD 12.1 which reached end-of-life today.
MFH: 2021Q1
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b3ff5e2abfda..e846639fd6a0 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -43,9 +43,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # makefile is being used on. Automatically set to # "FreeBSD," "NetBSD," or "OpenBSD" as appropriate. # OSREL - The release version of the operating system as a text -# string (e.g., "12.1"). +# string (e.g., "12.2"). # OSVERSION - The operating system version as a comparable integer; -# the value of __FreeBSD_version (e.g., 1201000). +# the value of __FreeBSD_version (e.g., 1202000). # # This is the beginning of the list of all variables that need to be # defined in a port, listed in order that they should be included @@ -1177,7 +1177,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC .endif _EXPORTED_VARS+= OSVERSION -.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1104000 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201000))) || \ +.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1104000 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1202000))) || \ (${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. |