diff --git a/python/py-xhtml2pdf/Portfile b/python/py-xhtml2pdf/Portfile
index b55a104..83abc1b 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-xhtml2pdf |
8 | | version 0.0.4 |
| 8 | version 0.0.6 |
9 | 9 | maintainers perry openmaintainer |
10 | 10 | platforms darwin |
11 | 11 | supported_archs noarch |
… |
… |
livecheck.url ${homepage} |
22 | 22 | distname xhtml2pdf-${version} |
23 | 23 | master_sites http://pypi.python.org/packages/source/x/xhtml2pdf/ |
24 | 24 | |
25 | | checksums rmd160 7196b4a8aec1569c8a72fc74fb151c3ce4404f2e \ |
26 | | sha256 2a533f80874338069739d013737b2fd35f0143a46366097ad907fb24ee881233 |
| 25 | checksums rmd160 37c26819a1b3e3aa5adb571c5d2f1cadeee5c74b \ |
| 26 | sha256 29dbf7da8943ccef4afb958747cd0084762821546e3cc62d23115fd7470d95f0 |
27 | 27 | |
28 | 28 | python.default_version 27 |
29 | 29 | python.versions 26 27 |
… |
… |
python.versions 26 27 |
31 | 31 | if {${name} ne ${subport}} { |
32 | 32 | depends_build-append port:py${python.version}-setuptools |
33 | 33 | depends_lib-append port:py${python.version}-html5lib \ |
34 | | port:py${python.version}-pil \ |
35 | | port:py${python.version}-pypdf \ |
| 34 | path:${python.pkgd}/PIL:py${python.version}-Pillow \ |
| 35 | port:py${python.version}-pypdf2 \ |
36 | 36 | port:py${python.version}-reportlab |
37 | 37 | } |