Ticket #39453: patch-Portfile.diff
File patch-Portfile.diff, 1.2 KB (added by lpsinger (Leo Singer), 11 years ago) |
---|
-
python/py-flask/Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-flask 8 version 0. 98 version 0.10.1 9 9 python.versions 25 26 27 10 10 python.default_version 27 11 11 platforms darwin … … 21 21 master_sites http://pypi.python.org/packages/source/F/Flask/ 22 22 distname Flask-${version} 23 23 24 checksums rmd160 43e9f7703b44295f694961631d844ec075d462c6\25 sha256 2fd5d4ffe81f762dd2a3e58472d690a0dbba3766776506003aee3ed7aaa8afef24 checksums rmd160 8f06ed2da14ed2dfbad7a38026a32f1117fb7600 \ 25 sha256 4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373 26 26 27 27 if {$subport != $name} { 28 depends_build-append \ 29 port:py${python.version}-setuptools 30 28 31 depends_lib-append port:py${python.version}-jinja2 \ 29 port:py${python.version}-werkzeug 32 port:py${python.version}-werkzeug \ 33 port:py${python.version}-itsdangerous 30 34 31 35 livecheck.type none 32 36 } else {