diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-09-12 13:02:42 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-09-12 13:02:42 +0000 |
commit | 4ec80ac0d0d18d4497ed2a95fa417e5604f6704b (patch) | |
tree | 91f1d734db8c2bdc64f42b9c7bb42d9ea82f7791 | |
parent | - Update WWW. (diff) |
- Fix mastersite.
- Update to 0.99.
PR: ports/102969
Submitted by: Marcus von Appen <mva@sysfault.org>
-rw-r--r-- | math/py-gato/Makefile | 7 | ||||
-rw-r--r-- | math/py-gato/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/py-gato/Makefile b/math/py-gato/Makefile index bb420b27ce2c..fc33f80e2b29 100644 --- a/math/py-gato/Makefile +++ b/math/py-gato/Makefile @@ -6,11 +6,12 @@ # PORTNAME= gato -PORTVERSION= 0.98.Q +PORTVERSION= 0.99 CATEGORIES= math python -MASTER_SITES= http://gato.sourceforge.net/Download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gato PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Gato-${PORTVERSION:U:C|\.([^.]*)$|\1|} +DISTNAME= Gato-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Python-based toolbox to visualise algorithms on graphs diff --git a/math/py-gato/distinfo b/math/py-gato/distinfo index 6786e429e66a..12d28d1736cf 100644 --- a/math/py-gato/distinfo +++ b/math/py-gato/distinfo @@ -1,3 +1,3 @@ -MD5 (Gato-0.98Q.tar.gz) = c46a1e4b79632aad628caf452a0b3b69 -SHA256 (Gato-0.98Q.tar.gz) = 2c1749d312c45e50b81e3c4916de912f4309251c9502448a5a5f8856aae770a9 -SIZE (Gato-0.98Q.tar.gz) = 178578 +MD5 (Gato-0.99.tar.gz) = 8e923bc25d98a0ddadcb7eef600e8306 +SHA256 (Gato-0.99.tar.gz) = 881bab443d56cafe7f2b58771be69bfc5156ab6fcdc76a07d1b6fa693821cb31 +SIZE (Gato-0.99.tar.gz) = 186494 |