From d81d1b9fd0f53c63638f6ed219d4bb5d850b4233 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Wed, 10 Oct 2018 12:29:45 +0000 Subject: [PATCH] gnuplot: bump to 5.2.5. --- .../{gnuplot-5.2.4.recipe => gnuplot-5.2.5.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename sci-visualization/gnuplot/{gnuplot-5.2.4.recipe => gnuplot-5.2.5.recipe} (90%) diff --git a/sci-visualization/gnuplot/gnuplot-5.2.4.recipe b/sci-visualization/gnuplot/gnuplot-5.2.5.recipe similarity index 90% rename from sci-visualization/gnuplot/gnuplot-5.2.4.recipe rename to sci-visualization/gnuplot/gnuplot-5.2.5.recipe index 974d35d30..a93741be3 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.4.recipe +++ b/sci-visualization/gnuplot/gnuplot-5.2.5.recipe @@ -8,21 +8,21 @@ COPYRIGHT="1986-1993, 1998, 2004-2018 Thomas Williams, Colin Kelley" LICENSE="Gnuplot" REVISION="1" SOURCE_URI="https://downloads.sourceforge.net/gnuplot/gnuplot-$portVersion.tar.gz" -CHECKSUM_SHA256="1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb" +CHECKSUM_SHA256="039db2cce62ddcfd31a6696fe576f4224b3bc3f919e66191dfe2cdb058475caa" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" -SECONDARY_ARCHITECTURES="?x86" +if [ "$targetArchitecture" = x86_gcc2 ]; then +SECONDARY_ARCHITECTURES="x86" +fi -commandSuffix=$secondaryArchSuffix commandBinDir=$binDir if [ "$targetArchitecture" = x86_gcc2 ]; then - commandSuffix= commandBinDir=$prefix/bin fi PROVIDES=" gnuplot$secondaryArchSuffix = $portVersion - cmd:gnuplot$commandSuffix = $portVersion + cmd:gnuplot = $portVersion " REQUIRES=" haiku$secondaryArchSuffix