svn commit: r552882 - head/emulators/i386-wine-devel

Rene Ladan rene at FreeBSD.org
Wed Oct 21 19:06:44 UTC 2020


Author: rene
Date: Wed Oct 21 19:06:43 2020
New Revision: 552882
URL: https://svnweb.freebsd.org/changeset/ports/552882

Log:
  emulators/i386-wine-devel: adjust check for supported versions after 11.3 EOL
  
  Phabricator:	D26646

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

Modified: head/emulators/i386-wine-devel/Makefile.amd64
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.amd64	Wed Oct 21 19:01:00 2020	(r552881)
+++ head/emulators/i386-wine-devel/Makefile.amd64	Wed Oct 21 19:06:43 2020	(r552882)
@@ -32,8 +32,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


More information about the svn-ports-all mailing list