svn commit: r568114 - head/graphics/rawtherapee

Piotr Kubaj pkubaj at FreeBSD.org
Thu Mar 11 18:00:14 UTC 2021


Author: pkubaj
Date: Thu Mar 11 18:00:13 2021
New Revision: 568114
URL: https://svnweb.freebsd.org/changeset/ports/568114

Log:
  graphics/rawtherapee: move Tier 2 check to 14
  
  PR:		254216
  Approved by:	mandree (maintainer)

Modified:
  head/graphics/rawtherapee/Makefile

Modified: head/graphics/rawtherapee/Makefile
==============================================================================
--- head/graphics/rawtherapee/Makefile	Thu Mar 11 17:57:06 2021	(r568113)
+++ head/graphics/rawtherapee/Makefile	Thu Mar 11 18:00:13 2021	(r568114)
@@ -119,7 +119,7 @@ ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=On i386, rawtherapee malfunctions under FreeBSD 11.x - upgrade to 12.x
 .endif
 
-.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1300000)
+.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1400000)
 # don't waste everybody's time with Tier-2 and moving targets.
 # might add ARM64 later on if they are established by the
 # time FreeBSD 13 is out.


More information about the svn-ports-head mailing list