diff -u py26-py.orig/Portfile py26-py/Portfile
old
|
new
|
|
4 | 4 | PortGroup python26 1.0 |
5 | 5 | |
6 | 6 | name py26-py |
7 | | version 0.9.2 |
| 7 | version 1.0.2 |
8 | 8 | categories python |
9 | 9 | platforms darwin |
10 | 10 | maintainers nomaintainer |
… |
… |
|
14 | 14 | and svn abstractions. |
15 | 15 | homepage http://codespeak.net/py |
16 | 16 | master_sites http://pypi.python.org/packages/source/p/py/ |
17 | | checksums md5 2c996d78867f6ad64dc5aabf1185aaf7 \ |
18 | | sha1 5aac263571711b8d90e854fd62533e18ff8c8a21 \ |
19 | | rmd160 09da693d07726b28c499d3b44c9b4b411e413842 |
| 17 | checksums md5 4d2e9878b0113159fae2f3ed0cfc081d \ |
| 18 | sha1 04b0acc6739b94e7b65434f1e06fbc4a5f7d5589 \ |
| 19 | rmd160 53ea535a0a6aafeb78c795af444ba4ebc8ca363b |
20 | 20 | distname py-${version} |
21 | 21 | |
| 22 | depends_lib port:python26 |
| 23 | depends_build port:py26-setuptools |
| 24 | |
22 | 25 | set python.prefix ${frameworks_dir}/Python.framework/Versions/2.6 |
23 | 26 | post-destroot { |
24 | 27 | foreach f [glob -directory ${destroot}${python.prefix}/bin -tails *] { |