diff --git a/ports/Portfile b/ports/Portfile
index 3449248..6d64394 100644
a
|
b
|
PortGroup github 1.0 |
7 | 7 | PortGroup active_variants 1.1 |
8 | 8 | |
9 | 9 | github.setup idiap bob 1.2.0 v |
10 | | revision 1 |
| 10 | revision 2 |
11 | 11 | set soversion 1.2 |
12 | 12 | categories science math devel |
13 | 13 | platforms darwin |
… |
… |
homepage http://idiap.github.com/bob/ |
28 | 28 | checksums rmd160 cb32bc17af51ac65e63f2edc48897103c67f9be7 \ |
29 | 29 | sha256 79a20ae27bc07c1f486aed1e33026c6efe56965bd60826fdde863e54c02c05e8 |
30 | 30 | |
| 31 | patchfiles patch-src-io-cxx-VideoUtilities.diff |
| 32 | |
31 | 33 | depends_build-append \ |
32 | 34 | port:pkgconfig |
33 | 35 | |