summaryrefslogtreecommitdiff
path: root/math/gnuplot
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-12-02 06:14:00 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-12-02 06:14:00 +0000
commit065f37c54f8b8d28a4cb20b86b45ad76cab773ef (patch)
tree9871141ae47ec3d6c6d8fe2c8a9d6ecbd8906d67 /math/gnuplot
parentFix packing list (diff)
Update to 5.2.8
Diffstat (limited to 'math/gnuplot')
-rw-r--r--math/gnuplot/Makefile3
-rw-r--r--math/gnuplot/distinfo6
-rw-r--r--math/gnuplot/files/patch-term-fig.trm15
3 files changed, 4 insertions, 20 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 3086d6c691f2..8505ff6b2a2c 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gnuplot
-PORTVERSION= 5.2.7
-PORTREVISION= 2
+PORTVERSION= 5.2.8
CATEGORIES= math graphics
MASTER_SITES= SF
diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo
index 6d66dee71af6..b5c55dad9a02 100644
--- a/math/gnuplot/distinfo
+++ b/math/gnuplot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560976099
-SHA256 (gnuplot-5.2.7.tar.gz) = 97fe503ff3b2e356fe2ae32203fc7fd2cf9cef1f46b60fe46dc501a228b9f4ed
-SIZE (gnuplot-5.2.7.tar.gz) = 5335673
+TIMESTAMP = 1575266871
+SHA256 (gnuplot-5.2.8.tar.gz) = 60a6764ccf404a1668c140f11cc1f699290ab70daa1151bb58fed6139a28ac37
+SIZE (gnuplot-5.2.8.tar.gz) = 5340677
diff --git a/math/gnuplot/files/patch-term-fig.trm b/math/gnuplot/files/patch-term-fig.trm
deleted file mode 100644
index 1957921c914c..000000000000
--- a/math/gnuplot/files/patch-term-fig.trm
+++ /dev/null
@@ -1,15 +0,0 @@
---- term/fig.trm.orig
-+++ term/fig.trm
-@@ -680,11 +680,11 @@
- double empirical_scale = 3.0;
- (void) custom_dash_pattern; /* ignore */
- if (type <= 0)
-- type = LT_SOLID;
-+ type = SOLID_LINE;
- FIG_type = type % 6;
- /* FIXME: should pass through "dl" somehow */
- FIG_spacing = empirical_scale * FIG_current_linewidth;
-- FIG_line.cap_style = (FIG_type == 0) ? CAP_BUTT : CAP_ROUND;
-+ FIG_line.cap_style = (FIG_type == SOLID_LINE) ? CAP_BUTT : CAP_ROUND;
- }
-