diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-03 07:37:19 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-03 07:37:19 +0000 |
commit | ff5b26c4542277b4eb79ca7c956a4c21c4e492f2 (patch) | |
tree | 8cd3ae34f95107ed75ad693b8ca64c9fffef6d0c /graphics/py-gdchart | |
parent | 75a29a56df1e33fae1725c136f0c9440b03fce44 (diff) | |
download | ports-ff5b26c4542277b4eb79ca7c956a4c21c4e492f2.tar.gz ports-ff5b26c4542277b4eb79ca7c956a4c21c4e492f2.zip |
Notes
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r-- | graphics/py-gdchart/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-gdchart/distinfo | 2 | ||||
-rw-r--r-- | graphics/py-gdchart/pkg-descr | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index a05ffcd30d1c..66fa9a57d251 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -6,8 +6,9 @@ PORTNAME= gdchart PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= graphics python -MASTER_SITES= http://athani.pair.com/msteed/software/gdchart/ +MASTER_SITES= http://www.nullcube.com/software/pygdchart/source/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-py-${PORTVERSION} diff --git a/graphics/py-gdchart/distinfo b/graphics/py-gdchart/distinfo index a6fe4ed5daf2..7827ee0588ee 100644 --- a/graphics/py-gdchart/distinfo +++ b/graphics/py-gdchart/distinfo @@ -1 +1 @@ -MD5 (gdchart-py-0.6.tar.gz) = 210e5da85a280e2aeecff97ff4fe639b +MD5 (gdchart-py-0.6.tar.gz) = 2acc5a6bde95ac604af758e5e18a2e00 diff --git a/graphics/py-gdchart/pkg-descr b/graphics/py-gdchart/pkg-descr index 3474e5d54521..f62a0b7d614d 100644 --- a/graphics/py-gdchart/pkg-descr +++ b/graphics/py-gdchart/pkg-descr @@ -2,4 +2,4 @@ This is a simple python interface to gdchart which is excellent for creating charts and graphs in PNG, JPEG, and GIF format. -WWW: http://athani.pair.com/msteed/software/gdchart/ +WWW: http://www.nullcube.com/software/pygdchart/ |