diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-03 08:29:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-03 08:29:26 +0800 |
commit | ac9cec50ad26fc4a4787d9cad3624da754028949 (patch) | |
tree | d728c6a34c801ca6a6eb0c1c55827d4761988292 /graphics | |
parent | 9aa9fd28d59128db75cc9ef2e5511c3239424e39 (diff) | |
download | freebsd-ports-gnome-ac9cec50ad26fc4a4787d9cad3624da754028949.tar.gz freebsd-ports-gnome-ac9cec50ad26fc4a4787d9cad3624da754028949.tar.zst freebsd-ports-gnome-ac9cec50ad26fc4a4787d9cad3624da754028949.zip |
Update to version 20132012.
PR: 187146
Submitted by: pfg
Diffstat (limited to 'graphics')
-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 |