diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-03 00:29:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-03 00:29:26 +0000 |
commit | e5b1e2b129eb10ad52d8601dc25ce8080f04aece (patch) | |
tree | d728c6a34c801ca6a6eb0c1c55827d4761988292 /graphics/dataplot | |
parent | c32f931e8b95602a32d33ca9f6742bf1dc0793b8 (diff) |
Update to version 20132012.
PR: 187146
Submitted by: pfg
Notes
Notes:
svn path=/head/; revision=346845
Diffstat (limited to 'graphics/dataplot')
-rw-r--r-- | graphics/dataplot/Makefile | 3 | ||||
-rw-r--r-- | graphics/dataplot/distinfo | 4 | ||||
-rw-r--r-- | graphics/dataplot/files/Makefile.tmpl | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 0501c85422d8..ff2865fc9d39 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dataplot -PORTVERSION= 20090821 -PORTREVISION= 3 +PORTVERSION= 20132012 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ LOCAL/beech:source \ diff --git a/graphics/dataplot/distinfo b/graphics/dataplot/distinfo index c47a027767fa..10e3af511ff3 100644 --- a/graphics/dataplot/distinfo +++ b/graphics/dataplot/distinfo @@ -1,4 +1,4 @@ -SHA256 (dataplot/dpsrc.tar.gz) = 059b2863ed488a706f26c34a07363e76a444d56d1ac3e5c6c81d28d97cc58e6e -SIZE (dataplot/dpsrc.tar.gz) = 6655840 +SHA256 (dataplot/dpsrc.tar.gz) = 419f2a672e2fcc076d95bb67f5c2a9c05a66dc1f697c729b52cddb860e83ae12 +SIZE (dataplot/dpsrc.tar.gz) = 6761551 SHA256 (dataplot/dpsnapsh.pdf) = 4854cdab00ce10df87686eb025a80f57575fea1b362a22b49f202e10348f0e4b SIZE (dataplot/dpsnapsh.pdf) = 62085 diff --git a/graphics/dataplot/files/Makefile.tmpl b/graphics/dataplot/files/Makefile.tmpl index 80908220f041..c02289c69325 100644 --- a/graphics/dataplot/files/Makefile.tmpl +++ b/graphics/dataplot/files/Makefile.tmpl @@ -89,6 +89,7 @@ OBJS = dp1_linux.o \ libplot_src.o \ rldp.o \ gd_src.o \ + gks_src.o \ x11_src.o \ main.o |