diff options
author | pat <pat@FreeBSD.org> | 2002-03-03 07:37:19 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-03 07:37:19 +0000 |
commit | 28b11bf93afe8913369d8ff8e28635fbe77d011b (patch) | |
tree | ee425ffb825a91cd637603de3f435b4cbc390185 /graphics | |
parent | e016fa6f2b177be6a2cd2ee3ea16c95984a113d1 (diff) | |
download | FreeBSD-ports-28b11bf93afe8913369d8ff8e28635fbe77d011b.zip FreeBSD-ports-28b11bf93afe8913369d8ff8e28635fbe77d011b.tar.gz |
Nullcube is now maintaining this program so reflect that change in
MASTER_SITES and pkg-descr. Chase checksum. The tarball have just
been repackaged.
PR: 35453
Submitted by: maintainer
Diffstat (limited to 'graphics')
-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 a05ffcd..66fa9a5 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 a6fe4ed..7827ee0 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 3474e5d..f62a0b7 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/ |