From 898375c71c743b63e1cf97bfe04a4cb9b9f3c3e8 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 10 Mar 2026 18:32:30 +0000 Subject: [PATCH] gnuplot: unbreak: bump REVISION and revert PATCHLEVEL bump --- math/gnuplot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 04b8beaa8f5..f8e08e8685f 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,10 +1,11 @@ COMMENT = command-driven interactive function plotting program V = 5.4 -PATCHLEVEL = 9 +PATCHLEVEL = 8 DISTNAME = gnuplot-${V}.${PATCHLEVEL} CATEGORIES = math graphics SITES = ${SITE_SOURCEFORGE:=gnuplot/} +REVISION = 0 HOMEPAGE = http://www.gnuplot.info/