diff options
author | glewis <glewis@FreeBSD.org> | 2017-07-01 17:36:27 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2017-07-01 17:36:27 +0000 |
commit | 5dc5269f17aaa11ecca2fe39e6bfacd54b1ecec5 (patch) | |
tree | e12104b281f7a792b7b51f6584a00673bd0e26cc | |
parent | 5b41fde1430b893f7ada47bb7ff048dc8fe691cb (diff) | |
download | FreeBSD-ports-5dc5269f17aaa11ecca2fe39e6bfacd54b1ecec5.zip FreeBSD-ports-5dc5269f17aaa11ecca2fe39e6bfacd54b1ecec5.tar.gz |
. Update to 5.0.6.
-rw-r--r-- | math/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | math/gnuplot/distinfo | 6 | ||||
-rw-r--r-- | math/gnuplot/pkg-plist | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 746bcd9..5c87894 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnuplot -PORTVERSION= 5.0.5 -PORTREVISION= 2 +PORTVERSION= 5.0.6 CATEGORIES= math graphics MASTER_SITES= SF diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo index b67b96d..1e18f40 100644 --- a/math/gnuplot/distinfo +++ b/math/gnuplot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482589482 -SHA256 (gnuplot-5.0.5.tar.gz) = 25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053 -SIZE (gnuplot-5.0.5.tar.gz) = 5078771 +TIMESTAMP = 1498878457 +SHA256 (gnuplot-5.0.6.tar.gz) = 5bbe4713e555c2e103b7d4ffd45fca69551fff09cf5c3f9cb17428aaacc9b460 +SIZE (gnuplot-5.0.6.tar.gz) = 5093897 diff --git a/math/gnuplot/pkg-plist b/math/gnuplot/pkg-plist index 39a8cdd..7ff700b 100644 --- a/math/gnuplot/pkg-plist +++ b/math/gnuplot/pkg-plist @@ -22,6 +22,7 @@ man/man1/gnuplot.1.gz %%DATADIR%%/5.0/colors_mono.gp %%DATADIR%%/5.0/colors_podo.gp %%DATADIR%%/5.0/gnuplot.gih +@sample %%DATADIR%%/5.0/gnuplotrc.sample %%DATADIR%%/5.0/js/README %%DATADIR%%/5.0/js/canvasmath.js %%DATADIR%%/5.0/js/canvastext.js @@ -37,4 +38,3 @@ man/man1/gnuplot.1.gz %%DATADIR%%/5.0/js/return.png %%DATADIR%%/5.0/js/textzoom.png %%DATADIR%%/5.0/lua/gnuplot-tikz.lua -@sample %%DATADIR%%/5.0/gnuplotrc.sample |