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