diff options
author | koobs <koobs@FreeBSD.org> | 2019-04-25 23:22:19 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2019-04-25 23:22:19 +0800 |
commit | 32425cb78cb230948806b9a8f652d22868494125 (patch) | |
tree | 72edd2a214c8583313bb22cff6fa4f92f3afd8c5 /math | |
parent | 41c299efe64eb84b8205598c6002470688cc3869 (diff) | |
download | freebsd-ports-gnome-32425cb78cb230948806b9a8f652d22868494125.tar.gz freebsd-ports-gnome-32425cb78cb230948806b9a8f652d22868494125.tar.zst freebsd-ports-gnome-32425cb78cb230948806b9a8f652d22868494125.zip |
math/py-graphillion: Update to 1.3
Diffstat (limited to 'math')
-rw-r--r-- | math/py-graphillion/Makefile | 2 | ||||
-rw-r--r-- | math/py-graphillion/distinfo | 6 | ||||
-rw-r--r-- | math/py-graphillion/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/py-graphillion/Makefile b/math/py-graphillion/Makefile index 343459b773d0..031f67ff2abe 100644 --- a/math/py-graphillion/Makefile +++ b/math/py-graphillion/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graphillion -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-graphillion/distinfo b/math/py-graphillion/distinfo index cacad45faef5..e6ab109edc65 100644 --- a/math/py-graphillion/distinfo +++ b/math/py-graphillion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533943617 -SHA256 (Graphillion-1.2.tar.gz) = 79c725cb05a9ac35b38d3dac43cca1e552e6e9b285bd3003386448e57c235cb2 -SIZE (Graphillion-1.2.tar.gz) = 1092143 +TIMESTAMP = 1556205399 +SHA256 (Graphillion-1.3.tar.gz) = fbb370ac1dfe871d03073db94e22fdc97f6d13a16e3dbbdddb8e144c4e559c30 +SIZE (Graphillion-1.3.tar.gz) = 1100260 diff --git a/math/py-graphillion/pkg-descr b/math/py-graphillion/pkg-descr index 46c752a54e74..5ce3a15344f4 100644 --- a/math/py-graphillion/pkg-descr +++ b/math/py-graphillion/pkg-descr @@ -9,4 +9,4 @@ enumeration for a graphset, or a set of graphs. - Well tested: more than 600 unit tests - Fast prototyping, easy to teach, and multi-platform -WWW: http://graphillion.org/ +WWW: https://github.com/takemaru/graphillion |