Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 19:07:38 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552884 - head/emulators/i386-wine
Message-ID:  <202010211907.09LJ7cER093474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Oct 21 19:07:38 2020
New Revision: 552884
URL: https://svnweb.freebsd.org/changeset/ports/552884

Log:
  emulators/i386-wine: adjust supported versions check after FreeBSD 11.3 EOL

Modified:
  head/emulators/i386-wine/Makefile.amd64

Modified: head/emulators/i386-wine/Makefile.amd64
==============================================================================
--- head/emulators/i386-wine/Makefile.amd64	Wed Oct 21 19:07:17 2020	(r552883)
+++ head/emulators/i386-wine/Makefile.amd64	Wed Oct 21 19:07:38 2020	(r552884)
@@ -33,8 +33,8 @@ PLIST_SUB+=	NOOSREL${osrel}=""
 .endif
 .endfor
 
-.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1201000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300084 && ${OSVERSION} < 1400000))
-IGNORE=		binaries compiled for FreeBSD 11.3+, 12.1+ and 13.0-CURRENT (OSVERSION >= 1300084) only
+.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1201000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300084 && ${OSVERSION} < 1400000))
+IGNORE=		binaries compiled for FreeBSD 11.4+, 12.1+ and 13.0-CURRENT (OSVERSION >= 1300084) only
 .endif
 
 OPTIONS_DEFINE=	GECKO MONO



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