diff --git a/ports/python/py-saga/Portfile b/ports/python/py-saga/Portfile
index 324ce38..7859afa 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-saga |
8 | | version 0.9.10 |
| 8 | version 0.9.11 |
9 | 9 | categories-append net science |
10 | 10 | platforms darwin |
11 | 11 | |
… |
… |
homepage http://saga-project.github.io/saga-python/ |
29 | 29 | distname saga-python-${version} |
30 | 30 | master_sites http://pypi.python.org/packages/source/s/saga-python/ |
31 | 31 | |
32 | | checksums md5 b1fcb29fe758375908f2c866d75857c1 \ |
33 | | rmd160 26cae7037358f3e97afdf69c6af08fb2fc33c1f2 \ |
34 | | sha256 5cd7202a27c820930147e91a3d16b6bf686097eac87563d9090f7a368c503fdb |
| 32 | checksums md5 d0b7218e4fb7bc58bc5d053123c0e71b \ |
| 33 | rmd160 db05a298eb09a349b750f3b12a87fc50883b62b5 \ |
| 34 | sha256 3eff2d537bf482ebf8a4a7e1e11e8950eee0451c86f197528c6df3f4a64ad5d6 |
35 | 35 | |
36 | 36 | python.versions 26 27 31 32 33 |
37 | 37 | |