diff --git a/ports/python/py-saga/Portfile b/ports/python/py-saga/Portfile
index 34bc7d5..bc91319 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-saga |
8 | | version 0.9.11 |
| 8 | version 0.9.12 |
9 | 9 | categories-append net science |
10 | 10 | platforms darwin |
11 | 11 | supported_archs noarch |
… |
… |
homepage http://saga-project.github.io/saga-python/ |
30 | 30 | distname saga-python-${version} |
31 | 31 | master_sites http://pypi.python.org/packages/source/s/saga-python/ |
32 | 32 | |
33 | | checksums md5 d0b7218e4fb7bc58bc5d053123c0e71b \ |
34 | | rmd160 db05a298eb09a349b750f3b12a87fc50883b62b5 \ |
35 | | sha256 3eff2d537bf482ebf8a4a7e1e11e8950eee0451c86f197528c6df3f4a64ad5d6 |
| 33 | checksums md5 c5edc9524cdd638af471f81fdd809588 \ |
| 34 | rmd160 e8654dced5553feff44a25dcff68e2c30c56b44d \ |
| 35 | sha256 0a963261fadfc43982e0657a84ff3dac4ce801809910b648e39fa8539d73b56f |
36 | 36 | |
37 | 37 | python.versions 26 27 31 32 33 |
38 | 38 | |