diff --git a/python/py-impressive/Portfile b/python/py-impressive/Portfile
index 3515d2d..549f377 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-impressive |
8 | | version 0.10.2 |
9 | | revision 7 |
| 8 | version 0.10.5 |
| 9 | revision 0 |
10 | 10 | categories-append graphics |
11 | 11 | license GPL-2 |
12 | 12 | maintainers nomaintainer |
… |
… |
supported_archs noarch |
24 | 24 | master_sites sourceforge:impressive |
25 | 25 | |
26 | 26 | distname Impressive-${version} |
27 | | checksums md5 492eda5e3e09beb2f6dc997ed94f5349 \ |
28 | | sha1 636515909f2b2e06bed46162a6f648ef0d348c84 \ |
29 | | rmd160 44f5d6d7d76f3128f1780caba33432a4866cb1b2 |
| 27 | checksums md5 1c902d584b489c5fbf2c6d3aed0b3407 \ |
| 28 | sha1 63163745e6b2a648f156c5de6ff8235d5c5c90b4 \ |
| 29 | rmd160 9d7ab85aa0dafad387170e44c06d42aad4e6a395 |
30 | 30 | |
31 | 31 | python.versions 26 |
32 | 32 | |
33 | 33 | if {${name} ne ${subport}} { |
34 | 34 | depends_lib port:py${python.version}-opengl \ |
35 | 35 | port:py${python.version}-game \ |
36 | | port:py${python.version}-pil \ |
| 36 | path:${python.pkgd}/PIL:py${python.version}-Pillow \ |
37 | 37 | port:xpdf \ |
38 | 38 | port:ghostscript \ |
39 | 39 | port:pdftk |