=== modified file 'devel/subversion-python25bindings/Portfile'
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | name subversion-python25bindings |
5 | 5 | version 1.4.5 |
| 6 | revision 1 |
6 | 7 | categories devel python |
7 | 8 | platforms darwin |
8 | 9 | maintainers dluke@geeklair.net |
… |
… |
|
16 | 17 | homepage http://subversion.tigris.org/ |
17 | 18 | master_sites ${homepage}/downloads |
18 | 19 | use_bzip2 yes |
19 | | checksums md5 4c333a5fe827568c67d195cda7a5e154 |
| 20 | checksums subversion-${version}.tar.bz2 md5 4c333a5fe827568c67d195cda7a5e154 \ |
| 21 | subversion-1.4.0-metze-python-bindings.patch md5 ae02cb1b6083a5e7c51a7e18aa5b5f7c |
20 | 22 | distname subversion-${version} |
21 | 23 | dist_subdir subversion |
22 | 24 | |
… |
… |
|
25 | 27 | port:db44 port:subversion \ |
26 | 28 | port:python25 \ |
27 | 29 | port:py25-bsddb \ |
28 | | port:gettext |
| 30 | port:gettext \ |
| 31 | port:swig |
| 32 | |
| 33 | patch_sites http://samba.org/~metze/ |
| 34 | patchfiles subversion-1.4.0-metze-python-bindings.patch |
| 35 | patch.pre_args -p1 |
29 | 36 | |
30 | 37 | post-patch { |
| 38 | system "cd ${worksrcpath}; ./autogen.sh --release" |
31 | 39 | system "cd ${worksrcpath}; find build* Makefile.in subversion/bindings/swig/python -type f -print0 | xargs -0 perl -w -p -i -e 's/libsvn_swig_py/libsvn_swig_py25/g'" |
32 | 40 | file rename \ |
33 | 41 | ${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py \ |