diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-05-15 17:54:56 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-05-15 17:54:56 +0800 |
commit | 9065f9eed6af3da41d46533ce517ae719e4bf307 (patch) | |
tree | f49ed0158eb514165b31193bf511b51ac8a42ede | |
parent | 86bcdc1389a6aabb06abbdbd300e4e37864af204 (diff) | |
download | freebsd-ports-gnome-9065f9eed6af3da41d46533ce517ae719e4bf307.tar.gz freebsd-ports-gnome-9065f9eed6af3da41d46533ce517ae719e4bf307.tar.zst freebsd-ports-gnome-9065f9eed6af3da41d46533ce517ae719e4bf307.zip |
Update to 20060425.
Submitter takes maintainership.
PR: ports/97290
Submitted by: Beech Rintoul <beech@alaskaparadise.com>
-rw-r--r-- | graphics/dataplot/Makefile | 11 | ||||
-rw-r--r-- | graphics/dataplot/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 74ede77f87bf..977877c6a9e5 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -6,16 +6,17 @@ # PORTNAME= dataplot -PORTVERSION= 20050830 +PORTVERSION= 20060425 +PORTREVISION= CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ http://www.itl.nist.gov/div898/software/dataplot.html/:doc -DISTFILES= dpsrc.08_30_2005.gz:source \ +DISTFILES= dpsrc.04_25_2006.tar.gz:source \ dpsnapsh.pdf:doc DIST_SUBDIR= dataplot -EXTRACT_ONLY= dpsrc.08_30_2005.gz +EXTRACT_ONLY= dpsrc.04_25_2006.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= A free software system for statistical visualization LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ @@ -29,7 +30,7 @@ MAXOBV?= 20000 # Make bigger if you need more observations/variable .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not link on alpha (.got subsegment exceeds 64k)" +BROKEN= Does not link on alpha (.got subsegment exceeds 64k) .endif post-extract: diff --git a/graphics/dataplot/distinfo b/graphics/dataplot/distinfo index 22d4cfb86ca8..dcc36d49a44e 100644 --- a/graphics/dataplot/distinfo +++ b/graphics/dataplot/distinfo @@ -1,6 +1,6 @@ -MD5 (dataplot/dpsrc.08_30_2005.gz) = 7f40e8e42014e3ac3a406a99fb9109b8 -SHA256 (dataplot/dpsrc.08_30_2005.gz) = a6d3cf922cc886b5ec39bc9127192c68c6a0410ed969dac9f87053058737a774 -SIZE (dataplot/dpsrc.08_30_2005.gz) = 5967784 +MD5 (dataplot/dpsrc.04_25_2006.tar.gz) = 05931945ee0f733868f02b76b4c950c6 +SHA256 (dataplot/dpsrc.04_25_2006.tar.gz) = a052b7fdf2e51bde5c6b9cab15df02f0225e512a6f942d4332e02eb73d1364a4 +SIZE (dataplot/dpsrc.08_30_2005.gz) = 5912396 MD5 (dataplot/dpsnapsh.pdf) = 88ca193586405a71387abbeba9be9f0e SHA256 (dataplot/dpsnapsh.pdf) = 4854cdab00ce10df87686eb025a80f57575fea1b362a22b49f202e10348f0e4b SIZE (dataplot/dpsnapsh.pdf) = 62085 |