diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-09-12 21:02:42 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-09-12 21:02:42 +0800 |
commit | ea88b5997e7f8c6a4c683e3ca3f6b069cfa3f268 (patch) | |
tree | 7b1fbd1850dbaff0769f6a2a8f2a618d98ab681b /math/py-gato | |
parent | 95c9c3d678b9901fe1dce1d1de38fa7f251e6cab (diff) | |
download | freebsd-ports-gnome-ea88b5997e7f8c6a4c683e3ca3f6b069cfa3f268.tar.gz freebsd-ports-gnome-ea88b5997e7f8c6a4c683e3ca3f6b069cfa3f268.tar.zst freebsd-ports-gnome-ea88b5997e7f8c6a4c683e3ca3f6b069cfa3f268.zip |
- Fix mastersite.
- Update to 0.99.
PR: ports/102969
Submitted by: Marcus von Appen <mva@sysfault.org>
Diffstat (limited to 'math/py-gato')
-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 |