Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2021 18:00:13 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568114 - head/graphics/rawtherapee
Message-ID:  <202103111800.12BI0DZu019939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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