diff --git a/ports/Portfile b/ports/Portfile
index b0e32c8..c71e7a1 100644
a
|
b
|
PortGroup github 1.0 |
7 | 7 | PortGroup active_variants 1.1 |
8 | 8 | PortGroup compiler_blacklist_versions 1.0 |
9 | 9 | |
10 | | github.setup idiap bob 1.2.1 v |
| 10 | github.setup idiap bob 1.2.2 v |
11 | 11 | set soversion 1.2 |
12 | 12 | categories science math devel |
13 | 13 | platforms darwin |
… |
… |
long_description Bob is a signal-processing and machine learning toolbox \ |
25 | 25 | license GPL-3 |
26 | 26 | homepage http://idiap.github.com/bob/ |
27 | 27 | |
28 | | checksums rmd160 15ffa86bd30f4a107a04b1d78534deb69082c2a5 \ |
29 | | sha256 ce432dbe042b076477d40cb7154acba3dab8b6a3b24bd111ef5e4411e91baf19 |
| 28 | checksums rmd160 fa2ededccdee5cb2cf8db1900631490dd9f412a9 \ |
| 29 | sha256 df88a3c41ea2be42f6695da13b861fb10b5bbf8bff85ad8f4b7f345543a789e1 |
30 | 30 | |
31 | 31 | depends_build-append \ |
32 | 32 | port:pkgconfig |