diff options
author | pav <pav@FreeBSD.org> | 2005-12-28 05:56:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-28 05:56:38 +0800 |
commit | a39869d3a3f8e9e1d079c05acfc9bc1fda590f7f (patch) | |
tree | f7a2b6da6c2b668f32df5f0ea033ce07a7ba329f /graphics/py-chart | |
parent | efda8172125cce2bb0f58538f3b7e92f0d035ad8 (diff) | |
download | freebsd-ports-gnome-a39869d3a3f8e9e1d079c05acfc9bc1fda590f7f.tar.gz freebsd-ports-gnome-a39869d3a3f8e9e1d079c05acfc9bc1fda590f7f.tar.zst freebsd-ports-gnome-a39869d3a3f8e9e1d079c05acfc9bc1fda590f7f.zip |
- Update to 1.38
PR: ports/90975
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'graphics/py-chart')
-rw-r--r-- | graphics/py-chart/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-chart/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-chart/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index 0b2549cca4ab..8bec0682e08e 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -7,7 +7,7 @@ # PORTNAME= chart -PORTVERSION= 1.37 +PORTVERSION= 1.38 CATEGORIES= graphics python MASTER_SITES= http://download.gna.org/pychart/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-chart/distinfo b/graphics/py-chart/distinfo index cc92bea3bafe..6adce7ac699a 100644 --- a/graphics/py-chart/distinfo +++ b/graphics/py-chart/distinfo @@ -1,3 +1,3 @@ -MD5 (PyChart-1.37.tar.gz) = 94bbfd0d628304ae984e219a64aa9164 -SHA256 (PyChart-1.37.tar.gz) = b444cbbcc74a0eb0308f9ee1c5cfa54618af1a2576170bfa768c97bb9b2ccfb5 -SIZE (PyChart-1.37.tar.gz) = 446551 +MD5 (PyChart-1.38.tar.gz) = 30b41cb4e0cd4957a8e54b0a58ee48a2 +SHA256 (PyChart-1.38.tar.gz) = 08def69421522164844866cfe22837dfeb5a463c1ea1178baac3de5b9dfdc3ae +SIZE (PyChart-1.38.tar.gz) = 448271 diff --git a/graphics/py-chart/pkg-descr b/graphics/py-chart/pkg-descr index 9aa77a11c46e..99effc6b9087 100644 --- a/graphics/py-chart/pkg-descr +++ b/graphics/py-chart/pkg-descr @@ -3,4 +3,4 @@ PDF, or PNG charts. It currently supports line plots, bar plots, range-fill plots, and pie charts. Because it is based on Python, you can make full use of Python's scripting power. -WWW: http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/ +WWW: http://home.gna.org/pychart/ |