diff --git a/lang/python25/Portfile b/lang/python25/Portfile
index 46bbe13..701302a 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | |
5 | 5 | name python25 |
6 | 6 | version 2.5.2 |
7 | | revision 1 |
| 7 | revision 2 |
8 | 8 | categories lang |
9 | 9 | platforms darwin |
10 | 10 | maintainers mww |
… |
… |
patchfiles patch-configure.diff \ |
33 | 33 | patch-Misc-setuid-prog.c.diff \ |
34 | 34 | patch-Modules-posixmodule.c.diff \ |
35 | 35 | patch-setup.py.diff \ |
36 | | patch-Lib-cgi.py.diff |
| 36 | patch-Lib-cgi.py.diff \ |
| 37 | patch-Lib-httplib.py.diff |
37 | 38 | |
38 | 39 | configure.args --enable-shared \ |
39 | 40 | --mandir=${prefix}/share/man \ |