diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-10-23 08:23:04 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-10-23 08:23:04 +0000 |
commit | 5a62f988ebc74fcb457452e3b7aa0deb921634dd (patch) | |
tree | 766f77d1591886cace852ef280fcc889c478ab72 /math/gnuplot | |
parent | e055a4120a193bb54fe08791a4b999ea23400e46 (diff) | |
download | ports-5a62f988ebc74fcb457452e3b7aa0deb921634dd.tar.gz ports-5a62f988ebc74fcb457452e3b7aa0deb921634dd.zip |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 7 | ||||
-rw-r--r-- | math/gnuplot/distinfo | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index f8db57b6287c..d18d56f6e7e0 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,13 +1,18 @@ # $FreeBSD$ PORTNAME= gnuplot -PORTVERSION= 5.0.4 +PORTVERSION= 5.0.5 CATEGORIES= math graphics MASTER_SITES= SF MAINTAINER= glewis@FreeBSD.org COMMENT= Command-line driven graphing utility +LICENSE= Gnuplot +LICENSE_NAME= Gnuplot license +LICENSE_FILE= ${WRKSRC}/Copyright +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + USES= iconv lua pkgconfig readline USE_TEX= kpathsea GNU_CONFIGURE= yes diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo index 49703976ff74..4d6cbdad7ce6 100644 --- a/math/gnuplot/distinfo +++ b/math/gnuplot/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnuplot-5.0.4.tar.gz) = 151cb845728bde75eb9d1561b35140114a05a7c52a52bd35b4b2b3d944e0c31e -SIZE (gnuplot-5.0.4.tar.gz) = 5051380 +TIMESTAMP = 1477068693 +SHA256 (gnuplot-5.0.5.tar.gz) = 25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053 +SIZE (gnuplot-5.0.5.tar.gz) = 5078771 |